diff options
author | Yiqiao Pu <ypu@redhat.com> | 2018-11-27 15:59:55 +0800 |
---|---|---|
committer | Yiqiao Pu <ypu@redhat.com> | 2018-11-27 15:59:55 +0800 |
commit | 883f814cfb092df9eda2a98dec00f271d88ed17f (patch) | |
tree | e4a373ce0b48141c0f88fd02218806d612cf17f3 /test | |
parent | 39560500fcc504bea70d48759f44c64f680c2ef2 (diff) | |
download | podman-883f814cfb092df9eda2a98dec00f271d88ed17f.tar.gz podman-883f814cfb092df9eda2a98dec00f271d88ed17f.tar.bz2 podman-883f814cfb092df9eda2a98dec00f271d88ed17f.zip |
Update test case name to podman run with --mount flag
Update the test case name to make it easier to filter --mount related
test cases with -ginkgo.focus.
Signed-off-by: Yiqiao Pu <ypu@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/run_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go index beb408fd4..dbfdf4c74 100644 --- a/test/e2e/run_test.go +++ b/test/e2e/run_test.go @@ -204,7 +204,7 @@ var _ = Describe("Podman run", func() { Expect(session.OutputToString()).To(ContainSubstring("/run/test rw,relatime, shared")) }) - It("podman run with mount flag", func() { + It("podman run with --mount flag", func() { if podmanTest.Host.Arch == "ppc64le" { Skip("skip failing test on ppc64le") } |