X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;h=1ea0aa256b73c16f74f839e384fd4bf14eeb8ad8;hb=7de5c03439f167ee95fcf3c735e8cc0c6dff60a7;hp=6ae3e88963035816b686962cd4d839364545a775;hpb=a5c693b51d8a1c6e6b40938ec46308496a8cda53;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index 6ae3e88..1ea0aa2 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -169,7 +169,7 @@ class TestPlc: def list_all_qemus(self,options): for (box,nodes) in self.gather_hostBoxes().iteritems(): # this is the brute force version, kill all qemus on that host box - TestBox(box,options.buildname).run_in_buildname("qemu-%s/kill-qemu-node -l %s"%(node.name(),node.name())) + TestBox(box,options.buildname).list_all_qemus() return True # kill only the right qemus