Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Separate common used test functions and structs to test/utils | Yiqiao Pu | 2018-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> | ||
* | Add ability for ubuntu to be tested | baude | 2018-10-03 |
| | | | | | | | | unfortunately the papr CI system cannot test ubuntu as a VM; therefore, this PR still keeps travis. but it does include fixes that will be required for running on modern versions of ubuntu. Signed-off-by: baude <bbaude@redhat.com> | ||
* | Show duration for each ginkgo test and test speed improvements | baude | 2018-07-28 |
| | | | | | | | | | | | | | | Because our tests are getting so long, we want to be able to audit which tests are taking the longest to complete. This may indicate a bad test, bad CI, bad code, etc and therefore should be auditable. Also, make speed improvements to tests by making sure we only unpack caches images that actually get used. Signed-off-by: baude <bbaude@redhat.com> Closes: #1178 Approved by: mheon | ||
* | More ginkgo migration | baude | 2018-02-07 |
* attach * run_exit * save * tag * version * run_privileged -> privileged Signed-off-by: baude <bbaude@redhat.com> |