From 01572a7eba996a2da1fae4808568e420874bfd0f Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Wed, 30 Sep 2015 19:50:18 +0000 Subject: [PATCH] Adds cat /etc/hosts in tests. --- roles/autocloud/backend/files/fedora.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/autocloud/backend/files/fedora.txt b/roles/autocloud/backend/files/fedora.txt index e1af1b02fa..9f007adf7e 100644 --- a/roles/autocloud/backend/files/fedora.txt +++ b/roles/autocloud/backend/files/fedora.txt @@ -1,4 +1,5 @@ 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' +cat /etc/hosts curl -O http://infrastructure.fedoraproject.org/infra/autocloud/tunirtests.tar.gz tar -xzvf tunirtests.tar.gz sudo python3 -m unittest tunirtests.cloudtests -v