From: Thierry Parmentelat Date: Sun, 8 Jul 2012 23:01:10 +0000 (+0200) Subject: bugfix X-Git-Tag: tests-5.1-7~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=435ad07b3aa040b5b08ea42760135beb1175baa4;hp=2656d00ac7f6f2b68a3ec24076577c97293d1233;p=tests.git bugfix --- diff --git a/system/Substrate.py b/system/Substrate.py index b222aa7..163b1a9 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -699,7 +699,7 @@ class QemuBox (Box): def reboot (self, options): if not options.soft: - Box.reboot(options) + Box.reboot(self,options) else: self.run_ssh(['pkill','qemu'],"Killing qemu instances", dry_run=options.dry_run)