diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-07 15:19:22 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-07 20:11:56 +0800 |
commit | e6872869a577d3064871c3cd788303b7f7a36504 (patch) | |
tree | 1f0f7313e6b0d80a5ae4338645179b8dcd3472e8 /test/csit/tests/holmes/testcase/EngineMgt | |
parent | f6dbe2829b8ca19bfc0def871036c50642de7770 (diff) |
modify Engine and rule automatic test case
Issue-ID: HOLMES-104
Change-Id: Ibc5702bed70b42be13a9ab2aa3313912d71f701c
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'test/csit/tests/holmes/testcase/EngineMgt')
-rw-r--r-- | test/csit/tests/holmes/testcase/EngineMgt/Engine-Mgt.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/holmes/testcase/EngineMgt/Engine-Mgt.robot b/test/csit/tests/holmes/testcase/EngineMgt/Engine-Mgt.robot index 0c06cbb97..5a8e81146 100644 --- a/test/csit/tests/holmes/testcase/EngineMgt/Engine-Mgt.robot +++ b/test/csit/tests/holmes/testcase/EngineMgt/Engine-Mgt.robot @@ -22,13 +22,13 @@ verify_valid_rule deploy_invalid_rule [Documentation] Add a rule with invalid contents to the engine. - ${dic3} create dictionary content=789789789 engineid="" + ${dic3} create dictionary content=789789789 engineId="" ${Jsonparam} encode ${dic3} ${response} deployEngineRule ${Jsonparam} -1 deploy_valid_rule [Documentation] Add a rule with valid contents to the engine. - ${dic4} create dictionary content=package rule03080002;\n\nimport java.util.Locale; engineid="" loopcontrolname=test + ${dic4} create dictionary content=package rule03080002;\n\nimport java.util.Locale; engineId="" loopControlName=test ${Jsonparam} encode ${dic4} ${response} deployEngineRule ${Jsonparam} |