From: Thierry Parmentelat Date: Mon, 24 Nov 2008 17:19:43 +0000 (+0000) Subject: qemu nodes hopefully get booted with hangcheck disabled X-Git-Tag: tests-4.3-0~65 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4df895a6cfa26d01c66cd2a9836176c8075b9404;p=tests.git qemu nodes hopefully get booted with hangcheck disabled --- diff --git a/system/TestNode.py b/system/TestNode.py index 7c06e65..4cb2215 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -114,7 +114,8 @@ class TestNode: utils.header("Calling GetBootMedium for %s"%self.name()) options = [] if self.is_qemu(): - options=['serial'] + options.append('serial') + options.append('no-hangcheck') encoded=self.test_plc.apiserver.GetBootMedium(self.test_plc.auth_root(), self.name(), 'node-iso', '', options) if (encoded == ''):