From e6872869a577d3064871c3cd788303b7f7a36504 Mon Sep 17 00:00:00 2001 From: Shiwei Tian Date: Wed, 7 Mar 2018 15:19:22 +0800 Subject: modify Engine and rule automatic test case Issue-ID: HOLMES-104 Change-Id: Ibc5702bed70b42be13a9ab2aa3313912d71f701c Signed-off-by: Shiwei Tian --- test/csit/tests/holmes/testcase/EngineMgt/Engine-Mgt.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/csit/tests/holmes/testcase/EngineMgt') 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} -- cgit 1.2.3-korg