aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/policy-xacml-pdp/docker-compose-pdpx.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10Pull correct docker images.Bilal A1-3/+3
Enables Policy CSITs for API, PAP, Distribution and XACML-PDP to pull correct docker images based on the code branch. Issue-ID: POLICY-1834 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I6b99c8ae9cb78dd8ebddc522bc2a7080ec6e5735
2019-06-05Run DB script before starting other containersJim Hahn1-5/+24
The other containers were starting before their user names had been added to the DB. Consequently, they were aborting at start-up. Modified the various setup.sh scripts to run the DB-init script before starting the remaing containers. Also add start_all to start the containers and wait for the ports to start listening, eliminating the need for the "curl" tests in the setup.sh scripts. Also removed version numbers from some yml files. Change-Id: Idd9ff81b3ab4a78926b644f22360c9222afe82d5 Issue-ID: POLICY-1829 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-06-03Xacml-PDP CSIT tests with DmaaP SimulatorMichael Mokry1-0/+72
1. Added test cases for creating policy, deploying policy, and getting a decision for monitoring policies 2. Included statistics check between some tests 3. Modified to use dmaap simulator, policy-pap, and policy-api for end to end tests 5. UPDATE: made changes per Ajith's review 6. Removed most config overrides and changed dmaap to message-router where appropriate Change-Id: Ia9935193f189f249e11f23b2ffe49f87090b7b54 Issue-ID: POLICY-1767 Signed-off-by: Jim Hahn <jrh3@att.com> (Adding to dublin branch) Signed-off-by: Bilal A <bilal@research.att.com>