diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-11-11 13:39:07 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-11-11 13:52:30 +0800 |
commit | e9bb3070759a5f2911e0579be8f473c0d223c932 (patch) | |
tree | eec29e099c7a025c3eb0dde6c1a67504e5853563 /test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot | |
parent | 498896ae082a59232d7e5d407d3ce39c5fa04e05 (diff) |
Fix the Contents of the Rules
Change-Id: I3f2cf617737754c3885027a769d2e44c1d3f0b94
Issue-ID: HOLMES-85
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot')
-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 bccb0f72d..ac25cbfad 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;\n\nimport java.util.Locale; enabled=1 loopcontrolname=closedControlLoop ${jsonParams} encode ${dict2} ${response} createRule ${jsonParams} ${respJson} to json ${response.content} |