summaryrefslogtreecommitdiff
path: root/tests/tests-common.xml
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2017-08-14 15:07:18 +0100
committerRoberto Vargas <roberto.vargas@arm.com>2017-11-08 08:11:41 +0000
commitbeff689eb2001ea7891b37296db911dd757a97bf (patch)
tree03429414660a80597907a600f632d51147403f93 /tests/tests-common.xml
parent721a59349d3c9c8df5301fc8775ac5b7df1f53bf (diff)
Add test for mem_protect_check_range
This is an optional PSCI feature that allows the caller to ask if some specific memory region is protected by the mem_protect feature. Change-Id: I75d4a6402d9c4db1bc4c266746e58cc96b73b91c Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'tests/tests-common.xml')
-rw-r--r--tests/tests-common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests-common.xml b/tests/tests-common.xml
index bd01a69..7434438 100644
--- a/tests/tests-common.xml
+++ b/tests/tests-common.xml
@@ -136,6 +136,10 @@
<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="TSP handler standard functions result test" description="Validate TSP SMC standard function call">
<testcase name="TestSecurePayload standard functions service call" function="test_smc_tsp_std_fns_call" />
</testsuite>