We will be adding non-s390x plans so do not globally disable all plans when run on non-s390x systems. Related: RHEL-73341
15 lines
233 B
Plaintext
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.
|