From c8f9157b57a1b73280fe8a56e1f148c41ba35938 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Fri, 8 Sep 2017 08:01:26 +0800 Subject: Change the directory name Change the name of the directory to make it match with that defined in the CSIT job. Change-Id: I82f412de042232c4e1c53e68bca90c7a9ccbd0d3 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu --- test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/csit/tests/holmes') diff --git a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot index b2039174d..03f840904 100644 --- a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot +++ b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot @@ -23,9 +23,8 @@ queryConditionRule [Arguments] ${queryParam} ${codeFlag}=1 [Documentation] ${queryParam} : The data type is Json . create session microservices ${ruleMgtHost} - ${param} set variable queryrequest\=${queryParam} - ${headers} set variable - ${getResponse} get request microservices ${ruleMgtUrl} ${headers} ${param} + Comment ${param} set variable queryrequest\=${queryParam} + ${getResponse} get request microservices ${ruleMgtUrl}?queryrequest\=${queryParam} log ${getResponse.content} run keyword if ${codeFlag}==1 Should be equal as strings ${getResponse.status_code} 200 run keyword if ${codeFlag}!=1 Should be equal as strings ${getResponse.status_code} 499 -- cgit 1.2.3-korg