From 2ac466b903c98a708ac7015efd6cc36da9a3d890 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 5 Feb 2010 15:05:03 +0000 Subject: [PATCH] track&free plc first, like qemus --- system/TestResources.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/TestResources.py b/system/TestResources.py index 0041404..3e0e320 100644 --- a/system/TestResources.py +++ b/system/TestResources.py @@ -144,9 +144,10 @@ class TestResources: # as a plc step this should return a boolean def step_pre (self,plc): return self.trqemu_record (plc) and self.trqemu_free(plc) + return self.trplc_record (plc) and self.trplc_free(plc) def step_post (self,plc): - return self.trplc_record (plc) and self.trplc_free(plc) + pass def step_cleanup (self,plc): return self.trqemu_cleanup(plc) and self.trplc_cleanup(plc) -- 2.47.0