|
| 1 | +discover: |
| 2 | + how: fmf |
| 3 | +provision: |
| 4 | + how: virtual |
| 5 | + image: $@{test_disk_image} |
| 6 | +prepare: |
| 7 | + - how: install |
| 8 | + package: |
| 9 | + - podman |
| 10 | + - skopeo |
| 11 | + - jq |
| 12 | +execute: |
| 13 | + how: tmt |
| 14 | + exit-first: true |
| 15 | + |
| 16 | +/test-01-readonly: |
| 17 | + summary: Execute booted readonly/nondestructive tests |
| 18 | + discover+: |
| 19 | + how: fmf |
| 20 | + test: |
| 21 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 22 | + - /tmt/tests/test-01-readonly |
| 23 | + |
| 24 | +/test-20-local-upgrade: |
| 25 | + summary: Execute local upgrade tests |
| 26 | + discover+: |
| 27 | + test: |
| 28 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 29 | + - /tmt/tests/test-20-local-upgrade |
| 30 | + |
| 31 | +/test-21-logically-bound-switch: |
| 32 | + summary: Execute logically bound images tests for switching images |
| 33 | + discover+: |
| 34 | + test: |
| 35 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 36 | + - /tmt/tests/test-21-logically-bound-switch |
| 37 | + |
| 38 | +/test-22-logically-bound-install: |
| 39 | + summary: Execute logically bound images tests for switching images |
| 40 | + discover+: |
| 41 | + test: |
| 42 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 43 | + - /tmt/tests/test-22-logically-bound-install |
| 44 | + |
| 45 | +/test-23-install-outside-container: |
| 46 | + summary: Execute tests for installing outside of a container |
| 47 | + discover+: |
| 48 | + test: |
| 49 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 50 | + - /tmt/tests/test-23-install-outside-container |
| 51 | + |
| 52 | +/test-24-local-upgrade-reboot: |
| 53 | + summary: Execute local upgrade tests with automated reboot |
| 54 | + discover+: |
| 55 | + test: |
| 56 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 57 | + - /tmt/tests/test-24-local-upgrade-reboot |
| 58 | + |
| 59 | +/test-25-soft-reboot: |
| 60 | + summary: Soft reboot support |
| 61 | + discover+: |
| 62 | + test: |
| 63 | + - /tmt/tests/test-00-system-reinstall-bootc |
| 64 | + - /tmt/tests/test-25-soft-reboot |
0 commit comments