diff options
author | 2021-05-13 15:33:18 -0400 | |
---|---|---|
committer | 2021-05-21 13:11:30 +0000 | |
commit | f4a116014fb1efa6c0731f3dc9553836d276ad15 (patch) | |
tree | 140bea71bcb026d625f0cf8c6c50036cd93e95df /csit/tests/drools-pdp-test.robot | |
parent | 44d641870790bf84c2c8b450874d651275ebcee1 (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>
(cherry picked from commit f9dc66155b04dfb0640c6d24e8cd22d4f0d567b2)
Diffstat (limited to 'csit/tests/drools-pdp-test.robot')
-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 |