From 20a3871af406cf9d22c1ea263733c827a668a09e Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Thu, 16 May 2024 09:53:04 -0400 Subject: [PATCH] Added example test case for ^arch_390_z15+ related: https://github.com/adoptium/TKG/issues/471 Signed-off-by: Anna Babu Palathingal --- examples/platformRequirements/playlist.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/platformRequirements/playlist.xml b/examples/platformRequirements/playlist.xml index 5a309164..d1cc043c 100644 --- a/examples/platformRequirements/playlist.xml +++ b/examples/platformRequirements/playlist.xml @@ -149,6 +149,15 @@ + + test_not_arch_390_z15plus + echo "test not arch.390.z15+"; \ + $(TEST_STATUS) + + ^arch.390.z15+ + + + test_arch_390_z14 echo "test arch.390.z14"; \