Fix the Errors Caused by the Change of Codes 93/18393/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Thu, 12 Oct 2017 01:29:38 +0000 (09:29 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Thu, 12 Oct 2017 01:29:38 +0000 (09:29 +0800)
Change-Id: I40a264eb78a9907518a3e162b0f337416b7c05ec
Issue-ID: HOLMES-59
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot

index ad2a540..767b1c8 100644 (file)
@@ -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}