aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
diff options
context:
space:
mode:
authorCongcong Peng <peng.congcong@zte.com.cn>2018-03-02 10:46:54 +0800
committerCongcong Peng <peng.congcong@zte.com.cn>2018-03-02 10:46:54 +0800
commit10d984c3606b5c6a026dea4b9df0954d74d0a8d1 (patch)
tree10e11388b826cfe5cc358b2669ab5d4604218f1a /test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
parentfc5ef0c903fdefe64f7e414f2ee0ccd4a3daf68e (diff)
Rename some variables
Issue-ID: HOLMES-117 Change-Id: Ia67c2e577408a13a231868392912ffe035494203 Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn>
Diffstat (limited to 'test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot')
-rw-r--r--test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
index 182737f54..3ce4be485 100644
--- a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
+++ b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
@@ -34,7 +34,7 @@ traversalRuleAttribute
[Arguments] ${responseJsonData} ${expectAttrDic}
[Documentation] ${expectAttrDic} : The data type is dictionary;
... key is the name of the attribute, value is the expected value of the attribute.
- @{responseRules} Get From Dictionary ${responseJsonData} rules
+ @{responseRules} Get From Dictionary ${responseJsonData} correlationRules
: FOR ${rule} IN @{responseRules}
\ log ${rule}
\ verifyRuleAttribute ${rule} ${expectAttrDic}