summaryrefslogtreecommitdiff
path: root/test/endpoint
Commit message (Collapse)AuthorAge
* dont panic when using varlink commit and uppercase image namesbaude2019-08-29
| | | | | | | | | when using an upper case image name for container commit, we observed panics due to a channel closing early. Fixes: #3897 Signed-off-by: baude <bbaude@redhat.com>
* Create framework for varlink endpoint integration testsbaude2019-08-16
add the ability to write integration tests similar to our e2e tests for the varlink endpoints. Signed-off-by: baude <bbaude@redhat.com>