aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-09-19 13:00:33 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-19 13:00:33 +0000
commitb3176dda1ee86e3a0dd5aecd298e5717c5d8ccf9 (patch)
tree5fbf48ad6b4de5293e34c788fdfa7d7ecd1002a3 /tests
parent8282312472138e981081b2239576ac3e75bce76e (diff)
parent8dfea6aea00fe7672f131d51b658ee9c0796c268 (diff)
Merge "remove vnfm adapter tests"
Diffstat (limited to 'tests')
-rw-r--r--tests/so/vnfm_adapter/vnfm_adapter_test.robot16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/so/vnfm_adapter/vnfm_adapter_test.robot b/tests/so/vnfm_adapter/vnfm_adapter_test.robot
deleted file mode 100644
index d0c7034f..00000000
--- a/tests/so/vnfm_adapter/vnfm_adapter_test.robot
+++ /dev/null
@@ -1,16 +0,0 @@
-*** Settings ***
-Library Collections
-Library RequestsLibrary
-Library OperatingSystem
-Library json
-
-*** Variables ***
-
-
-*** Test Cases ***
-
-Healthcheck
- Create Session refrepo http://${REPO_IP}:9092
- &{headers}= Create Dictionary Authorization=Basic dm5mbTpwYXNzd29yZDEk== Content-Type=application/json
- ${resp}= Get Request refrepo /manage/health headers=${headers}
- Run Keyword If '${resp.status_code}' == 'UP' log to console \nexecuted with expected result