diff options
author | yunlong ying <ying.yunlong@zte.com.cn> | 2017-10-12 02:23:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-12 02:23:55 +0000 |
commit | ad602ca149cd1ac0ce59fb84466ffa30350a6fc1 (patch) | |
tree | 8b574c960ab750a35fe0228f4e90b218f65f3de8 /test/csit/tests | |
parent | 31a4f35cfc7011f7f863d27ed8eecaf2786731ca (diff) | |
parent | f830d7532bc0f3658d3b94774f3514c6e3d2ef38 (diff) |
Merge "Fix the Errors in the Robot Script"
Diffstat (limited to 'test/csit/tests')
-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} |