From 719307e7e4d27f71ab3dd59ccfb2dd36cdddb06f Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Mon, 14 Dec 2009 09:07:40 +0000 Subject: [PATCH] minor bug fix --- system/plcsh_stress_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/plcsh_stress_test.py b/system/plcsh_stress_test.py index 6ee4cb0..4a76874 100755 --- a/system/plcsh_stress_test.py +++ b/system/plcsh_stress_test.py @@ -1101,7 +1101,7 @@ class Test: for node_id in self.node_ids: # Remove from node groups node = self.api.GetNodes([node_id])[0] - for node_tag in GetNodeTags ( {'node_id': node_id} ): + for node_tag in self.api.GetNodeTags ( {'node_id': node_id} ): self.api.UpdateNodeTag(node_tag['node_tag_id'],'') if self.check: -- 2.43.0