aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoreHanan <eoin.hanan@est.tech>2019-09-16 14:53:14 +0100
committerEoin Hanan <eoin.hanan@est.tech>2019-09-16 14:09:25 +0000
commit8dfea6aea00fe7672f131d51b658ee9c0796c268 (patch)
treeee90f3b0c5ada4a8222876fad502f6ef047cd1da /tests
parent327191ff7bb6918b63089a1e7e7a6e9f7b0e4a7e (diff)
remove vnfm adapter tests
Change-Id: Icef48d1f70b62afecf57bd6cebeb8f9653d7e1fb Issue-ID: SO-2340 Signed-off-by: eHanan <eoin.hanan@est.tech>
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