From f3118ba4c8b5f19a179f1838dcf80e651c7ab512 Mon Sep 17 00:00:00 2001 From: Ethan Lynn Date: Wed, 27 Feb 2019 15:24:20 +0800 Subject: Remove samples tests for multicloud vio plugin Related API was removed, no need to run samples tests. Change-Id: If09ed6902c0f7f4c3413871bf0f34b62ae6a7c85 Issue-ID: INT-942 Signed-off-by: Ethan Lynn --- .../multicloud-vmware/functionality1/testplan.txt | 1 - .../multicloud-vmware/samples/sanity-sample.robot | 25 ---------------------- 2 files changed, 26 deletions(-) delete mode 100644 tests/multicloud-vmware/samples/sanity-sample.robot diff --git a/plans/multicloud-vmware/functionality1/testplan.txt b/plans/multicloud-vmware/functionality1/testplan.txt index bb9097b0..7af210a5 100644 --- a/plans/multicloud-vmware/functionality1/testplan.txt +++ b/plans/multicloud-vmware/functionality1/testplan.txt @@ -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 index fcb784b2..00000000 --- a/tests/multicloud-vmware/samples/sanity-sample.robot +++ /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 -- cgit 1.2.3-korg