summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/teardown_container.yml
Commit message (Collapse)AuthorAgeFilesLines
* preflight int tests: fix test flakeLuke Meyer2017-05-221-0/+1
| | | | | | Those tests spin up docker images and remove them at the end. The removal seems to fail randomly on test systems. Changed the removal task to ignore errors.
* preflight int tests: generalize; add testsLuke Meyer2017-04-251-0/+23
Make the container setup and teardown more reusable. Remove example tests. Add basic package tests.