From: Thierry Parmentelat Date: Mon, 3 Mar 2008 10:46:01 +0000 (+0000) Subject: Argument missed when kill_all_quem() is called from stop_nodes method X-Git-Tag: tests-4.2-4~217 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=24d823d8e569e889a8ee7e659cc3431b07c38bfb;p=tests.git Argument missed when kill_all_quem() is called from stop_nodes method --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 8345b32..2fe909a 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -562,7 +562,7 @@ class TestPlc: return True def stop_nodes (self, options): - self.kill_all_qemus() + self.kill_all_qemus(options) return True def check_tcp (self, options):