Drools-apps CSIT randomly fails deploying policies

The drools-apps CSIT was randomly failing while deploying policies
to xacml-pdp.  The message that xacml-pdp published only contained
the naming policy, thus the test failed.

The supposition is that the topic monitoring script returned an earlier
message from when the xacml-pdp first started up.  Modified the robot
script to be more specific when searching for the deployment message.

Issue-ID: POLICY-2543
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I209a927041c3566324bfad150b41fc12fd8f5920
1 file changed
tree: 3f52cc3c9dd5fd62734586699101c69e9a4f24c5
  1. plans/
  2. scripts/
  3. tests/
  4. .gitattributes
  5. .gitignore
  6. .gitreview
  7. INFO.yaml
  8. prepare-csit.sh
  9. README.md
  10. run-csit.sh
README.md

Manual CSIT Scripts

The scripts in this directory are to help developers manually kick off test flows on their own dev environments in order to help debug any test failures.