From 8a65e1fab1706aa30be271db3611e8f36ac2314b Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Tue, 25 Oct 2016 10:00:53 +0000 Subject: [PATCH] Updates the tests based on #55 --- roles/autocloud/backend/files/fedora.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/autocloud/backend/files/fedora.txt b/roles/autocloud/backend/files/fedora.txt index 91bed151b2..853145a7f6 100644 --- a/roles/autocloud/backend/files/fedora.txt +++ b/roles/autocloud/backend/files/fedora.txt @@ -14,8 +14,8 @@ sudo python3 -m unittest tunirtests.cloudtests.TestCloudtmp -v sudo python3 -m unittest tunirtests.cloudtests.Testtmpmount -v sudo python3 -m unittest tunirtests.cloudtests.Testnetname -v ## python3 -m unittest tunirtests.cloudtests.TestJournalWritten -v -sudo systemctl stop chronyd.service -@@ sudo systemctl disable chronyd.service +sudo python3 -m unittest tunirtests.cloudservice.TestServiceStop -v +sudo python3 -m unittest tunirtests.cloudservice.TestServiceDisable -v @@ sudo reboot SLEEP 30 ## sudo python3 -m unittest tunirtests.testreboot.TestReboot -v