diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2019-02-27 15:24:20 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2019-02-27 16:13:17 +0800 |
commit | f3118ba4c8b5f19a179f1838dcf80e651c7ab512 (patch) | |
tree | 5d0676202cf55492c051468b442dbefda41627a8 /tests | |
parent | b08762266e163556819bd9efba89dd5dcbed67b6 (diff) |
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 <ethanlynnl@vmware.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/multicloud-vmware/samples/sanity-sample.robot | 25 |
1 files changed, 0 insertions, 25 deletions
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 |