diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-19 14:33:02 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-19 14:33:08 -0400 |
commit | 8d35b46c4c339a28e8cc2c4783a4b9110a199399 (patch) | |
tree | 127e924fc426b593bb1687babad5bcb9a089e802 /csit/pap/tests/pap-test.robot | |
parent | 233aab948c4b54206b032e79100993ce8535fe14 (diff) |
Test csit verify jobs
Test the csit verify jobs created as part of https://gerrit.onap.org/r/c/ci-management/+/121407
Issue-ID: POLICY-3257
Change-Id: I03bbfc2113c18c704c28270fe9c6720ddbc0e7ef
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/pap/tests/pap-test.robot')
-rw-r--r-- | csit/pap/tests/pap-test.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot index 8d555617..da0908d6 100644 --- a/csit/pap/tests/pap-test.robot +++ b/csit/pap/tests/pap-test.robot @@ -17,7 +17,7 @@ LoadPolicy Should Be Equal As Strings ${resp.status_code} 200 Healthcheck - [Documentation] Runs Policy PAP Health check + [Documentation] Verify policy pap health check ${auth}= Create List healthcheck zb!XztG34 Log Creating session https://${POLICY_PAP_IP}:6969 ${session}= Create Session policy https://${POLICY_PAP_IP}:6969 auth=${auth} @@ -28,7 +28,7 @@ Healthcheck Should Be Equal As Strings ${resp.json()['code']} 200 Statistics - [Documentation] Runs Policy PAP Statistics + [Documentation] Verify policy pap statistics ${auth}= Create List healthcheck zb!XztG34 Log Creating session https://${POLICY_PAP_IP}:6969 ${session}= Create Session policy https://${POLICY_PAP_IP}:6969 auth=${auth} |