Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | ip validation game too strong | Nathan Williams | 2018-04-18 |
| | | | | | | | Signed-off-by: Nathan Williams <nath.e.will@gmail.com> Closes: #635 Approved by: rhatdan | ||
* | - reverse host field order (ip goes first) | Nathan Williams | 2018-04-18 |
| | | | | | | | | | - fix host string split to permit IPv6 Signed-off-by: Nathan Williams <nath.e.will@gmail.com> Closes: #635 Approved by: rhatdan | ||
* | Migrate more tests to ginkgo | baude | 2018-02-06 |
Migrate the following to the ginkgo integration tests: * images * import * inspect * logs * run_dns Signed-off-by: baude <bbaude@redhat.com> Closes: #295 Approved by: mheon |