summaryrefslogtreecommitdiff
path: root/test/utils/matchers.go
Commit message (Collapse)AuthorAge
* test connection addJhon Honce2021-11-08
| | | | | | | | | | * Fix connection JSON encoding * Add custom ginkgo matchers for connection testing * Cleanup code Fixes #11984 Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
Rather than checking for non-zero, we need to check for >0 to distinguish between timeouts and error exit codes. Signed-off-by: Jhon Honce <jhonce@redhat.com>