diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 15:33:18 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 15:33:29 -0400 |
commit | f9dc66155b04dfb0640c6d24e8cd22d4f0d567b2 (patch) | |
tree | 648383c2b7c233f49bda75b05a45e067ab640ee5 /csit/tests | |
parent | 1434392100fd34dd8db0d3938b00b17817c40ecf (diff) |
Remove csit folder from policy/drools-pdp
The csit test files for all repos have been consolidated in policy/docker to maintain them at single place and allow us to trigger verify jobs in gerrit reviews.
Issue-ID: POLICY-3257
Change-Id: I8c3476ec9056f71c288784b73ef68d323cd9d4f2
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/tests')
-rw-r--r-- | csit/tests/drools-pdp-test.robot | 16 |
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 |