aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clamp/APIs/01__Create_CL_Holmes.robot
diff options
context:
space:
mode:
authoreh552t <eh552t@intl.att.com>2019-04-09 17:12:03 +0200
committereh552t <eh552t@intl.att.com>2019-04-09 17:12:13 +0200
commit5f539dc25002074b22bb417efa0f6f5c43e089b6 (patch)
tree975e8414ed69b34e004656c549d678b6a59e4318 /tests/clamp/APIs/01__Create_CL_Holmes.robot
parentc257e7baca0f1f9d5f50ec82c7421ef780fc8b84 (diff)
Reworked CSIT for Dublin part1
Change-Id: I3fd53deb61a8ba1c8f6bc68c60f2122e2e0cfb79 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-276
Diffstat (limited to 'tests/clamp/APIs/01__Create_CL_Holmes.robot')
-rw-r--r--tests/clamp/APIs/01__Create_CL_Holmes.robot21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/clamp/APIs/01__Create_CL_Holmes.robot b/tests/clamp/APIs/01__Create_CL_Holmes.robot
deleted file mode 100644
index be63f22f..00000000
--- a/tests/clamp/APIs/01__Create_CL_Holmes.robot
+++ /dev/null
@@ -1,21 +0,0 @@
-*** Settings ***
-Library Collections
-Library RequestsLibrary
-Library OperatingSystem
-Library json
-
-*** Variables ***
-${login} admin
-${passw} password
-
-*** Keywords ***
-Create the sessions
- ${auth}= Create List ${login} ${passw}
- Create Session clamp https://localhost:8443 auth=${auth} disable_warnings=1
- Set Global Variable ${clamp_session} clamp
-
-*** Test Cases ***
-Get Requests health check ok
- Create the sessions
- ${resp}= Get Request ${clamp_session} /restservices/clds/v1/healthcheck
- Should Be Equal As Strings ${resp.status_code} 200