Skip to content

Commit

Permalink
Merge pull request #548 from annaibm/zlinuxTestcase
Browse files Browse the repository at this point in the history
Added example test case for ^arch_390_z15+
  • Loading branch information
LongyuZhang authored May 16, 2024
2 parents 6e73a9f + 20a3871 commit 12ee2f9
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 12ee2f9

Please sign in to comment.