From 8d35b46c4c339a28e8cc2c4783a4b9110a199399 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 19 May 2021 14:33:02 -0400 Subject: 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 --- csit/pap/tests/pap-test.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit/pap') 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} -- cgit 1.2.3-korg