Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.29 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.29 KB

Sync App APB

Docker Stars Docker pulls License

Testing

If you want to test the changes made to this repo, you can do it by simply running apb test The test does the following:

  1. Builds the APB
  2. Creates the project in currently targeted OpenShift instance
  3. Runs the provision role
  4. Runs deprovision role
  5. Runs deprovision-test role which checks that all objects (routes, pods, services) were deprovisioned successfully

If the test ends successfully, you should see the message Pod phase Succeeded without returning test results in your console output.

For more information about testing of APBs, check ansible-playbook-bundle documentation.