From: Anil-Kumar Vengalil Date: Mon, 14 Dec 2009 09:07:40 +0000 (+0000) Subject: minor bug fix X-Git-Tag: tests-4.3-6~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=719307e7e4d27f71ab3dd59ccfb2dd36cdddb06f;p=tests.git minor bug fix --- 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: