From: Thierry Parmentelat Date: Thu, 14 Feb 2008 12:41:58 +0000 (+0000) Subject: oops X-Git-Tag: tests-4.2-4~243 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d26eb257f49510c395ae90cc2493865b8bafe52a;p=tests.git oops --- diff --git a/system/TestNode.py b/system/TestNode.py index 993594b..617d715 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -172,7 +172,7 @@ class TestNode: def kill_qemu (self): hostname = self.name() # kill the right processes - command="kill $(ps $(pgrep qemu) | grep %s | awk '{print $1;}')"%hostname + command="./qemu_kill.sh %s"%hostname utils.header("Stopping qemu for host %s on box %s"%(hostname,self.host_box())) TestBox(self.host_box()).run(command) return True