Remove samples tests for multicloud vio plugin 45/79245/1
authorEthan Lynn <ethanlynnl@vmware.com>
Wed, 27 Feb 2019 07:24:20 +0000 (15:24 +0800)
committerEthan Lynn <ethanlynnl@vmware.com>
Wed, 27 Feb 2019 08:13:17 +0000 (16:13 +0800)
Related API was removed, no need to run samples tests.

Change-Id: If09ed6902c0f7f4c3413871bf0f34b62ae6a7c85
Issue-ID: INT-942
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
plans/multicloud-vmware/functionality1/testplan.txt
tests/multicloud-vmware/samples/sanity-sample.robot [deleted file]

index bb9097b..7af210a 100644 (file)
@@ -7,7 +7,6 @@ multicloud-vmware/provision/sanity_test_neutron.robot
 multicloud-vmware/nova/sanity-flavor.robot
 multicloud-vmware/nova/sanity-host.robot
 multicloud-vmware/nova/sanity-server.robot
-multicloud-vmware/samples/sanity-sample.robot
 multicloud-vmware/hosts/sanity-host.robot
 multicloud-vmware/networks/sanity-network.robot
 multicloud-vmware/images/sanity-image.robot
diff --git a/tests/multicloud-vmware/samples/sanity-sample.robot b/tests/multicloud-vmware/samples/sanity-sample.robot
deleted file mode 100644 (file)
index fcb784b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-*** settings ***
-Library     Collections
-Library     RequestsLibrary
-Library     OperatingSystem
-Library     json
-
-*** Variables ***
-@{return_ok_list}=   200  201  202
-${querysample_vio_url}    /samples
-
-*** Test Cases ***
-VioSwaggerTest
-    [Documentation]    query swagger info rest test
-    ${headers}    Create Dictionary    Content-Type=application/json  X-TRANSACTIONID=123456  Accept=application/json
-    Create Session    web_session    http://${VIO_IP}:9004    headers=${headers}
-    ${resp}=  Get Request    web_session    ${querysample_vio_url}
-    ${responese_code}=     Convert To String      ${resp.status_code}
-    List Should Contain Value    ${return_ok_list}   ${responese_code}
-    # verify logging output
-    ${response_json}    json.loads    ${resp.content}
-    ${logs}=   Convert To String      ${response_json['logs']}
-    Log To Console        ${logs}
-    Should Contain        ${logs}  123456
-    Should Contain       ${logs}  multicloud-vio
-    Should Contain       ${logs}  vio.samples.views
\ No newline at end of file