Adds -v to the python tests

This commit is contained in:
Kushal Das 2015-09-30 13:50:10 +00:00
parent c6ec33e036
commit 21be039cb3

View file

@ -1,12 +1,12 @@
sudo sh -c 'echo -e "\n10.5.126.23 infrastructure.fedoraproject.org\n10.5.125.44 pkgs.fedoraproject.org pkgs\n10.5.126.51 download.fedora.redhat.com\n10.5.125.63 koji.fedoraproject.org\n10.5.125.36 kojipkgs.fedoraproject.org" >> /etc/hosts'
curl -O http://infrastructure.fedoraproject.org/infra/autocloud/tunirtests.tar.gz
tar -xzvf tunirtests.tar.gz
sudo python3 -m unittest tunirtests.cloudtests
sudo python3 -m unittest tunirtests.cloudtests -v
sudo systemctl stop crond.service
@@ sudo systemctl disable crond.service
@@ sudo reboot
SLEEP 30
sudo python3 -m unittest tunirtests.cloudservice.TestServiceManipulation
sudo python3 -m unittest tunirtests.cloudservice.TestServiceManipulation -v
@@ sudo reboot
SLEEP 30
sudo python3 -m unittest tunirtests.cloudservice.TestServiceAfter
sudo python3 -m unittest tunirtests.cloudservice.TestServiceAfter -v