use lookaside storage for remote tests

in an effort to speed up the remote testing, we should be using
lookaside storage to avoid pull images as well as importing multiple
images into the RW store.

one test was removed and added into system test by Ed in #8325

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-10-27 09:14:53 -05:00
parent 392075631a
commit 15539c1c4b
32 changed files with 565 additions and 692 deletions

View File

@ -23,7 +23,6 @@ var _ = Describe("Podman image|container exists", func() {
}
podmanTest = PodmanTestCreate(tempdir)
podmanTest.Setup()
podmanTest.RestoreAllArtifacts()
})
AfterEach(func() {