aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/msb/rest-service-api-gateway/test1.robot
diff options
context:
space:
mode:
authoryunlong ying <ying.yunlong@zte.com.cn>2017-09-08 02:34:44 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-08 02:34:44 +0000
commit24f507cb2f2faaf85b730bd8d2791713f8c5ca2f (patch)
tree1c8950215021b5671adb791729ae0d4a5cde811c /test/csit/tests/msb/rest-service-api-gateway/test1.robot
parent28aeabbdf601a4a359876623df33a920dee820a2 (diff)
parent749d5fcaa4fbae15e7e7dde922325f755f54397e (diff)
Merge "Add msb integration test script"
Diffstat (limited to 'test/csit/tests/msb/rest-service-api-gateway/test1.robot')
-rw-r--r--test/csit/tests/msb/rest-service-api-gateway/test1.robot9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/csit/tests/msb/rest-service-api-gateway/test1.robot b/test/csit/tests/msb/rest-service-api-gateway/test1.robot
new file mode 100644
index 000000000..8a15bf2be
--- /dev/null
+++ b/test/csit/tests/msb/rest-service-api-gateway/test1.robot
@@ -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}