diff options
author | Brent Baude <bbaude@redhat.com> | 2020-04-27 15:28:01 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-04-27 16:12:06 -0500 |
commit | e78e66c5b9a103f577df155b3f61130cfc718d0f (patch) | |
tree | 89f7396afc56d5fc09f28bbf2f42dec9167d277f /test/e2e/volume_create_test.go | |
parent | f6f71724949c22cf89a44015c29bd5a144db7390 (diff) | |
download | podman-e78e66c5b9a103f577df155b3f61130cfc718d0f.tar.gz podman-e78e66c5b9a103f577df155b3f61130cfc718d0f.tar.bz2 podman-e78e66c5b9a103f577df155b3f61130cfc718d0f.zip |
enable volume integration tests
enabled integration tests for volumes. there are two exceptions that still need work because of something not yet implemented.
also, add code to deal with the fact that containers conf appears to set a local volume driver where it used to be simply blank.
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/volume_create_test.go')
-rw-r--r-- | test/e2e/volume_create_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/volume_create_test.go b/test/e2e/volume_create_test.go index 4cfc5bfc9..71023f9e2 100644 --- a/test/e2e/volume_create_test.go +++ b/test/e2e/volume_create_test.go @@ -17,7 +17,6 @@ var _ = Describe("Podman volume create", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |