diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-12 10:00:28 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-10-12 10:00:28 +0800 |
commit | f830d7532bc0f3658d3b94774f3514c6e3d2ef38 (patch) | |
tree | 1eeb8f74440d3a519089c031b6f448e15c3e32b3 /test/csit/tests/holmes | |
parent | edd8b53ff8ec9efcee60f92d2f667673b0851d7a (diff) |
Fix the Errors in the Robot Script
Change-Id: I5b1aca42aef3a8892e2adaf555849417a60c6f11
Issue-ID: HOLMES-59
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'test/csit/tests/holmes')
-rw-r--r-- | test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot index 767b1c881..7e62271be 100644 --- a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot +++ b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot @@ -8,7 +8,7 @@ Resource Rule-Keywords.robot *** Test Cases *** add_valid_rule [Documentation] Add a valid rule. - ${dict2} create dictionary rulename=youbowu0314 description=create a new rule! content=package rule03140002 enabled=1 loopcontrolname=closedControlLoop + ${dict2} create dictionary rulename=youbowu0314 description=create a new rule! content=package rule03140002 enabled=1 loopcontrolname=closedControlLoop ${jsonParams} encode ${dict2} ${response} createRule ${jsonParams} ${respJson} to json ${response.content} |