diff options
author | Sujil02 <sushah@redhat.com> | 2020-05-06 14:39:58 -0400 |
---|---|---|
committer | Sujil02 <sushah@redhat.com> | 2020-05-06 16:06:41 -0400 |
commit | 2080421cad535947bbc2f70693fe9fec43ae874d (patch) | |
tree | d807c8e0b66b9f594e59328313ca120a4025fb3d /test/e2e/port_test.go | |
parent | 062c7b8a9411b7d115f85c2df58aeea760b001bc (diff) | |
download | podman-2080421cad535947bbc2f70693fe9fec43ae874d.tar.gz podman-2080421cad535947bbc2f70693fe9fec43ae874d.tar.bz2 podman-2080421cad535947bbc2f70693fe9fec43ae874d.zip |
Enables port test
Adds port subcommand for containers
Updates check for no args when all flag is set.
Signed-off-by: Sujil02 <sushah@redhat.com>
Diffstat (limited to 'test/e2e/port_test.go')
-rw-r--r-- | test/e2e/port_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/port_test.go b/test/e2e/port_test.go index ce31c9ad2..5bb86d558 100644 --- a/test/e2e/port_test.go +++ b/test/e2e/port_test.go @@ -20,7 +20,6 @@ var _ = Describe("Podman port", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |