Create framework for varlink endpoint integration tests

add the ability to write integration tests similar to our e2e tests for
the varlink endpoints.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-08-11 11:47:15 -05:00
parent 3f1657d729
commit 04f2f95bb4
12 changed files with 718 additions and 1 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ __pycache__
test/e2e/e2e.coverprofile
/podman*zip
podman*.tar.gz
.idea*