Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Wiki Resource from Policy Project

https://wiki.onap.org/display/DW/Policy+R1+Amsterdam+Functional+Test+Cases

/wiki/spaces/DW/pages/16252309


Workaround from /wiki/spaces/DW/pages/16252309 to fix Policy failure on health check, see 

Jira Legacy
serverSystem Jira
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keyPOLICY-365

Code Block
languagebash
titleWorkaround on Policy Failing on Health Check
collapsetrue
docker volume rm $(docker volume ls -qf dangling=true)
docker rmi $(docker images -f dangling=true -q)
docker kill $(docker ps -q)
docker rm -v $(docker ps -a -q)
/opt/policy_vm_init.sh




Curl command to send ONSET event to Policy through DMAAP

...