summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-04-23 15:04:59 +0100
committerRoberto Vargas <roberto.vargas@arm.com>2018-04-23 15:16:15 +0100
commit23692fe3ddd94c8a32d4a675787ba2685c6b9b1a (patch)
tree415f9db7a56fa0080a3fac85c434828f5daaf021
parent7a74754db523854f28558fbad79a9dcb68d4afe7 (diff)
Disable mem_protect tests
The new implementation of mem_protect generates a chicken-egg problem, and the only way to push the TF and CI changes is to disable first the TF change. Change-Id: If5c65d83413f95d17f9b325c1d3c46e8a9575668
-rw-r--r--tests/tests-manual.xml2
-rw-r--r--tests/tests-psci.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests-manual.xml b/tests/tests-manual.xml
index 69df430..3f631bc 100644
--- a/tests/tests-manual.xml
+++ b/tests/tests-manual.xml
@@ -24,6 +24,7 @@
<testcase name="System Off" function="test_system_off" />
</testsuite>
+<!--
<testsuite name="PSCI mem_protect" description="Check the mem_protect feature">
<testcase name="PSCI mem_protect" function="test_mem_protect" />
</testsuite>
@@ -33,5 +34,6 @@
<testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
<testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" />
</testsuite>
+-->
</testsuites>
diff --git a/tests/tests-psci.xml b/tests/tests-psci.xml
index f2fd6b1..a698f7c 100644
--- a/tests/tests-psci.xml
+++ b/tests/tests-psci.xml
@@ -77,9 +77,11 @@
<testcase name="PSCI MIGRATE_INFO_TYPE" function="test_migrate_info_type" />
</testsuite>
+<!--
<testsuite name="PSCI mem_protect_check" description="Check the mem_protect_check_range feature">
<testcase name="PSCI mem_protect_check" function="test_mem_protect_check" />
</testsuite>
+-->
<testsuite name="PSCI System Suspend Validation" description="Validate PSCI System Suspend API">
<testcase name="System suspend multiple times" function="test_psci_sys_susp_multiple_iteration" />