aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/msb/startup/test1.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/msb/startup/test1.robot')
-rw-r--r--test/csit/tests/msb/startup/test1.robot16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/csit/tests/msb/startup/test1.robot b/test/csit/tests/msb/startup/test1.robot
deleted file mode 100644
index 99ad603c7..000000000
--- a/test/csit/tests/msb/startup/test1.robot
+++ /dev/null
@@ -1,16 +0,0 @@
-*** Settings ***
-Library RequestsLibrary
-
-*** Test Cases ***
-Liveness Test
- [Documentation] Check various endpoints for basic liveness check
- Create Session msb http://${MSB_IAG_IP}:80
- CheckUrl msb /msb
- CheckUrl msb /iui/microservices/default.html
-
-*** Keywords ***
-CheckUrl
- [Arguments] ${session} ${path}
- ${resp}= Get Request ${session} ${path}
- Should Be Equal As Integers ${resp.status_code} 200
-