ffec79 Migrate dirinstall gating test from STI to TMT

Authored and Committed by Radek Vykydal 2 years ago
35 files changed. 104 lines added. 939 lines removed.
.fmf/versiontests/.fmf/version
file renamed
+0 -0
plans/integration.fmf
file added
+12
tests/README.md
file removed
-56
tests/check_and_set_remote_user.yml
file removed
-25
tests/dirinstall/dirinstall.fmf
file added
+22
tests/dirinstall/dirinstall.sh
file added
+42
tests/dirinstall/ks.dirinstall.cfgtests/roles/dirinstall/templates/kickstarts/basic
file renamed
+3 -3
tests/dirinstall/repositories
file added
+4
tests/dirinstall/show_logs.sh
file added
+21
tests/linchpin/PinFile
file removed
-4
tests/linchpin/credentials/clouds.yml
file removed
-7
tests/linchpin/inventories/empty
file removed
-1
tests/linchpin/layouts/gating-test.yml
file removed
-11
tests/linchpin/linchpin.conf
file removed
-295
tests/linchpin/topologies/gating-test.yml
file removed
-18
tests/prepare-test-runner.yml
file removed
-7
tests/provision.fmf
file removed
-5
tests/remote_config/ansible.cfg
file removed
-5
tests/remote_config/inventory/hosts
file removed
-3
tests/roles/dirinstall/tasks/ks-run.yml
file removed
-78
tests/roles/dirinstall/tasks/main.yml
file removed
-13
tests/roles/dirinstall/vars/main.yml
file removed
-5
tests/roles/global-result/tasks/main.yml
file removed
-6
tests/roles/installation-repos/defaults/main.yml
file removed
-43
tests/roles/installation-repos/tasks/main.yml
file removed
-87
tests/roles/prepare-env/tasks/main.yml
file removed
-6
tests/roles/prepare-test-runner/defaults/main.yml
file removed
-10
tests/roles/prepare-test-runner/tasks/main.yml
file removed
-18
tests/roles/prepare-test-runner/templates/repo.j2
file removed
-5
tests/roles/sync-artifacts/defaults/main.yml
file removed
-3
tests/roles/sync-artifacts/tasks/main.yml
file removed
-13
tests/run_tests_remotely.sh
file removed
-161
tests/set_tests_to_run_on_remote.yml
file removed
-17
tests/tests.yml
file removed
-22
tests/vars_tests.yml
file removed
-12
    Migrate dirinstall gating test from STI to TMT
    
    The Fedora rawhide CI tests are used.
    
    This pull request enables tests in the RHEL gating using `tmt` which
    also allows to easily execute and debug tests from your laptop:
    
    Run tests directly on your localhost:
    
        sudo dnf install -y tmt
        tmt run --all provision --how local
    
    Run tests in a virtual machine:
    
        sudo dnf install -y tmt-provision-virtual
        tmt run
    
    Check the documentation to learn more about the tool:
    https://docs.fedoraproject.org/en-US/ci/tmt/
    
    Related: rhbz#2006718
    
        
.fmf/version tests/.fmf/version
file renamed
file was renamed with no change to the file
file removed
-56
tests/dirinstall/ks.dirinstall.cfg tests/roles/dirinstall/templates/kickstarts/basic
file renamed
+3 -3
file removed
-4
file removed
-5
file removed
-22
file removed
-12