From: rameshiyer27 Date: Mon, 8 Apr 2024 10:46:05 +0000 (+0100) Subject: Disable drools pdp test in CSIT until drools is fixed X-Git-Tag: 3.1.2~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F137652%2F1;p=policy%2Fdocker.git Disable drools pdp test in CSIT until drools is fixed Issue-ID: POLICY-4955 Change-Id: I649db6266adb2cbe7e16ccac1d565aa7a5821450 Signed-off-by: rameshiyer27 --- diff --git a/csit/resources/tests/drools-applications-test.robot b/csit/resources/tests/drools-applications-test.robot index d9ade3b7..a5c09c72 100644 --- a/csit/resources/tests/drools-applications-test.robot +++ b/csit/resources/tests/drools-applications-test.robot @@ -65,14 +65,15 @@ DeployXacmlPolicies Should Contain ${result} onap.scaleout.tca Should Contain ${result} onap.restart.tca -DeployDroolsPolicies - [Documentation] Deploys the Policies to Drools - PerformPostRequest /policy/pap/v1/pdps/deployments/batch null ${POLICY_PAP_IP} deploy.drools.policies.json ${CURDIR}/data json 202 - Sleep 5s - ${result}= CheckKafkaTopic policy-notification operational.modifyconfig - Should Contain ${result} deployed-policies - Should Contain ${result} operational.scaleout - Should Contain ${result} operational.restart +# Uncomment the drools policy deployment once the drools pdp code is fixed +#DeployDroolsPolicies +# [Documentation] Deploys the Policies to Drools +# PerformPostRequest /policy/pap/v1/pdps/deployments/batch null ${POLICY_PAP_IP} deploy.drools.policies.json ${CURDIR}/data json 202 +# Sleep 5s +# ${result}= CheckKafkaTopic policy-notification operational.modifyconfig +# Should Contain ${result} deployed-policies +# Should Contain ${result} operational.scaleout +# Should Contain ${result} operational.restart #VcpeExecute # [Documentation] Executes VCPE Policy