s390utils/plans/gating.fmf
Dan Horák eba87846e6 tests: make the gating plan specific to s390x
We will be adding non-s390x plans so do not globally disable all plans
when run on non-s390x systems.

Related: RHEL-73341
2025-07-08 18:26:10 +02:00

15 lines
233 B
Plaintext

summary: Run s390utils gating tests
discover:
how: fmf
test:
- "^/tests/sanity"
execute:
how: tmt
adjust:
- when: arch != s390x
enabled: false
because: The s390utils package here is for the s390x platform only.