Move CSIT to integration/csit repo
[integration/csit.git] / tests / msb / rest-service-api-gateway / test1.robot
diff --git a/tests/msb/rest-service-api-gateway/test1.robot b/tests/msb/rest-service-api-gateway/test1.robot
new file mode 100644 (file)
index 0000000..8a15bf2
--- /dev/null
@@ -0,0 +1,9 @@
+*** 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}