split remote tests from distro tests

We want the remote tests for our distributions to be tested in a
different VM than the local tests.  This allows for faster CI runs and
easier debug as well as seperation of flakes.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-05-08 15:21:33 -05:00
parent d2571c7fd4
commit a86aa4b1e9
7 changed files with 33 additions and 3 deletions

View File

@ -24,7 +24,6 @@ var _ = Describe("Podman Info", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
podmanTest.DelayForVarlink()
})
AfterEach(func() {