From 1358e55ffafce7277bfb3e46cfbecb4c83c4f84c Mon Sep 17 00:00:00 2001 From: Shiwei Tian Date: Thu, 8 Mar 2018 09:30:54 +0800 Subject: modify rule automatic test case Issue-ID: HOLMES-104 Change-Id: I84f821e742aba16f777cfd57d8c974dcafc9c657 Signed-off-by: Shiwei Tian --- test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/csit') diff --git a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot index 19d0f74cb..9ec65854b 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=you1212121121 description=create a new rule! content=package ruleqwertasd;\n\nimport java.util.Locale; enabled=1 loopControlName=closedControlLoop + ${dict2} create dictionary ruleName=youbowu0314 description=create a new rule! content=package ruleqwertasd;\n\nimport java.util.Locale; enabled=1 loopControlName=closedControlLoop ${jsonParams} encode ${dict2} ${response} createRule ${jsonParams} ${respJson} to json ${response.content} @@ -99,7 +99,6 @@ modify_rule_with_status ${count} get from dictionary ${respJson} totalCount run keyword if ${count}!=1 fail query rule fails! (can't find the rule modified!) ELSE traversalRuleAttribute ${respJson} ... ${dic} - log "response:" ${response} modify_rule_with_invalid_status [Documentation] modify the rule with an invalid status. -- cgit 1.2.3-korg