diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-15 14:20:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-15 14:20:36 +0000 |
commit | 184082a9960540377e45959a864dd5437eb71cf5 (patch) | |
tree | 6ed02758ed69370ab34ddea6a254db8295ef492d | |
parent | 28dcc63a607816c44edcbeac270b74ee93575162 (diff) | |
parent | 0dbcdac942c476cc5e2a04a4c440b3120d84a3f9 (diff) |
Merge "Fixed Some CSIT Failure"
-rw-r--r-- | test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot index 9ec65854b..55e57ecd4 100644 --- a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot +++ b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Mgt.robot @@ -39,7 +39,7 @@ query_rule_with_existing_id query_rule_with_non_existing_id [Documentation] Query a rule with a non-existing ID. - ${response} queryConditionRule {"ruleid":"invalidid"} + ${response} queryConditionRule {"ruleId":"invalidid"} ${respJson} to json ${response.content} ${count} get from dictionary ${respJson} totalCount run keyword if ${count}!=0 fail @@ -53,7 +53,7 @@ query_rule_with_partial_existing_name query_rule_with_partial_non_existing_name [Documentation] Query rules with (a part of) a non-existing name. - ${response} queryConditionRule {"rulename":"zte2017"} + ${response} queryConditionRule {"ruleName":"zte2017"} ${respJson} to json ${response.content} ${count} get from dictionary ${respJson} totalCount run keyword if ${count}!=0 fail |