diff --git a/roles/autocloud/backend/files/fedora.txt b/roles/autocloud/backend/files/fedora.txt index d750d939bd..de24a93949 100644 --- a/roles/autocloud/backend/files/fedora.txt +++ b/roles/autocloud/backend/files/fedora.txt @@ -2,6 +2,8 @@ sudo sh -c 'echo -e "\n10.5.126.23 infrastructure.fedoraproject.org\n10.5.125.44 cat /etc/hosts curl -O http://infrastructure.fedoraproject.org/infra/autocloud/tunirtests.tar.gz tar -xzvf tunirtests.tar.gz +## sudo python3 -m unittest tunirtests.nongatingtests.TunirNonGatingtests -v +## sudo python3 -m unittest tunirtests.nongatingtests.TunirNonGatingtestBzip2 -v sudo python3 -m unittest tunirtests.cloudtests -v sudo systemctl stop crond.service @@ sudo systemctl disable crond.service