summaryrefslogtreecommitdiff
path: root/test/utils/utils_suite_test.go
Commit message (Collapse)AuthorAge
* Use file-based eventer for integration testsMatthew Heon2019-08-05
| | | | | | | | This adds several top-level Podman flags for specifying different events backend types, which are then used in CI. It resolves a number of serious issues with events-based testing. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* Separate common used test functions and structs to test/utilsYiqiao Pu2018-11-16
Put common used test functions and structs to a separated package. So we can use them for more testsuites. Signed-off-by: Yiqiao Pu <ypu@redhat.com>