Skip to content

Commit

Permalink
Added example test case for ^arch_390_z15+
Browse files Browse the repository at this point in the history
related: #471

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
  • Loading branch information
annaibm committed May 16, 2024
1 parent 6e73a9f commit 20a3871
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/platformRequirements/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@
</platformRequirementsList>
</test>

<test>
<testCaseName>test_not_arch_390_z15plus</testCaseName>
<command>echo "test not arch.390.z15+"; \
$(TEST_STATUS)</command>
<platformRequirementsList>
<platformRequirements>^arch.390.z15+</platformRequirements>
</platformRequirementsList>
</test>

<test>
<testCaseName>test_arch_390_z14</testCaseName>
<command>echo "test arch.390.z14"; \
Expand Down

0 comments on commit 20a3871

Please sign in to comment.