Change the directory name 61/10961/3
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Fri, 8 Sep 2017 00:01:26 +0000 (08:01 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Fri, 8 Sep 2017 05:36:46 +0000 (13:36 +0800)
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 <fu.guangrong@zte.com.cn>
test/csit/plans/holmes-rule-management/sanity-check/setup.sh [moved from test/csit/plans/holmes/sanity-check/setup.sh with 100% similarity]
test/csit/plans/holmes-rule-management/sanity-check/teardown.sh [moved from test/csit/plans/holmes/sanity-check/teardown.sh with 76% similarity]
test/csit/plans/holmes-rule-management/sanity-check/testplan.txt [moved from test/csit/plans/holmes/sanity-check/testplan.txt with 100% similarity]
test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot

 # limitations under the License.
 #
 
-kill-instance.sh i-rulemgt
-kill-instance.sh i-engine-d
-kill-instance.sh msb_internal_apigateway
-kill-instance.sh msb_discovery
-kill-instance.sh msb_consul
-kill-instance.sh mysql-holmes
+#kill-instance.sh i-rulemgt
+#kill-instance.sh i-engine-d
+#kill-instance.sh msb_internal_apigateway
+#kill-instance.sh msb_discovery
+#kill-instance.sh msb_consul
+#kill-instance.sh mysql-holmes
 
 
index b203917..03f8409 100644 (file)
@@ -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