tmt 1.28.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tmt-1.28.0/.gitignore +75 -0
- tmt-1.28.0/LICENSE +24 -0
- tmt-1.28.0/PKG-INFO +655 -0
- tmt-1.28.0/README.rst +599 -0
- tmt-1.28.0/completions/bash/tmt +32 -0
- tmt-1.28.0/examples/ansible/.fmf/version +1 -0
- tmt-1.28.0/examples/ansible/plan.fmf +6 -0
- tmt-1.28.0/examples/ansible/test.fmf +4 -0
- tmt-1.28.0/examples/ansible/test.yml +8 -0
- tmt-1.28.0/examples/convert/.fmf/version +1 -0
- tmt-1.28.0/examples/convert/Makefile +48 -0
- tmt-1.28.0/examples/convert/PURPOSE +6 -0
- tmt-1.28.0/examples/convert/runtest.sh +33 -0
- tmt-1.28.0/examples/discover/.fmf/version +1 -0
- tmt-1.28.0/examples/discover/discover.fmf +33 -0
- tmt-1.28.0/examples/environment/.fmf/version +1 -0
- tmt-1.28.0/examples/environment/main.fmf +15 -0
- tmt-1.28.0/examples/httpd/.fmf/version +1 -0
- tmt-1.28.0/examples/httpd/smoke.fmf +17 -0
- tmt-1.28.0/examples/inherit/.fmf/version +1 -0
- tmt-1.28.0/examples/inherit/main.fmf +18 -0
- tmt-1.28.0/examples/l2/.fmf/version +1 -0
- tmt-1.28.0/examples/l2/artifacts.fmf +19 -0
- tmt-1.28.0/examples/l2/bed.fmf +20 -0
- tmt-1.28.0/examples/l2/gating.fmf +30 -0
- tmt-1.28.0/examples/l2/rpmdiff.fmf +20 -0
- tmt-1.28.0/examples/l2/simple.fmf +16 -0
- tmt-1.28.0/examples/l2/tooling.fmf +32 -0
- tmt-1.28.0/examples/l2/workflow.fmf +59 -0
- tmt-1.28.0/examples/local/.fmf/version +1 -0
- tmt-1.28.0/examples/local/plan.fmf +6 -0
- tmt-1.28.0/examples/manual/.fmf/version +1 -0
- tmt-1.28.0/examples/manual/full.md +53 -0
- tmt-1.28.0/examples/manual/main.fmf +16 -0
- tmt-1.28.0/examples/manual/mini.md +7 -0
- tmt-1.28.0/examples/mini/.fmf/version +1 -0
- tmt-1.28.0/examples/mini/ci.fmf +2 -0
- tmt-1.28.0/examples/multiple/.fmf/version +1 -0
- tmt-1.28.0/examples/multiple/basic.fmf +27 -0
- tmt-1.28.0/examples/plugins/discover.py +60 -0
- tmt-1.28.0/examples/plugins/provision.py +220 -0
- tmt-1.28.0/examples/plugins/setup.py +13 -0
- tmt-1.28.0/examples/rtt/.fmf/version +1 -0
- tmt-1.28.0/examples/rtt/install.fmf +31 -0
- tmt-1.28.0/examples/rtt/post-install.fmf +8 -0
- tmt-1.28.0/examples/symlinks/.fmf/version +1 -0
- tmt-1.28.0/examples/symlinks/plans/basic.fmf +8 -0
- tmt-1.28.0/examples/symlinks/plans/core.fmf +8 -0
- tmt-1.28.0/examples/symlinks/plans/helps.fmf +16 -0
- tmt-1.28.0/examples/symlinks/plans/install.fmf +8 -0
- tmt-1.28.0/examples/symlinks/plans/main.fmf +27 -0
- tmt-1.28.0/examples/symlinks/plans/smoke.fmf +7 -0
- tmt-1.28.0/examples/symlinks/plans/unit.fmf +12 -0
- tmt-1.28.0/examples/symlinks/try/connect/basic.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/connect/core.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/connect/main.fmf +7 -0
- tmt-1.28.0/examples/symlinks/try/connect/smoke.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/connect/unit.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/container/basic.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/container/core.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/container/main.fmf +10 -0
- tmt-1.28.0/examples/symlinks/try/container/smoke.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/container/unit.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/main.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/virtual/basic.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/virtual/core.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/virtual/main.fmf +6 -0
- tmt-1.28.0/examples/symlinks/try/virtual/smoke.fmf +1 -0
- tmt-1.28.0/examples/symlinks/try/virtual/unit.fmf +1 -0
- tmt-1.28.0/examples/systemd/.fmf/version +1 -0
- tmt-1.28.0/examples/systemd/ci.fmf +24 -0
- tmt-1.28.0/examples/together/.fmf/version +1 -0
- tmt-1.28.0/examples/together/main.fmf +19 -0
- tmt-1.28.0/examples/vagrant/Vagrantfile.real_prod +118 -0
- tmt-1.28.0/examples/vagrant/Vagrantfile.simple +23 -0
- tmt-1.28.0/examples/vagrant/Vagrantfile.url +10 -0
- tmt-1.28.0/examples/vagrant/Vagrantfile.various +49 -0
- tmt-1.28.0/examples/wow/.fmf/version +1 -0
- tmt-1.28.0/examples/wow/full/main.fmf +9 -0
- tmt-1.28.0/examples/wow/full/test.sh +33 -0
- tmt-1.28.0/examples/wow/mini/main.fmf +7 -0
- tmt-1.28.0/examples/wow/mini/test.sh +22 -0
- tmt-1.28.0/examples/wow/run.sh +15 -0
- tmt-1.28.0/pyproject.toml +263 -0
- tmt-1.28.0/tests/__init__.py +50 -0
- tmt-1.28.0/tests/artemis/main.fmf +7 -0
- tmt-1.28.0/tests/artemis/noop/main.fmf +4 -0
- tmt-1.28.0/tests/artemis/noop/test.sh +3 -0
- tmt-1.28.0/tests/clean/chain/main.fmf +10 -0
- tmt-1.28.0/tests/clean/chain/test.sh +41 -0
- tmt-1.28.0/tests/clean/guests/main.fmf +1 -0
- tmt-1.28.0/tests/clean/guests/test.sh +70 -0
- tmt-1.28.0/tests/clean/runs/main.fmf +1 -0
- tmt-1.28.0/tests/clean/runs/test.sh +93 -0
- tmt-1.28.0/tests/core/adjust/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/adjust/data/context.yaml +2 -0
- tmt-1.28.0/tests/core/adjust/data/plans.fmf +23 -0
- tmt-1.28.0/tests/core/adjust/data/tests.fmf +15 -0
- tmt-1.28.0/tests/core/adjust/main.fmf +4 -0
- tmt-1.28.0/tests/core/adjust/test.sh +44 -0
- tmt-1.28.0/tests/core/context/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/context/data/plan.fmf +10 -0
- tmt-1.28.0/tests/core/context/main.fmf +3 -0
- tmt-1.28.0/tests/core/context/test.sh +26 -0
- tmt-1.28.0/tests/core/debug/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/debug/data/main.fmf +8 -0
- tmt-1.28.0/tests/core/debug/main.fmf +1 -0
- tmt-1.28.0/tests/core/debug/test.sh +18 -0
- tmt-1.28.0/tests/core/docs/main.fmf +4 -0
- tmt-1.28.0/tests/core/docs/test.sh +70 -0
- tmt-1.28.0/tests/core/dry/main.fmf +1 -0
- tmt-1.28.0/tests/core/dry/test.sh +15 -0
- tmt-1.28.0/tests/core/enabled/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/enabled/data/main.fmf +25 -0
- tmt-1.28.0/tests/core/enabled/main.fmf +4 -0
- tmt-1.28.0/tests/core/enabled/test.sh +42 -0
- tmt-1.28.0/tests/core/environment-file/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/environment-file/data/bad +1 -0
- tmt-1.28.0/tests/core/environment-file/data/empty.yaml +0 -0
- tmt-1.28.0/tests/core/environment-file/data/env +3 -0
- tmt-1.28.0/tests/core/environment-file/data/env-via-cli +2 -0
- tmt-1.28.0/tests/core/environment-file/data/env.yaml +2 -0
- tmt-1.28.0/tests/core/environment-file/data/environment_file_data.py +21 -0
- tmt-1.28.0/tests/core/environment-file/data/main.fmf +37 -0
- tmt-1.28.0/tests/core/environment-file/main.fmf +7 -0
- tmt-1.28.0/tests/core/environment-file/test.sh +59 -0
- tmt-1.28.0/tests/core/error/main.fmf +1 -0
- tmt-1.28.0/tests/core/error/test.sh +20 -0
- tmt-1.28.0/tests/core/escaping/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/escaping/data/plans/escaping.fmf +21 -0
- tmt-1.28.0/tests/core/escaping/data/tests/main.fmf +10 -0
- tmt-1.28.0/tests/core/escaping/main.fmf +16 -0
- tmt-1.28.0/tests/core/escaping/test.sh +18 -0
- tmt-1.28.0/tests/core/fmf-id/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/fmf-id/data/plan-with-invalid-ref.fmf +7 -0
- tmt-1.28.0/tests/core/fmf-id/data/plan-with-valid-ref.fmf +10 -0
- tmt-1.28.0/tests/core/fmf-id/data/remote-plan-with-invalid-ref.fmf +3 -0
- tmt-1.28.0/tests/core/fmf-id/data/remote-plan-with-valid-ref.fmf +3 -0
- tmt-1.28.0/tests/core/fmf-id/data/test-with-invalid-ref.fmf +16 -0
- tmt-1.28.0/tests/core/fmf-id/data/test-with-valid-ref.fmf +12 -0
- tmt-1.28.0/tests/core/fmf-id/main.fmf +1 -0
- tmt-1.28.0/tests/core/fmf-id/test.sh +38 -0
- tmt-1.28.0/tests/core/force/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/force/data/plan.fmf +4 -0
- tmt-1.28.0/tests/core/force/main.fmf +1 -0
- tmt-1.28.0/tests/core/force/test.sh +70 -0
- tmt-1.28.0/tests/core/link/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/link/data/plans/core.fmf +9 -0
- tmt-1.28.0/tests/core/link/data/stories/main.fmf +25 -0
- tmt-1.28.0/tests/core/link/data/tests/smoke/main.fmf +7 -0
- tmt-1.28.0/tests/core/link/main.fmf +5 -0
- tmt-1.28.0/tests/core/link/test.sh +62 -0
- tmt-1.28.0/tests/core/logging/main.fmf +1 -0
- tmt-1.28.0/tests/core/logging/test.sh +21 -0
- tmt-1.28.0/tests/core/ls/example-plan.txt +5 -0
- tmt-1.28.0/tests/core/ls/example-story.txt +3 -0
- tmt-1.28.0/tests/core/ls/example-test.txt +3 -0
- tmt-1.28.0/tests/core/ls/main.fmf +4 -0
- tmt-1.28.0/tests/core/ls/test.sh +42 -0
- tmt-1.28.0/tests/core/main.fmf +1 -0
- tmt-1.28.0/tests/core/order/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/order/data/plans.fmf +34 -0
- tmt-1.28.0/tests/core/order/data/stories.fmf +24 -0
- tmt-1.28.0/tests/core/order/data/tests.fmf +36 -0
- tmt-1.28.0/tests/core/order/main.fmf +6 -0
- tmt-1.28.0/tests/core/order/test.sh +88 -0
- tmt-1.28.0/tests/core/path/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/path/data/root.fmf +3 -0
- tmt-1.28.0/tests/core/path/data/simple/main.fmf +3 -0
- tmt-1.28.0/tests/core/path/data/virtual/one.fmf +3 -0
- tmt-1.28.0/tests/core/path/data/virtual/two.fmf +3 -0
- tmt-1.28.0/tests/core/path/main.fmf +4 -0
- tmt-1.28.0/tests/core/path/test.py +25 -0
- tmt-1.28.0/tests/core/phases/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/phases/data/plans.fmf +25 -0
- tmt-1.28.0/tests/core/phases/data/test.fmf +2 -0
- tmt-1.28.0/tests/core/phases/main.fmf +1 -0
- tmt-1.28.0/tests/core/phases/test.sh +194 -0
- tmt-1.28.0/tests/core/smoke/main.fmf +4 -0
- tmt-1.28.0/tests/core/spaces/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/spaces/data/a directory/some plans/a plan.fmf +7 -0
- tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a beakerlib test/main.fmf +7 -0
- tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a beakerlib test/test.sh +8 -0
- tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a shell test/main.fmf +3 -0
- tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a shell test/test.sh +2 -0
- tmt-1.28.0/tests/core/spaces/main.fmf +15 -0
- tmt-1.28.0/tests/core/spaces/test.sh +18 -0
- tmt-1.28.0/tests/core/web-link/data/.fmf/version +1 -0
- tmt-1.28.0/tests/core/web-link/data/plan.fmf +2 -0
- tmt-1.28.0/tests/core/web-link/data/story.fmf +1 -0
- tmt-1.28.0/tests/core/web-link/data/test.fmf +1 -0
- tmt-1.28.0/tests/core/web-link/main.fmf +4 -0
- tmt-1.28.0/tests/core/web-link/test.py +37 -0
- tmt-1.28.0/tests/discover/data/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/data/distgit_test_plugin.py +29 -0
- tmt-1.28.0/tests/discover/data/dynamic-ref.fmf +11 -0
- tmt-1.28.0/tests/discover/data/plans.fmf +197 -0
- tmt-1.28.0/tests/discover/data/tests.fmf +17 -0
- tmt-1.28.0/tests/discover/distgit.sh +457 -0
- tmt-1.28.0/tests/discover/duration/data/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/duration/data/plan.fmf +45 -0
- tmt-1.28.0/tests/discover/duration/data/test.fmf +8 -0
- tmt-1.28.0/tests/discover/duration/main.fmf +1 -0
- tmt-1.28.0/tests/discover/duration/test.sh +30 -0
- tmt-1.28.0/tests/discover/dynamic-ref.sh +48 -0
- tmt-1.28.0/tests/discover/filtering.sh +247 -0
- tmt-1.28.0/tests/discover/force.sh +34 -0
- tmt-1.28.0/tests/discover/libraries/data/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/libraries/data/apache.fmf +7 -0
- tmt-1.28.0/tests/discover/libraries/data/apache.sh +30 -0
- tmt-1.28.0/tests/discover/libraries/data/certificate.fmf +71 -0
- tmt-1.28.0/tests/discover/libraries/data/certificate.sh +26 -0
- tmt-1.28.0/tests/discover/libraries/data/file.fmf +9 -0
- tmt-1.28.0/tests/discover/libraries/data/file.sh +22 -0
- tmt-1.28.0/tests/discover/libraries/data/main.fmf +1 -0
- tmt-1.28.0/tests/discover/libraries/data/plan.fmf +85 -0
- tmt-1.28.0/tests/discover/libraries/data/pruning.fmf +9 -0
- tmt-1.28.0/tests/discover/libraries/data/pruning.sh +14 -0
- tmt-1.28.0/tests/discover/libraries/data/querying.fmf +10 -0
- tmt-1.28.0/tests/discover/libraries/data/strip_git_suffix.fmf +32 -0
- tmt-1.28.0/tests/discover/libraries/main.fmf +20 -0
- tmt-1.28.0/tests/discover/libraries/test.sh +90 -0
- tmt-1.28.0/tests/discover/main.fmf +68 -0
- tmt-1.28.0/tests/discover/manual/data/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/manual/data/main.fmf +3 -0
- tmt-1.28.0/tests/discover/manual/data/test.md +7 -0
- tmt-1.28.0/tests/discover/manual/main.fmf +1 -0
- tmt-1.28.0/tests/discover/manual/test.sh +18 -0
- tmt-1.28.0/tests/discover/modified.sh +28 -0
- tmt-1.28.0/tests/discover/no-git-needed/data/foo +1 -0
- tmt-1.28.0/tests/discover/no-git-needed/data/tests/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/no-git-needed/data/tests/plan.fmf +6 -0
- tmt-1.28.0/tests/discover/no-git-needed/data/tests/test.fmf +1 -0
- tmt-1.28.0/tests/discover/no-git-needed/main.fmf +1 -0
- tmt-1.28.0/tests/discover/no-git-needed/test.sh +26 -0
- tmt-1.28.0/tests/discover/options.sh +22 -0
- tmt-1.28.0/tests/discover/order/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/order/plans.fmf +92 -0
- tmt-1.28.0/tests/discover/order/tests.fmf +14 -0
- tmt-1.28.0/tests/discover/order.sh +183 -0
- tmt-1.28.0/tests/discover/parametrize.sh +94 -0
- tmt-1.28.0/tests/discover/references-shell.sh +24 -0
- tmt-1.28.0/tests/discover/references.sh +111 -0
- tmt-1.28.0/tests/discover/sanitize-metadata-name.sh +31 -0
- tmt-1.28.0/tests/discover/scripts.sh +31 -0
- tmt-1.28.0/tests/discover/serial-number/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/serial-number/plans.fmf +29 -0
- tmt-1.28.0/tests/discover/serial-number/tests.fmf +5 -0
- tmt-1.28.0/tests/discover/serial-number-root-test/.fmf/version +1 -0
- tmt-1.28.0/tests/discover/serial-number-root-test/main.fmf +1 -0
- tmt-1.28.0/tests/discover/serial-number.sh +65 -0
- tmt-1.28.0/tests/discover/tests.sh +29 -0
- tmt-1.28.0/tests/execute/basic/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/basic/data/bad.sh +8 -0
- tmt-1.28.0/tests/execute/basic/data/good.sh +8 -0
- tmt-1.28.0/tests/execute/basic/data/need.sh +8 -0
- tmt-1.28.0/tests/execute/basic/data/plan.fmf +14 -0
- tmt-1.28.0/tests/execute/basic/data/test.fmf +25 -0
- tmt-1.28.0/tests/execute/basic/data/weird.sh +2 -0
- tmt-1.28.0/tests/execute/basic/main.fmf +1 -0
- tmt-1.28.0/tests/execute/basic/test.sh +77 -0
- tmt-1.28.0/tests/execute/codes/main.fmf +1 -0
- tmt-1.28.0/tests/execute/codes/test.sh +22 -0
- tmt-1.28.0/tests/execute/deep/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/deep/data/plan.fmf +9 -0
- tmt-1.28.0/tests/execute/deep/main.fmf +6 -0
- tmt-1.28.0/tests/execute/duration/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/duration/data/long.sh +9 -0
- tmt-1.28.0/tests/execute/duration/data/plan.fmf +6 -0
- tmt-1.28.0/tests/execute/duration/data/short.sh +8 -0
- tmt-1.28.0/tests/execute/duration/data/test.fmf +18 -0
- tmt-1.28.0/tests/execute/duration/main.fmf +12 -0
- tmt-1.28.0/tests/execute/duration/test.sh +42 -0
- tmt-1.28.0/tests/execute/exit-first/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/exit-first/data/plan.fmf +15 -0
- tmt-1.28.0/tests/execute/exit-first/main.fmf +2 -0
- tmt-1.28.0/tests/execute/exit-first/test.sh +46 -0
- tmt-1.28.0/tests/execute/filesubmit/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/filesubmit/data/main.fmf +2 -0
- tmt-1.28.0/tests/execute/filesubmit/data/test.sh +22 -0
- tmt-1.28.0/tests/execute/filesubmit/main.fmf +5 -0
- tmt-1.28.0/tests/execute/filesubmit/test.sh +36 -0
- tmt-1.28.0/tests/execute/framework/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/framework/data/beakerlib.sh +8 -0
- tmt-1.28.0/tests/execute/framework/data/plans.fmf +6 -0
- tmt-1.28.0/tests/execute/framework/data/shell.sh +1 -0
- tmt-1.28.0/tests/execute/framework/data/tests.fmf +14 -0
- tmt-1.28.0/tests/execute/framework/main.fmf +7 -0
- tmt-1.28.0/tests/execute/framework/test.sh +23 -0
- tmt-1.28.0/tests/execute/main.fmf +2 -0
- tmt-1.28.0/tests/execute/metadata/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/metadata/data/plan.fmf +6 -0
- tmt-1.28.0/tests/execute/metadata/data/test.fmf +8 -0
- tmt-1.28.0/tests/execute/metadata/main.fmf +8 -0
- tmt-1.28.0/tests/execute/metadata/test.sh +28 -0
- tmt-1.28.0/tests/execute/multiline/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/multiline/data/plans.fmf +26 -0
- tmt-1.28.0/tests/execute/multiline/data/tests.fmf +9 -0
- tmt-1.28.0/tests/execute/multiline/main.fmf +1 -0
- tmt-1.28.0/tests/execute/multiline/test.sh +40 -0
- tmt-1.28.0/tests/execute/nonroot/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/nonroot/data/main.fmf +17 -0
- tmt-1.28.0/tests/execute/nonroot/main.fmf +14 -0
- tmt-1.28.0/tests/execute/nonroot/test.sh +20 -0
- tmt-1.28.0/tests/execute/old/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/old/data/plan.fmf +6 -0
- tmt-1.28.0/tests/execute/old/data/test.fmf +8 -0
- tmt-1.28.0/tests/execute/old/data/test.sh +40 -0
- tmt-1.28.0/tests/execute/old/main.fmf +6 -0
- tmt-1.28.0/tests/execute/old/test.sh +18 -0
- tmt-1.28.0/tests/execute/reboot/basic.sh +37 -0
- tmt-1.28.0/tests/execute/reboot/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/reboot/data/plan.fmf +7 -0
- tmt-1.28.0/tests/execute/reboot/data/test.fmf +3 -0
- tmt-1.28.0/tests/execute/reboot/data/test.sh +50 -0
- tmt-1.28.0/tests/execute/reboot/efi/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/reboot/efi/plan.fmf +10 -0
- tmt-1.28.0/tests/execute/reboot/efi/test.fmf +3 -0
- tmt-1.28.0/tests/execute/reboot/efi/test.sh +60 -0
- tmt-1.28.0/tests/execute/reboot/efi.sh +25 -0
- tmt-1.28.0/tests/execute/reboot/get_value.py +42 -0
- tmt-1.28.0/tests/execute/reboot/main.fmf +43 -0
- tmt-1.28.0/tests/execute/reboot/multi-part-data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/reboot/multi-part-data/plan.fmf +13 -0
- tmt-1.28.0/tests/execute/reboot/multi-part-data/reboot.sh +8 -0
- tmt-1.28.0/tests/execute/reboot/multi-part.sh +22 -0
- tmt-1.28.0/tests/execute/reboot/reuse.sh +51 -0
- tmt-1.28.0/tests/execute/reboot/shorten-timeout-data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/reboot/shorten-timeout-data/plans/example.fmf +5 -0
- tmt-1.28.0/tests/execute/reboot/shorten-timeout-data/tests/example/main.fmf +3 -0
- tmt-1.28.0/tests/execute/reboot/shorten-timeout.sh +20 -0
- tmt-1.28.0/tests/execute/restraint/main.fmf +1 -0
- tmt-1.28.0/tests/execute/restraint/report-log/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/restraint/report-log/data/log.fmf +3 -0
- tmt-1.28.0/tests/execute/restraint/report-log/data/log.sh +31 -0
- tmt-1.28.0/tests/execute/restraint/report-log/data/plan.fmf +6 -0
- tmt-1.28.0/tests/execute/restraint/report-log/main.fmf +5 -0
- tmt-1.28.0/tests/execute/restraint/report-log/test.sh +16 -0
- tmt-1.28.0/tests/execute/restraint/report-result/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/restraint/report-result/data/plan.fmf +6 -0
- tmt-1.28.0/tests/execute/restraint/report-result/data/report.fmf +3 -0
- tmt-1.28.0/tests/execute/restraint/report-result/data/report.sh +37 -0
- tmt-1.28.0/tests/execute/restraint/report-result/data/smoke.fmf +16 -0
- tmt-1.28.0/tests/execute/restraint/report-result/main.fmf +5 -0
- tmt-1.28.0/tests/execute/restraint/report-result/test.sh +21 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/data/abort.fmf +3 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/data/abort.sh +11 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/data/do-not-run.fmf +3 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/data/plan.fmf +9 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/main.fmf +5 -0
- tmt-1.28.0/tests/execute/restraint/tmt-abort/test.sh +25 -0
- tmt-1.28.0/tests/execute/result/basic/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/result/basic/test.fmf +57 -0
- tmt-1.28.0/tests/execute/result/basic.sh +96 -0
- tmt-1.28.0/tests/execute/result/custom/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/result/custom/results.json +55 -0
- tmt-1.28.0/tests/execute/result/custom/results.yaml +58 -0
- tmt-1.28.0/tests/execute/result/custom/test.fmf +35 -0
- tmt-1.28.0/tests/execute/result/custom/wrong_results.json +6 -0
- tmt-1.28.0/tests/execute/result/custom/wrong_results.yaml +9 -0
- tmt-1.28.0/tests/execute/result/custom.sh +103 -0
- tmt-1.28.0/tests/execute/result/main.fmf +9 -0
- tmt-1.28.0/tests/execute/result/repeated/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/result/repeated/main.fmf +21 -0
- tmt-1.28.0/tests/execute/result/repeated.sh +30 -0
- tmt-1.28.0/tests/execute/rsync/main.fmf +9 -0
- tmt-1.28.0/tests/execute/rsync/test.sh +21 -0
- tmt-1.28.0/tests/execute/script/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/script/data/plan.fmf +10 -0
- tmt-1.28.0/tests/execute/script/main.fmf +1 -0
- tmt-1.28.0/tests/execute/script/test.sh +19 -0
- tmt-1.28.0/tests/execute/tty/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/tty/data/plan.fmf +29 -0
- tmt-1.28.0/tests/execute/tty/data/python.py +14 -0
- tmt-1.28.0/tests/execute/tty/data/shell.sh +14 -0
- tmt-1.28.0/tests/execute/tty/data/test.fmf +5 -0
- tmt-1.28.0/tests/execute/tty/main.fmf +9 -0
- tmt-1.28.0/tests/execute/tty/ptty-wrapper +11 -0
- tmt-1.28.0/tests/execute/tty/test.sh +70 -0
- tmt-1.28.0/tests/execute/upgrade/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/upgrade/data/plan.fmf +15 -0
- tmt-1.28.0/tests/execute/upgrade/data/test/main.fmf +3 -0
- tmt-1.28.0/tests/execute/upgrade/data/test/test.sh +9 -0
- tmt-1.28.0/tests/execute/upgrade/fedora-version.sh +10 -0
- tmt-1.28.0/tests/execute/upgrade/full.sh +28 -0
- tmt-1.28.0/tests/execute/upgrade/ignore-test.sh +33 -0
- tmt-1.28.0/tests/execute/upgrade/main.fmf +26 -0
- tmt-1.28.0/tests/execute/upgrade/override.sh +37 -0
- tmt-1.28.0/tests/execute/upgrade/simple.sh +33 -0
- tmt-1.28.0/tests/execute/weird/data/.fmf/version +1 -0
- tmt-1.28.0/tests/execute/weird/data/test.fmf +2 -0
- tmt-1.28.0/tests/execute/weird/data/weird.txt +3 -0
- tmt-1.28.0/tests/execute/weird/main.fmf +1 -0
- tmt-1.28.0/tests/execute/weird/test.sh +27 -0
- tmt-1.28.0/tests/finish/ansible/data/.fmf/version +1 -0
- tmt-1.28.0/tests/finish/ansible/data/plan.fmf +24 -0
- tmt-1.28.0/tests/finish/ansible/data/playbook.yml +17 -0
- tmt-1.28.0/tests/finish/ansible/main.fmf +21 -0
- tmt-1.28.0/tests/finish/ansible/test.sh +37 -0
- tmt-1.28.0/tests/finish/basic/data/.fmf/version +1 -0
- tmt-1.28.0/tests/finish/basic/data/main.fmf +8 -0
- tmt-1.28.0/tests/finish/basic/main.fmf +4 -0
- tmt-1.28.0/tests/finish/basic/test.sh +26 -0
- tmt-1.28.0/tests/finish/main.fmf +1 -0
- tmt-1.28.0/tests/finish/prune/data/.fmf/version +1 -0
- tmt-1.28.0/tests/finish/prune/data/plan.fmf +32 -0
- tmt-1.28.0/tests/finish/prune/data/test.fmf +7 -0
- tmt-1.28.0/tests/finish/prune/main.fmf +5 -0
- tmt-1.28.0/tests/finish/prune/test.sh +51 -0
- tmt-1.28.0/tests/full/.fmf/version +1 -0
- tmt-1.28.0/tests/full/Makefile +12 -0
- tmt-1.28.0/tests/full/plan.fmf +8 -0
- tmt-1.28.0/tests/full/test.fmf +41 -0
- tmt-1.28.0/tests/full/test.sh +236 -0
- tmt-1.28.0/tests/init/base/main.fmf +4 -0
- tmt-1.28.0/tests/init/base/test.sh +39 -0
- tmt-1.28.0/tests/init/full/main.fmf +4 -0
- tmt-1.28.0/tests/init/full/test.sh +31 -0
- tmt-1.28.0/tests/init/git/main.fmf +4 -0
- tmt-1.28.0/tests/init/git/test.sh +27 -0
- tmt-1.28.0/tests/init/main.fmf +1 -0
- tmt-1.28.0/tests/init/mini/main.fmf +4 -0
- tmt-1.28.0/tests/init/mini/test.sh +32 -0
- tmt-1.28.0/tests/init/nested/main.fmf +2 -0
- tmt-1.28.0/tests/init/nested/test.sh +56 -0
- tmt-1.28.0/tests/integration/__init__.py +30 -0
- tmt-1.28.0/tests/integration/data/nitrate/.fmf/version +1 -0
- tmt-1.28.0/tests/integration/data/nitrate/existing_dryrun_release_testcase/main.fmf +8 -0
- tmt-1.28.0/tests/integration/data/nitrate/existing_dryrun_testcase/main.fmf +6 -0
- tmt-1.28.0/tests/integration/data/nitrate/existing_testcase/main.fmf +6 -0
- tmt-1.28.0/tests/integration/data/nitrate/existing_testcase_missing_user/main.fmf +4 -0
- tmt-1.28.0/tests/integration/data/nitrate/import_case_automated/Makefile +48 -0
- tmt-1.28.0/tests/integration/data/nitrate/import_case_automated/PURPOSE +6 -0
- tmt-1.28.0/tests/integration/data/nitrate/import_case_automated/runtest.sh +33 -0
- tmt-1.28.0/tests/integration/data/nitrate/import_old_relevancy/Makefile +53 -0
- tmt-1.28.0/tests/integration/data/nitrate/main.fmf +1 -0
- tmt-1.28.0/tests/integration/data/nitrate/new_testcase/main.fmf +2 -0
- tmt-1.28.0/tests/integration/data/nitrate/validation/main.fmf +0 -0
- tmt-1.28.0/tests/integration/data/polarion/.fmf/version +1 -0
- tmt-1.28.0/tests/integration/data/polarion/existing_dryrun_testcase/main.fmf +6 -0
- tmt-1.28.0/tests/integration/data/polarion/existing_testcase/main.fmf +6 -0
- tmt-1.28.0/tests/integration/data/polarion/main.fmf +1 -0
- tmt-1.28.0/tests/integration/data/polarion/new_testcase/main.fmf +2 -0
- tmt-1.28.0/tests/integration/main.fmf +51 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_coverage_bugzilla.yaml +741 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_create.yaml +495 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_create_dryrun.yaml +23 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_existing.yaml +483 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_existing_dryrun.yaml +148 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_existing_release_dryrun.yaml +352 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_export_blocked_by_validation.yaml +4 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_export_forced_validation.yaml +347 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_missing_user_dryrun.yaml +4 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImport.test_import_manual_confirmed.yaml +138 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImport.test_import_manual_proposed.yaml +72 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImportAutomated.test_basic.yaml +342 -0
- tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImportAutomated.test_old_relevancy.yaml +199 -0
- tmt-1.28.0/tests/integration/test_data/test_polarion/PolarionExport.test_coverage_bugzilla.yaml +23 -0
- tmt-1.28.0/tests/integration/test_data/test_polarion/PolarionExport.test_create.yaml +23 -0
- tmt-1.28.0/tests/integration/test_data/test_polarion/PolarionExport.test_existing.yaml +23 -0
- tmt-1.28.0/tests/integration/test_nitrate.py +352 -0
- tmt-1.28.0/tests/integration/test_polarion.py +80 -0
- tmt-1.28.0/tests/interactive/data/.fmf/version +1 -0
- tmt-1.28.0/tests/interactive/data/interactive-anchor-plan.fmf +5 -0
- tmt-1.28.0/tests/interactive/main.fmf +2 -0
- tmt-1.28.0/tests/interactive/smoke-explicit-tree.py +7 -0
- tmt-1.28.0/tests/interactive/smoke.py +6 -0
- tmt-1.28.0/tests/interactive/test.sh +26 -0
- tmt-1.28.0/tests/libraries/dynamic_ref/data/dynamic-ref +4 -0
- tmt-1.28.0/tests/libraries/dynamic_ref/data/lib.sh +10 -0
- tmt-1.28.0/tests/libraries/dynamic_ref/data/test.sh +11 -0
- tmt-1.28.0/tests/libraries/dynamic_ref/main.fmf +6 -0
- tmt-1.28.0/tests/libraries/dynamic_ref/test.sh +66 -0
- tmt-1.28.0/tests/libraries/local/data/.fmf/version +1 -0
- tmt-1.28.0/tests/libraries/local/data/main.fmf +15 -0
- tmt-1.28.0/tests/libraries/local/data/test.sh +24 -0
- tmt-1.28.0/tests/libraries/local/main.fmf +9 -0
- tmt-1.28.0/tests/libraries/local/test.sh +31 -0
- tmt-1.28.0/tests/libraries/recursion/data/lib.sh +10 -0
- tmt-1.28.0/tests/libraries/recursion/data/test.sh +12 -0
- tmt-1.28.0/tests/libraries/recursion/main.fmf +7 -0
- tmt-1.28.0/tests/libraries/recursion/test.sh +41 -0
- tmt-1.28.0/tests/lint/all/data/.fmf/version +1 -0
- tmt-1.28.0/tests/lint/all/data/plans/bad.fmf +9 -0
- tmt-1.28.0/tests/lint/all/data/plans/good.fmf +9 -0
- tmt-1.28.0/tests/lint/all/data/stories/bad.fmf +11 -0
- tmt-1.28.0/tests/lint/all/data/stories/good.fmf +11 -0
- tmt-1.28.0/tests/lint/all/data/tests/bad/main.fmf +2 -0
- tmt-1.28.0/tests/lint/all/data/tests/bad/test.sh +6 -0
- tmt-1.28.0/tests/lint/all/data/tests/empty/foo/main.fmf +0 -0
- tmt-1.28.0/tests/lint/all/data/tests/empty/main.fmf +1 -0
- tmt-1.28.0/tests/lint/all/data/tests/fix/main.fmf +4 -0
- tmt-1.28.0/tests/lint/all/data/tests/fix/test.sh +6 -0
- tmt-1.28.0/tests/lint/all/data/tests/good/main.fmf +2 -0
- tmt-1.28.0/tests/lint/all/data/tests/good/test.sh +6 -0
- tmt-1.28.0/tests/lint/all/main.fmf +1 -0
- tmt-1.28.0/tests/lint/all/test.sh +75 -0
- tmt-1.28.0/tests/lint/main.fmf +1 -0
- tmt-1.28.0/tests/lint/plan/data/.fmf/version +1 -0
- tmt-1.28.0/tests/lint/plan/data/bad.fmf +1 -0
- tmt-1.28.0/tests/lint/plan/data/duplicate_names.fmf +23 -0
- tmt-1.28.0/tests/lint/plan/data/good.fmf +4 -0
- tmt-1.28.0/tests/lint/plan/data/invalid_attr.fmf +9 -0
- tmt-1.28.0/tests/lint/plan/data/invalid_how.fmf +4 -0
- tmt-1.28.0/tests/lint/plan/data/invalid_path.fmf +7 -0
- tmt-1.28.0/tests/lint/plan/data/invalid_ref.fmf +6 -0
- tmt-1.28.0/tests/lint/plan/data/invalid_url.fmf +5 -0
- tmt-1.28.0/tests/lint/plan/data/multi_discover.fmf +10 -0
- tmt-1.28.0/tests/lint/plan/data/multi_execute.fmf +6 -0
- tmt-1.28.0/tests/lint/plan/data/valid_fmf.fmf +7 -0
- tmt-1.28.0/tests/lint/plan/data/where-guest-role-mismatch.fmf +46 -0
- tmt-1.28.0/tests/lint/plan/main.fmf +10 -0
- tmt-1.28.0/tests/lint/plan/test.sh +93 -0
- tmt-1.28.0/tests/lint/story/data/.fmf/version +1 -0
- tmt-1.28.0/tests/lint/story/data/good.fmf +7 -0
- tmt-1.28.0/tests/lint/story/data/long_summary.fmf +8 -0
- tmt-1.28.0/tests/lint/story/data/missing_story.fmf +2 -0
- tmt-1.28.0/tests/lint/story/data/typo_in_key.fmf +2 -0
- tmt-1.28.0/tests/lint/story/main.fmf +3 -0
- tmt-1.28.0/tests/lint/story/test.sh +37 -0
- tmt-1.28.0/tests/lint/test/data/.fmf/version +1 -0
- tmt-1.28.0/tests/lint/test/data/bad-attribute.fmf +2 -0
- tmt-1.28.0/tests/lint/test/data/bad-not-absolute.fmf +3 -0
- tmt-1.28.0/tests/lint/test/data/bad-path.fmf +3 -0
- tmt-1.28.0/tests/lint/test/data/coverage.fmf +2 -0
- tmt-1.28.0/tests/lint/test/data/empty.fmf +1 -0
- tmt-1.28.0/tests/lint/test/data/good.fmf +3 -0
- tmt-1.28.0/tests/lint/test/data/manual.fmf +21 -0
- tmt-1.28.0/tests/lint/test/data/manual_test_failed/test.md +91 -0
- tmt-1.28.0/tests/lint/test/data/manual_test_failed_2/test.md +80 -0
- tmt-1.28.0/tests/lint/test/data/manual_test_passed/test.md +71 -0
- tmt-1.28.0/tests/lint/test/data/old-yaml.fmf +3 -0
- tmt-1.28.0/tests/lint/test/data/perfect.fmf +3 -0
- tmt-1.28.0/tests/lint/test/data/relevancy-list.fmf +4 -0
- tmt-1.28.0/tests/lint/test/data/relevancy-text.fmf +4 -0
- tmt-1.28.0/tests/lint/test/data_sources/.fmf/version +1 -0
- tmt-1.28.0/tests/lint/test/data_sources/baz/bb.fmf +1 -0
- tmt-1.28.0/tests/lint/test/data_sources/foo/inner/main.fmf +1 -0
- tmt-1.28.0/tests/lint/test/data_sources/foo/main.fmf +1 -0
- tmt-1.28.0/tests/lint/test/data_sources/foo/special.fmf +5 -0
- tmt-1.28.0/tests/lint/test/data_sources/foobar/main.fmf +1 -0
- tmt-1.28.0/tests/lint/test/data_sources/main.fmf +3 -0
- tmt-1.28.0/tests/lint/test/main.fmf +1 -0
- tmt-1.28.0/tests/lint/test/test.sh +149 -0
- tmt-1.28.0/tests/login/data/.fmf/version +1 -0
- tmt-1.28.0/tests/login/data/fmf-tests.fmf +7 -0
- tmt-1.28.0/tests/login/data/plan.fmf +2 -0
- tmt-1.28.0/tests/login/data/tests/main.fmf +6 -0
- tmt-1.28.0/tests/login/data/tests/test1/main.fmf +2 -0
- tmt-1.28.0/tests/login/data/tests/test1/test.sh +2 -0
- tmt-1.28.0/tests/login/data/tests/test2/main.fmf +2 -0
- tmt-1.28.0/tests/login/data/tests/test2/test.sh +2 -0
- tmt-1.28.0/tests/login/debug.sh +19 -0
- tmt-1.28.0/tests/login/main.fmf +30 -0
- tmt-1.28.0/tests/login/ready.sh +37 -0
- tmt-1.28.0/tests/login/reserve.sh +26 -0
- tmt-1.28.0/tests/login/step.sh +62 -0
- tmt-1.28.0/tests/login/test.sh +38 -0
- tmt-1.28.0/tests/login/when.sh +29 -0
- tmt-1.28.0/tests/main.fmf +6 -0
- tmt-1.28.0/tests/multihost/complete/data/.fmf/version +1 -0
- tmt-1.28.0/tests/multihost/complete/data/plans.fmf +56 -0
- tmt-1.28.0/tests/multihost/complete/data/tests/C/main.fmf +2 -0
- tmt-1.28.0/tests/multihost/complete/data/tests/main.fmf +7 -0
- tmt-1.28.0/tests/multihost/complete/data/tests/test.sh +10 -0
- tmt-1.28.0/tests/multihost/complete/main.fmf +2 -0
- tmt-1.28.0/tests/multihost/complete/test.sh +125 -0
- tmt-1.28.0/tests/multihost/corner-cases/data/.fmf/version +1 -0
- tmt-1.28.0/tests/multihost/corner-cases/data/plans.fmf +11 -0
- tmt-1.28.0/tests/multihost/corner-cases/main.fmf +2 -0
- tmt-1.28.0/tests/multihost/corner-cases/test.sh +22 -0
- tmt-1.28.0/tests/multihost/main.fmf +1 -0
- tmt-1.28.0/tests/multihost/provision/data/.fmf/version +1 -0
- tmt-1.28.0/tests/multihost/provision/data/noroles.fmf +7 -0
- tmt-1.28.0/tests/multihost/provision/data/roles.fmf +15 -0
- tmt-1.28.0/tests/multihost/provision/data/wrong.fmf +7 -0
- tmt-1.28.0/tests/multihost/provision/main.fmf +1 -0
- tmt-1.28.0/tests/multihost/provision/test.sh +71 -0
- tmt-1.28.0/tests/multihost/web/data/.fmf/version +1 -0
- tmt-1.28.0/tests/multihost/web/data/plan.fmf +34 -0
- tmt-1.28.0/tests/multihost/web/data/test.fmf +25 -0
- tmt-1.28.0/tests/multihost/web/main.fmf +15 -0
- tmt-1.28.0/tests/pip/install.fmf +28 -0
- tmt-1.28.0/tests/plan/context/data/.fmf/version +1 -0
- tmt-1.28.0/tests/plan/context/data/bad-values.fmf +9 -0
- tmt-1.28.0/tests/plan/context/data/bad.fmf +4 -0
- tmt-1.28.0/tests/plan/context/data/good.fmf +8 -0
- tmt-1.28.0/tests/plan/context/main.fmf +1 -0
- tmt-1.28.0/tests/plan/context/test.sh +48 -0
- tmt-1.28.0/tests/plan/create/main.fmf +2 -0
- tmt-1.28.0/tests/plan/create/test.sh +42 -0
- tmt-1.28.0/tests/plan/export/data/.fmf/version +1 -0
- tmt-1.28.0/tests/plan/export/data/plan.fmf +38 -0
- tmt-1.28.0/tests/plan/export/main.fmf +2 -0
- tmt-1.28.0/tests/plan/export/test.sh +89 -0
- tmt-1.28.0/tests/plan/import/basic.sh +108 -0
- tmt-1.28.0/tests/plan/import/data/.fmf/version +1 -0
- tmt-1.28.0/tests/plan/import/data/plans.fmf +47 -0
- tmt-1.28.0/tests/plan/import/errors.sh +18 -0
- tmt-1.28.0/tests/plan/import/invalid-data/.fmf/version +1 -0
- tmt-1.28.0/tests/plan/import/invalid-data/bad-url.fmf +4 -0
- tmt-1.28.0/tests/plan/import/main.fmf +12 -0
- tmt-1.28.0/tests/plan/import/modify-data/.fmf/version +1 -0
- tmt-1.28.0/tests/plan/import/modify-data/plans.fmf +16 -0
- tmt-1.28.0/tests/plan/import/modify.sh +31 -0
- tmt-1.28.0/tests/plan/select/main.fmf +4 -0
- tmt-1.28.0/tests/plan/select/test.sh +60 -0
- tmt-1.28.0/tests/plan/show/data/.fmf/version +1 -0
- tmt-1.28.0/tests/plan/show/data/plans/disabled.fmf +4 -0
- tmt-1.28.0/tests/plan/show/data/plans/enabled.fmf +4 -0
- tmt-1.28.0/tests/plan/show/data/plans/envvars.fmf +2 -0
- tmt-1.28.0/tests/plan/show/data/plans/full.fmf +36 -0
- tmt-1.28.0/tests/plan/show/data/plans/mini.fmf +2 -0
- tmt-1.28.0/tests/plan/show/data/variables.yaml +1 -0
- tmt-1.28.0/tests/plan/show/main.fmf +3 -0
- tmt-1.28.0/tests/plan/show/test.sh +192 -0
- tmt-1.28.0/tests/plugins/main.fmf +2 -0
- tmt-1.28.0/tests/plugins/test.sh +65 -0
- tmt-1.28.0/tests/precommit/main.fmf +6 -0
- tmt-1.28.0/tests/precommit/test.sh +101 -0
- tmt-1.28.0/tests/prepare/adjust/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/adjust/data/plans.fmf +21 -0
- tmt-1.28.0/tests/prepare/adjust/data/smoke.py +4 -0
- tmt-1.28.0/tests/prepare/adjust/data/tests.fmf +19 -0
- tmt-1.28.0/tests/prepare/adjust/main.fmf +5 -0
- tmt-1.28.0/tests/prepare/adjust/test.sh +39 -0
- tmt-1.28.0/tests/prepare/ansible/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/ansible/data/plan.fmf +22 -0
- tmt-1.28.0/tests/prepare/ansible/data/playbook.yml +17 -0
- tmt-1.28.0/tests/prepare/ansible/data/test.fmf +2 -0
- tmt-1.28.0/tests/prepare/ansible/main.fmf +20 -0
- tmt-1.28.0/tests/prepare/ansible/test.sh +38 -0
- tmt-1.28.0/tests/prepare/basic/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/basic/data/main.fmf +9 -0
- tmt-1.28.0/tests/prepare/basic/main.fmf +1 -0
- tmt-1.28.0/tests/prepare/basic/test.sh +18 -0
- tmt-1.28.0/tests/prepare/freeze/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/freeze/data/main.fmf +13 -0
- tmt-1.28.0/tests/prepare/freeze/main.fmf +5 -0
- tmt-1.28.0/tests/prepare/freeze/test.sh +21 -0
- tmt-1.28.0/tests/prepare/install/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/install/data/copr.fmf +7 -0
- tmt-1.28.0/tests/prepare/install/data/debuginfo.fmf +39 -0
- tmt-1.28.0/tests/prepare/install/data/epel7.fmf +9 -0
- tmt-1.28.0/tests/prepare/install/data/epel8-remote.fmf +10 -0
- tmt-1.28.0/tests/prepare/install/data/escape.fmf +6 -0
- tmt-1.28.0/tests/prepare/install/data/exclude.fmf +8 -0
- tmt-1.28.0/tests/prepare/install/data/existing.fmf +6 -0
- tmt-1.28.0/tests/prepare/install/data/main.fmf +2 -0
- tmt-1.28.0/tests/prepare/install/data/missing.fmf +6 -0
- tmt-1.28.0/tests/prepare/install/main.fmf +18 -0
- tmt-1.28.0/tests/prepare/install/test.sh +62 -0
- tmt-1.28.0/tests/prepare/main.fmf +4 -0
- tmt-1.28.0/tests/prepare/recommend/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/recommend/data/plan.fmf +21 -0
- tmt-1.28.0/tests/prepare/recommend/data/test.fmf +11 -0
- tmt-1.28.0/tests/prepare/recommend/main.fmf +17 -0
- tmt-1.28.0/tests/prepare/recommend/test.sh +49 -0
- tmt-1.28.0/tests/prepare/require/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/require/data/plan.fmf +19 -0
- tmt-1.28.0/tests/prepare/require/data/test.fmf +14 -0
- tmt-1.28.0/tests/prepare/require/main.fmf +6 -0
- tmt-1.28.0/tests/prepare/require/test.sh +39 -0
- tmt-1.28.0/tests/prepare/shell/data/.fmf/version +1 -0
- tmt-1.28.0/tests/prepare/shell/data/custom.fmf +9 -0
- tmt-1.28.0/tests/prepare/shell/data/multiple.fmf +5 -0
- tmt-1.28.0/tests/prepare/shell/data/prepare.sh +8 -0
- tmt-1.28.0/tests/prepare/shell/main.fmf +3 -0
- tmt-1.28.0/tests/prepare/shell/test.sh +26 -0
- tmt-1.28.0/tests/provision/facts/main.fmf +4 -0
- tmt-1.28.0/tests/provision/facts/test.sh +101 -0
- tmt-1.28.0/tests/provision/hardware/data/.fmf/version +1 -0
- tmt-1.28.0/tests/provision/hardware/data/main.fmf +61 -0
- tmt-1.28.0/tests/provision/hardware/main.fmf +10 -0
- tmt-1.28.0/tests/provision/hardware/test.sh +24 -0
- tmt-1.28.0/tests/provision/main.fmf +2 -0
- tmt-1.28.0/tests/provision/reboot/main.fmf +6 -0
- tmt-1.28.0/tests/provision/reboot/test.sh +50 -0
- tmt-1.28.0/tests/provision/ssh-options/data/.fmf/version +1 -0
- tmt-1.28.0/tests/provision/ssh-options/data/plan.fmf +9 -0
- tmt-1.28.0/tests/provision/ssh-options/main.fmf +6 -0
- tmt-1.28.0/tests/provision/ssh-options/test.sh +24 -0
- tmt-1.28.0/tests/provision/user/main.fmf +2 -0
- tmt-1.28.0/tests/provision/user/test.sh +35 -0
- tmt-1.28.0/tests/provision/virtual/dependencies/main.fmf +11 -0
- tmt-1.28.0/tests/provision/virtual/dependencies/test.sh +46 -0
- tmt-1.28.0/tests/provision/virtual.testcloud/data/.fmf/version +1 -0
- tmt-1.28.0/tests/provision/virtual.testcloud/data/plan.fmf +15 -0
- tmt-1.28.0/tests/provision/virtual.testcloud/main.fmf +8 -0
- tmt-1.28.0/tests/provision/virtual.testcloud/test.sh +45 -0
- tmt-1.28.0/tests/pull/main.fmf +1 -0
- tmt-1.28.0/tests/pull/results/data/.fmf/version +1 -0
- tmt-1.28.0/tests/pull/results/data/plan.fmf +6 -0
- tmt-1.28.0/tests/pull/results/data/test.fmf +21 -0
- tmt-1.28.0/tests/pull/results/main.fmf +13 -0
- tmt-1.28.0/tests/pull/results/test.sh +50 -0
- tmt-1.28.0/tests/pull/simple/main.fmf +15 -0
- tmt-1.28.0/tests/pull/simple/test.sh +26 -0
- tmt-1.28.0/tests/report/display/data/.fmf/version +1 -0
- tmt-1.28.0/tests/report/display/data/main.fmf +22 -0
- tmt-1.28.0/tests/report/display/main.fmf +1 -0
- tmt-1.28.0/tests/report/display/test.sh +34 -0
- tmt-1.28.0/tests/report/html/data/.fmf/version +1 -0
- tmt-1.28.0/tests/report/html/data/main.fmf +45 -0
- tmt-1.28.0/tests/report/html/main.fmf +2 -0
- tmt-1.28.0/tests/report/html/test.sh +96 -0
- tmt-1.28.0/tests/report/junit/data/.fmf/version +1 -0
- tmt-1.28.0/tests/report/junit/data/main.fmf +29 -0
- tmt-1.28.0/tests/report/junit/data/runtest.sh +19 -0
- tmt-1.28.0/tests/report/junit/main.fmf +1 -0
- tmt-1.28.0/tests/report/junit/test.sh +23 -0
- tmt-1.28.0/tests/report/main.fmf +1 -0
- tmt-1.28.0/tests/report/polarion/data/.fmf/version +1 -0
- tmt-1.28.0/tests/report/polarion/data/main.fmf +22 -0
- tmt-1.28.0/tests/report/polarion/main.fmf +2 -0
- tmt-1.28.0/tests/report/polarion/test.sh +23 -0
- tmt-1.28.0/tests/report/reportportal/data/.fmf/version +1 -0
- tmt-1.28.0/tests/report/reportportal/data/plan.fmf +25 -0
- tmt-1.28.0/tests/report/reportportal/data/test.fmf +14 -0
- tmt-1.28.0/tests/report/reportportal/main.fmf +6 -0
- tmt-1.28.0/tests/report/reportportal/test.sh +134 -0
- tmt-1.28.0/tests/report/summary/data/.fmf/version +1 -0
- tmt-1.28.0/tests/report/summary/data/main.fmf +34 -0
- tmt-1.28.0/tests/report/summary/main.fmf +1 -0
- tmt-1.28.0/tests/report/summary/test.sh +40 -0
- tmt-1.28.0/tests/run/default/main.fmf +6 -0
- tmt-1.28.0/tests/run/default/test.sh +37 -0
- tmt-1.28.0/tests/run/error/main.fmf +3 -0
- tmt-1.28.0/tests/run/error/test.sh +53 -0
- tmt-1.28.0/tests/run/follow/data/.fmf/version +1 -0
- tmt-1.28.0/tests/run/follow/data/main.fmf +10 -0
- tmt-1.28.0/tests/run/follow/main.fmf +1 -0
- tmt-1.28.0/tests/run/follow/test.sh +25 -0
- tmt-1.28.0/tests/run/permissions/main.fmf +15 -0
- tmt-1.28.0/tests/run/permissions/test.sh +58 -0
- tmt-1.28.0/tests/run/recursion/main.fmf +1 -0
- tmt-1.28.0/tests/run/recursion/test.sh +20 -0
- tmt-1.28.0/tests/run/remove/main.fmf +6 -0
- tmt-1.28.0/tests/run/remove/test.sh +42 -0
- tmt-1.28.0/tests/run/root/main.fmf +6 -0
- tmt-1.28.0/tests/run/root/test.sh +24 -0
- tmt-1.28.0/tests/run/shell/data/.fmf/version +1 -0
- tmt-1.28.0/tests/run/shell/data/reproducer.fmf +17 -0
- tmt-1.28.0/tests/run/shell/main.fmf +15 -0
- tmt-1.28.0/tests/run/shell/test.sh +38 -0
- tmt-1.28.0/tests/run/worktree/data/ansible/.fmf/version +1 -0
- tmt-1.28.0/tests/run/worktree/data/ansible/plan.fmf +18 -0
- tmt-1.28.0/tests/run/worktree/data/ansible/playbook.yml +6 -0
- tmt-1.28.0/tests/run/worktree/data/ansible/testfile +1 -0
- tmt-1.28.0/tests/run/worktree/data/prepare/.fmf/version +1 -0
- tmt-1.28.0/tests/run/worktree/data/prepare/plan.fmf +6 -0
- tmt-1.28.0/tests/run/worktree/data/simple/.fmf/version +1 -0
- tmt-1.28.0/tests/run/worktree/data/simple/plan.fmf +8 -0
- tmt-1.28.0/tests/run/worktree/data/simple/testfile +1 -0
- tmt-1.28.0/tests/run/worktree/data/tree/.fmf/version +1 -0
- tmt-1.28.0/tests/run/worktree/data/tree/file.txt +1 -0
- tmt-1.28.0/tests/run/worktree/data/tree/plan.fmf +13 -0
- tmt-1.28.0/tests/run/worktree/data/tree/test/main.fmf +1 -0
- tmt-1.28.0/tests/run/worktree/main.fmf +24 -0
- tmt-1.28.0/tests/run/worktree/test.sh +30 -0
- tmt-1.28.0/tests/security/ansible/data/.fmf/version +1 -0
- tmt-1.28.0/tests/security/ansible/data/plan.fmf +7 -0
- tmt-1.28.0/tests/security/ansible/main.fmf +16 -0
- tmt-1.28.0/tests/security/ansible/test.sh +23 -0
- tmt-1.28.0/tests/status/base/main.fmf +2 -0
- tmt-1.28.0/tests/status/base/test.sh +106 -0
- tmt-1.28.0/tests/steps/duplicate-name/data/.fmf/version +1 -0
- tmt-1.28.0/tests/steps/duplicate-name/data/plan.fmf +13 -0
- tmt-1.28.0/tests/steps/duplicate-name/main.fmf +1 -0
- tmt-1.28.0/tests/steps/duplicate-name/test.sh +20 -0
- tmt-1.28.0/tests/steps/invalid/data/.fmf/version +1 -0
- tmt-1.28.0/tests/steps/invalid/data/plan.fmf +5 -0
- tmt-1.28.0/tests/steps/invalid/main.fmf +2 -0
- tmt-1.28.0/tests/steps/invalid/test.sh +24 -0
- tmt-1.28.0/tests/steps/select/data/.fmf/version +1 -0
- tmt-1.28.0/tests/steps/select/data/plan.fmf +4 -0
- tmt-1.28.0/tests/steps/select/main.fmf +1 -0
- tmt-1.28.0/tests/steps/select/test.sh +104 -0
- tmt-1.28.0/tests/story/create/main.fmf +2 -0
- tmt-1.28.0/tests/story/create/test.sh +27 -0
- tmt-1.28.0/tests/story/export/data/.fmf/version +1 -0
- tmt-1.28.0/tests/story/export/data/full.fmf +13 -0
- tmt-1.28.0/tests/story/export/data/mini.fmf +1 -0
- tmt-1.28.0/tests/story/export/main.fmf +1 -0
- tmt-1.28.0/tests/story/export/story-template.j2 +1 -0
- tmt-1.28.0/tests/story/export/test.sh +64 -0
- tmt-1.28.0/tests/story/priority/data/.fmf/version +1 -0
- tmt-1.28.0/tests/story/priority/data/story.fmf +20 -0
- tmt-1.28.0/tests/story/priority/main.fmf +4 -0
- tmt-1.28.0/tests/story/priority/test.sh +35 -0
- tmt-1.28.0/tests/story/show/data/.fmf/version +1 -0
- tmt-1.28.0/tests/story/show/data/stories/disabled.fmf +6 -0
- tmt-1.28.0/tests/story/show/data/stories/enabled.fmf +6 -0
- tmt-1.28.0/tests/story/show/data/stories/full.fmf +12 -0
- tmt-1.28.0/tests/story/show/data/stories/mini.fmf +1 -0
- tmt-1.28.0/tests/story/show/main.fmf +3 -0
- tmt-1.28.0/tests/story/show/test.sh +91 -0
- tmt-1.28.0/tests/test/check/data/.fmf/version +1 -0
- tmt-1.28.0/tests/test/check/data/main.fmf +18 -0
- tmt-1.28.0/tests/test/check/data/plan.fmf +5 -0
- tmt-1.28.0/tests/test/check/main.fmf +26 -0
- tmt-1.28.0/tests/test/check/test-avc.sh +58 -0
- tmt-1.28.0/tests/test/check/test-dmesg.sh +57 -0
- tmt-1.28.0/tests/test/create/main.fmf +2 -0
- tmt-1.28.0/tests/test/create/test.sh +119 -0
- tmt-1.28.0/tests/test/debug/main.fmf +12 -0
- tmt-1.28.0/tests/test/debug/test.sh +37 -0
- tmt-1.28.0/tests/test/export/data/.fmf/version +1 -0
- tmt-1.28.0/tests/test/export/data/tests.fmf +8 -0
- tmt-1.28.0/tests/test/export/main.fmf +2 -0
- tmt-1.28.0/tests/test/export/parse.py +68 -0
- tmt-1.28.0/tests/test/export/test.sh +94 -0
- tmt-1.28.0/tests/test/identifier/main.fmf +4 -0
- tmt-1.28.0/tests/test/identifier/test.sh +21 -0
- tmt-1.28.0/tests/test/import/data/.fmf/version +1 -0
- tmt-1.28.0/tests/test/import/data/main.fmf +2 -0
- tmt-1.28.0/tests/test/import/data/parent/child/Makefile +51 -0
- tmt-1.28.0/tests/test/import/data/parent/child/PURPOSE +6 -0
- tmt-1.28.0/tests/test/import/data/parent/child/metadata +13 -0
- tmt-1.28.0/tests/test/import/data/parent/child/runtest.sh +10 -0
- tmt-1.28.0/tests/test/import/data/parent/empty-requires/Makefile +27 -0
- tmt-1.28.0/tests/test/import/data/parent/main.fmf +1 -0
- tmt-1.28.0/tests/test/import/data/parent/multiple-lines-run/Makefile +30 -0
- tmt-1.28.0/tests/test/import/data/parent/multiple-lines-run/runtest.sh +3 -0
- tmt-1.28.0/tests/test/import/data/parent/negative-requires/Makefile +26 -0
- tmt-1.28.0/tests/test/import/data/parent/single-line-run/Makefile +27 -0
- tmt-1.28.0/tests/test/import/data/parent/single-line-run/runtest.sh +3 -0
- tmt-1.28.0/tests/test/import/main.fmf +2 -0
- tmt-1.28.0/tests/test/import/test.sh +175 -0
- tmt-1.28.0/tests/test/script/data/.fmf/version +1 -0
- tmt-1.28.0/tests/test/script/data/tests/foo.fmf +9 -0
- tmt-1.28.0/tests/test/script/main.fmf +1 -0
- tmt-1.28.0/tests/test/script/test.sh +23 -0
- tmt-1.28.0/tests/test/select/data/.fmf/version +1 -0
- tmt-1.28.0/tests/test/select/data/plans.fmf +24 -0
- tmt-1.28.0/tests/test/select/data/sub/first.fmf +0 -0
- tmt-1.28.0/tests/test/select/data/sub/main.fmf +5 -0
- tmt-1.28.0/tests/test/select/data/sub/second.fmf +0 -0
- tmt-1.28.0/tests/test/select/data/subdir/main.fmf +7 -0
- tmt-1.28.0/tests/test/select/data/subdir_other.fmf +5 -0
- tmt-1.28.0/tests/test/select/data/tests.fmf +31 -0
- tmt-1.28.0/tests/test/select/main.fmf +4 -0
- tmt-1.28.0/tests/test/select/test.sh +260 -0
- tmt-1.28.0/tests/test/show/data/.fmf/version +1 -0
- tmt-1.28.0/tests/test/show/data/tests/disabled01.fmf +3 -0
- tmt-1.28.0/tests/test/show/data/tests/disabled02.fmf +3 -0
- tmt-1.28.0/tests/test/show/data/tests/enabled01.fmf +3 -0
- tmt-1.28.0/tests/test/show/data/tests/enabled02.fmf +3 -0
- tmt-1.28.0/tests/test/show/data/tests/full.fmf +20 -0
- tmt-1.28.0/tests/test/show/data/tests/mini.fmf +1 -0
- tmt-1.28.0/tests/test/show/main.fmf +3 -0
- tmt-1.28.0/tests/test/show/test.sh +130 -0
- tmt-1.28.0/tests/unit/__init__.py +171 -0
- tmt-1.28.0/tests/unit/conftest.py +112 -0
- tmt-1.28.0/tests/unit/id/defined/.fmf/version +1 -0
- tmt-1.28.0/tests/unit/id/defined/main.fmf +21 -0
- tmt-1.28.0/tests/unit/id/empty/.fmf/version +1 -0
- tmt-1.28.0/tests/unit/id/empty/main.fmf +5 -0
- tmt-1.28.0/tests/unit/main.fmf +10 -0
- tmt-1.28.0/tests/unit/manual_test/test.md +71 -0
- tmt-1.28.0/tests/unit/manual_test/test_empty.md +0 -0
- tmt-1.28.0/tests/unit/test_adjust.py +166 -0
- tmt-1.28.0/tests/unit/test_base.py +166 -0
- tmt-1.28.0/tests/unit/test_beakerlib.py +131 -0
- tmt-1.28.0/tests/unit/test_cli.py +262 -0
- tmt-1.28.0/tests/unit/test_convert.py +54 -0
- tmt-1.28.0/tests/unit/test_dataclasses.py +156 -0
- tmt-1.28.0/tests/unit/test_export_to_nitrate.py +111 -0
- tmt-1.28.0/tests/unit/test_file_require.py +46 -0
- tmt-1.28.0/tests/unit/test_guest.py +14 -0
- tmt-1.28.0/tests/unit/test_hardware.py +127 -0
- tmt-1.28.0/tests/unit/test_id.py +117 -0
- tmt-1.28.0/tests/unit/test_logging.py +359 -0
- tmt-1.28.0/tests/unit/test_report_junit.py +199 -0
- tmt-1.28.0/tests/unit/test_schemas.py +278 -0
- tmt-1.28.0/tests/unit/test_utils.py +1513 -0
- tmt-1.28.0/tests/usability/data/.fmf/version +1 -0
- tmt-1.28.0/tests/usability/data/cmdabbr.fmf +8 -0
- tmt-1.28.0/tests/usability/main.fmf +3 -0
- tmt-1.28.0/tests/usability/test.sh +44 -0
- tmt-1.28.0/tmt/__init__.py +23 -0
- tmt-1.28.0/tmt/__main__.py +26 -0
- tmt-1.28.0/tmt/base.py +3985 -0
- tmt-1.28.0/tmt/checks/__init__.py +211 -0
- tmt-1.28.0/tmt/checks/avc.py +182 -0
- tmt-1.28.0/tmt/checks/dmesg.py +105 -0
- tmt-1.28.0/tmt/cli.py +1871 -0
- tmt-1.28.0/tmt/convert.py +1217 -0
- tmt-1.28.0/tmt/export/__init__.py +510 -0
- tmt-1.28.0/tmt/export/_dict.py +13 -0
- tmt-1.28.0/tmt/export/_json.py +15 -0
- tmt-1.28.0/tmt/export/nitrate.py +656 -0
- tmt-1.28.0/tmt/export/polarion.py +369 -0
- tmt-1.28.0/tmt/export/rst.py +34 -0
- tmt-1.28.0/tmt/export/template.py +89 -0
- tmt-1.28.0/tmt/export/templates/default-story.rst.j2 +67 -0
- tmt-1.28.0/tmt/export/yaml.py +13 -0
- tmt-1.28.0/tmt/frameworks/__init__.py +126 -0
- tmt-1.28.0/tmt/frameworks/beakerlib.py +119 -0
- tmt-1.28.0/tmt/frameworks/shell.py +56 -0
- tmt-1.28.0/tmt/hardware.py +1236 -0
- tmt-1.28.0/tmt/identifier.py +69 -0
- tmt-1.28.0/tmt/libraries/__init__.py +175 -0
- tmt-1.28.0/tmt/libraries/beakerlib.py +353 -0
- tmt-1.28.0/tmt/libraries/file.py +84 -0
- tmt-1.28.0/tmt/lint.py +404 -0
- tmt-1.28.0/tmt/log.py +818 -0
- tmt-1.28.0/tmt/options.py +521 -0
- tmt-1.28.0/tmt/plugins/__init__.py +299 -0
- tmt-1.28.0/tmt/py.typed +0 -0
- tmt-1.28.0/tmt/queue.py +269 -0
- tmt-1.28.0/tmt/result.py +369 -0
- tmt-1.28.0/tmt/schemas/common.yaml +420 -0
- tmt-1.28.0/tmt/schemas/core.yaml +58 -0
- tmt-1.28.0/tmt/schemas/discover/fmf.yaml +87 -0
- tmt-1.28.0/tmt/schemas/discover/shell.yaml +144 -0
- tmt-1.28.0/tmt/schemas/execute/tmt.yaml +38 -0
- tmt-1.28.0/tmt/schemas/execute/upgrade.yaml +54 -0
- tmt-1.28.0/tmt/schemas/finish/ansible.yaml +12 -0
- tmt-1.28.0/tmt/schemas/finish/shell.yaml +12 -0
- tmt-1.28.0/tmt/schemas/plan.yaml +190 -0
- tmt-1.28.0/tmt/schemas/prepare/ansible.yaml +12 -0
- tmt-1.28.0/tmt/schemas/prepare/errata.yaml +46 -0
- tmt-1.28.0/tmt/schemas/prepare/install.yaml +60 -0
- tmt-1.28.0/tmt/schemas/prepare/shell.yaml +12 -0
- tmt-1.28.0/tmt/schemas/provision/artemis.yaml +108 -0
- tmt-1.28.0/tmt/schemas/provision/beaker.yaml +44 -0
- tmt-1.28.0/tmt/schemas/provision/connect.yaml +46 -0
- tmt-1.28.0/tmt/schemas/provision/container.yaml +38 -0
- tmt-1.28.0/tmt/schemas/provision/hardware.yaml +285 -0
- tmt-1.28.0/tmt/schemas/provision/kickstart.yaml +40 -0
- tmt-1.28.0/tmt/schemas/provision/local.yaml +29 -0
- tmt-1.28.0/tmt/schemas/provision/minute.yaml +44 -0
- tmt-1.28.0/tmt/schemas/provision/virtual.yaml +53 -0
- tmt-1.28.0/tmt/schemas/report/display.yaml +26 -0
- tmt-1.28.0/tmt/schemas/report/html.yaml +35 -0
- tmt-1.28.0/tmt/schemas/report/junit.yaml +29 -0
- tmt-1.28.0/tmt/schemas/report/polarion.yaml +72 -0
- tmt-1.28.0/tmt/schemas/report/reportportal.yaml +42 -0
- tmt-1.28.0/tmt/schemas/results.yaml +94 -0
- tmt-1.28.0/tmt/schemas/story.yaml +75 -0
- tmt-1.28.0/tmt/schemas/test.yaml +128 -0
- tmt-1.28.0/tmt/steps/__init__.py +2049 -0
- tmt-1.28.0/tmt/steps/discover/__init__.py +376 -0
- tmt-1.28.0/tmt/steps/discover/fmf.py +602 -0
- tmt-1.28.0/tmt/steps/discover/shell.py +402 -0
- tmt-1.28.0/tmt/steps/execute/__init__.py +692 -0
- tmt-1.28.0/tmt/steps/execute/internal.py +496 -0
- tmt-1.28.0/tmt/steps/execute/scripts/tmt-abort +5 -0
- tmt-1.28.0/tmt/steps/execute/scripts/tmt-file-submit +33 -0
- tmt-1.28.0/tmt/steps/execute/scripts/tmt-reboot +34 -0
- tmt-1.28.0/tmt/steps/execute/scripts/tmt-report-result +126 -0
- tmt-1.28.0/tmt/steps/execute/upgrade.py +341 -0
- tmt-1.28.0/tmt/steps/finish/__init__.py +189 -0
- tmt-1.28.0/tmt/steps/finish/ansible.py +40 -0
- tmt-1.28.0/tmt/steps/finish/shell.py +74 -0
- tmt-1.28.0/tmt/steps/prepare/__init__.py +298 -0
- tmt-1.28.0/tmt/steps/prepare/ansible.py +145 -0
- tmt-1.28.0/tmt/steps/prepare/install.py +609 -0
- tmt-1.28.0/tmt/steps/prepare/shell.py +93 -0
- tmt-1.28.0/tmt/steps/provision/__init__.py +1875 -0
- tmt-1.28.0/tmt/steps/provision/artemis.py +691 -0
- tmt-1.28.0/tmt/steps/provision/connect.py +113 -0
- tmt-1.28.0/tmt/steps/provision/local.py +172 -0
- tmt-1.28.0/tmt/steps/provision/mrack/mrack-provisioning-config.yaml +109 -0
- tmt-1.28.0/tmt/steps/provision/mrack/mrack.conf +6 -0
- tmt-1.28.0/tmt/steps/provision/mrack.py +718 -0
- tmt-1.28.0/tmt/steps/provision/podman.py +351 -0
- tmt-1.28.0/tmt/steps/provision/testcloud.py +708 -0
- tmt-1.28.0/tmt/steps/report/__init__.py +114 -0
- tmt-1.28.0/tmt/steps/report/display.py +156 -0
- tmt-1.28.0/tmt/steps/report/html/template.html.j2 +239 -0
- tmt-1.28.0/tmt/steps/report/html.py +122 -0
- tmt-1.28.0/tmt/steps/report/junit.py +130 -0
- tmt-1.28.0/tmt/steps/report/polarion.py +283 -0
- tmt-1.28.0/tmt/steps/report/reportportal.py +248 -0
- tmt-1.28.0/tmt/templates.py +139 -0
- tmt-1.28.0/tmt/utils.py +6030 -0
- tmt-1.28.0/tmt.spec +1972 -0
tmt-1.28.0/.gitignore
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# tmt-specific
|
|
2
|
+
|
|
3
|
+
/tmp/
|
|
4
|
+
docs/_build
|
|
5
|
+
docs/spec
|
|
6
|
+
docs/stories
|
|
7
|
+
|
|
8
|
+
# Python
|
|
9
|
+
|
|
10
|
+
# Byte-compiled / optimized / DLL files
|
|
11
|
+
__pycache__/
|
|
12
|
+
*.py[cod]
|
|
13
|
+
*$py.class
|
|
14
|
+
|
|
15
|
+
# Distribution / packaging
|
|
16
|
+
.Python
|
|
17
|
+
build/
|
|
18
|
+
develop-eggs/
|
|
19
|
+
dist/
|
|
20
|
+
downloads/
|
|
21
|
+
eggs/
|
|
22
|
+
.eggs/
|
|
23
|
+
lib/
|
|
24
|
+
lib64/
|
|
25
|
+
parts/
|
|
26
|
+
sdist/
|
|
27
|
+
var/
|
|
28
|
+
wheels/
|
|
29
|
+
share/python-wheels/
|
|
30
|
+
*.egg-info/
|
|
31
|
+
.installed.cfg
|
|
32
|
+
*.egg
|
|
33
|
+
MANIFEST
|
|
34
|
+
|
|
35
|
+
# Testing
|
|
36
|
+
.mypy_cache
|
|
37
|
+
.pytest_cache
|
|
38
|
+
|
|
39
|
+
# Virtual environment
|
|
40
|
+
.env
|
|
41
|
+
.venv
|
|
42
|
+
env/
|
|
43
|
+
venv/
|
|
44
|
+
ENV/
|
|
45
|
+
env.bak/
|
|
46
|
+
venv.bak/
|
|
47
|
+
|
|
48
|
+
# Jetbrains
|
|
49
|
+
.idea/
|
|
50
|
+
|
|
51
|
+
# Vim
|
|
52
|
+
|
|
53
|
+
# Swap
|
|
54
|
+
[._]*.s[a-v][a-z]
|
|
55
|
+
[._]*.sw[a-p]
|
|
56
|
+
[._]s[a-rt-v][a-z]
|
|
57
|
+
[._]ss[a-gi-z]
|
|
58
|
+
[._]sw[a-p]
|
|
59
|
+
|
|
60
|
+
# Session
|
|
61
|
+
Session.vim
|
|
62
|
+
Sessionx.vim
|
|
63
|
+
|
|
64
|
+
# Temporary
|
|
65
|
+
.netrwhist
|
|
66
|
+
*~
|
|
67
|
+
|
|
68
|
+
# Auto-generated tag files
|
|
69
|
+
tags
|
|
70
|
+
|
|
71
|
+
# Persistent undo
|
|
72
|
+
[._]*.un~
|
|
73
|
+
|
|
74
|
+
# Visual Studio Code
|
|
75
|
+
.vscode
|
tmt-1.28.0/LICENSE
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
MIT License
|
|
3
|
+
|
|
4
|
+
Copyright Red Hat
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person
|
|
7
|
+
obtaining a copy of this software and associated documentation
|
|
8
|
+
files (the "Software"), to deal in the Software without
|
|
9
|
+
restriction, including without limitation the rights to use, copy,
|
|
10
|
+
modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
11
|
+
of the Software, and to permit persons to whom the Software is
|
|
12
|
+
furnished to do so, subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be
|
|
15
|
+
included in all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
18
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
19
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
21
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
22
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
24
|
+
DEALINGS IN THE SOFTWARE.
|