diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2019-02-27 12:34:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-27 12:34:08 +0000 |
commit | 5a3a1137c3ee6f74c167cf7afaaef53cabfb93fc (patch) | |
tree | 1290d72ce8a1b585cd656a275e577183e87bef98 | |
parent | 5f3f571c3fdd038985eb028df297ef9f1640a5dc (diff) | |
parent | f3118ba4c8b5f19a179f1838dcf80e651c7ab512 (diff) |
Merge "Remove samples tests for multicloud vio plugin"
-rw-r--r-- | plans/multicloud-vmware/functionality1/testplan.txt | 1 | ||||
-rw-r--r-- | tests/multicloud-vmware/samples/sanity-sample.robot | 25 |
2 files changed, 0 insertions, 26 deletions
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 |