[PATCH 4/5] Don't reboot test clients before or after the test runs

James Laska jlaska at redhat.com
Fri Sep 17 13:37:47 UTC 2010


---
 autoqa |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/autoqa b/autoqa
index 56aea8e..a4261ec 100755
--- a/autoqa
+++ b/autoqa
@@ -135,6 +135,8 @@ def schedule_job(controlfile, required_arch=None, email=None, name=None, dryrun=
     cmd = ['/usr/bin/atest', 'job', 'create']
     if email:
         cmd += ['-e', email]
+    # Don't reboot the client before or after the test runs
+    cmd += ["--reboot_before=never", "--reboot_after=never"]
     # some hooks/tests may require special machines
     # autotest currently doesn't support 'noarch' tests, so execute them on x86_64
     if not required_arch or required_arch == 'noarch':
-- 
1.7.2.3



More information about the autoqa-devel mailing list