Tegra194: skip sub-test to validate EL3 power state parsing
Tegra194 platforms use all 28 bits of the PSTATE. This patch skips the
"Create all power states and validate EL3 power state parsing" from the
"EL3 power state parser validation" test suite as it is not in sync with
this expectation.
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Change-Id: I7f5dc6ab17fe943e5dcf0e229f5c4b88a272cbb7
diff --git a/plat/nvidia/tegra194/tests_to_skip.txt b/plat/nvidia/tegra194/tests_to_skip.txt
index ef7ffed..f1be76e 100644
--- a/plat/nvidia/tegra194/tests_to_skip.txt
+++ b/plat/nvidia/tegra194/tests_to_skip.txt
@@ -29,3 +29,6 @@
Timer framework Validation/Target timer to a power down cpu
Timer framework Validation/Test scenario where multiple CPUs call same timeout
Timer framework Validation/Stress test the timer framework
+
+# Tegra194 uses all 27:0 bits of the PSTATE
+EL3 power state parser validation/Create all power states and validate EL3 power state parsing