summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/msb/rest-service-api-gateway
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/msb/rest-service-api-gateway')
-rw-r--r--test/csit/tests/msb/rest-service-api-gateway/__init__.robot2
-rw-r--r--test/csit/tests/msb/rest-service-api-gateway/test1.robot9
2 files changed, 0 insertions, 11 deletions
diff --git a/test/csit/tests/msb/rest-service-api-gateway/__init__.robot b/test/csit/tests/msb/rest-service-api-gateway/__init__.robot
deleted file mode 100644
index efd2221f2..000000000
--- a/test/csit/tests/msb/rest-service-api-gateway/__init__.robot
+++ /dev/null
@@ -1,2 +0,0 @@
-*** Settings ***
-Documentation Microservices Service Bus - Messag Broker
diff --git a/test/csit/tests/msb/rest-service-api-gateway/test1.robot b/test/csit/tests/msb/rest-service-api-gateway/test1.robot
deleted file mode 100644
index 8a15bf2be..000000000
--- a/test/csit/tests/msb/rest-service-api-gateway/test1.robot
+++ /dev/null
@@ -1,9 +0,0 @@
-*** Settings ***
-Library Collections
-Library requests
-
-*** Test Cases ***
-REST service Test1
- [Documentation] Check if test rest service can be accessed via aip gateway
- ${result} = get http://${MSB_IAG_IP}/api/test/v1/people
- Should Be Equal ${result.status_code} ${200}