diff options
author | yunlong ying <ying.yunlong@zte.com.cn> | 2017-10-12 01:34:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-12 01:34:38 +0000 |
commit | 024c410c39b1b25167f8063797dea6d207f5aa56 (patch) | |
tree | f6c143357135e27f38228260948f9a642cb9ccff /test/csit/tests | |
parent | d19fae706f03f5a005bda3479cbd2f4b93c4ee2e (diff) | |
parent | edd8b53ff8ec9efcee60f92d2f667673b0851d7a (diff) |
Merge "Fix the Errors Caused by the Change of Codes"
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 ad2a540fd..767b1c881 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 + ${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} |