diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-04-08 11:46:05 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-04-08 11:46:05 +0100 |
commit | c5936fb131831992ac8da40fb56599dfb0ae1b5e (patch) | |
tree | 487b81a73d5f1c4d9772f1f9013cceb219ca25c0 /csit | |
parent | cebb4172163dc04b43be7e34d9a4b374370492f8 (diff) |
Disable drools pdp test in CSIT until drools is fixed
Issue-ID: POLICY-4955
Change-Id: I649db6266adb2cbe7e16ccac1d565aa7a5821450
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'csit')
-rw-r--r-- | csit/resources/tests/drools-applications-test.robot | 17 |
1 files changed, 9 insertions, 8 deletions
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 |