summaryrefslogtreecommitdiffstats
path: root/csit/tests/drools-pdp-test.robot
diff options
context:
space:
mode:
Diffstat (limited to 'csit/tests/drools-pdp-test.robot')
-rw-r--r--csit/tests/drools-pdp-test.robot16
1 files changed, 0 insertions, 16 deletions
diff --git a/csit/tests/drools-pdp-test.robot b/csit/tests/drools-pdp-test.robot
deleted file mode 100644
index d819a808..00000000
--- a/csit/tests/drools-pdp-test.robot
+++ /dev/null
@@ -1,16 +0,0 @@
-*** Settings ***
-Library Collections
-Library RequestsLibrary
-Library OperatingSystem
-Library json
-
-*** Test Cases ***
-Alive
- [Documentation] Runs Policy PDP Alive Check
- ${auth}= Create List demo@people.osaaf.org demo123456!
- Log Creating session https://${POLICY_DROOLS_IP}:9696
- ${session}= Create Session policy https://${POLICY_DROOLS_IP}:9696 auth=${auth}
- ${headers}= Create Dictionary Accept=application/json Content-Type=application/json
- ${resp}= GET On Session policy /policy/pdp/engine headers=${headers} expected_status=200
- Log Received response from policy ${resp.text}
- Should Be Equal As Strings ${resp.json()['alive']} True