refactor: trim down extensive test list
Extensive tests are meant to do stress testing but currently the list
includes most of the tests from standard test and two extensive ones
related with PSCI and timer.
Since we do standard tests in quite a few configurations, no need to
test them again in extensive.
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I0be868e1e781fd95e95908b82bd138dc7c6d32aa
diff --git a/tftf/tests/tests-extensive.xml b/tftf/tests/tests-extensive.xml
index 5824967..e861b48 100644
--- a/tftf/tests/tests-extensive.xml
+++ b/tftf/tests/tests-extensive.xml
@@ -10,38 +10,12 @@
<!-- External references to all individual tests files. -->
<!DOCTYPE testsuites [
<!ENTITY tests-psci-extensive SYSTEM "tests-psci-extensive.xml">
-
- <!ENTITY tests-tftf-validation SYSTEM "tests-tftf-validation.xml">
- <!ENTITY tests-boot-req SYSTEM "tests-boot-req.xml">
- <!ENTITY tests-psci SYSTEM "tests-psci.xml">
- <!ENTITY tests-sdei SYSTEM "tests-sdei.xml">
- <!ENTITY tests-rt-instr SYSTEM "tests-runtime-instrumentation.xml">
- <!ENTITY tests-tsp SYSTEM "tests-tsp.xml">
- <!ENTITY tests-el3-pstate SYSTEM "tests-el3-power-state.xml">
- <!ENTITY tests-state-switch SYSTEM "tests-arm-state-switch.xml">
- <!ENTITY tests-cpu-extensions SYSTEM "tests-cpu-extensions.xml">
- <!ENTITY tests-performance SYSTEM "tests-performance.xml">
- <!ENTITY tests-smc SYSTEM "tests-smc.xml">
- <!ENTITY tests-pmu-leakage SYSTEM "tests-pmu-leakage.xml">
<!ENTITY tests-timer-stress SYSTEM "tests-timer-stress.xml">
]>
<testsuites>
&tests-psci-extensive;
-
- &tests-tftf-validation;
- &tests-boot-req;
- &tests-psci;
- &tests-sdei;
- &tests-rt-instr;
- &tests-tsp;
- &tests-el3-pstate;
- &tests-state-switch;
- &tests-cpu-extensions;
- &tests-performance;
- &tests-smc;
- &tests-pmu-leakage;
&tests-timer-stress;
</testsuites>