mirror of https://github.com/containers/podman.git
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>
This commit is contained in:
parent
39560500fc
commit
883f814cfb
|
@ -204,7 +204,7 @@ var _ = Describe("Podman run", func() {
|
||||||
Expect(session.OutputToString()).To(ContainSubstring("/run/test rw,relatime, shared"))
|
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" {
|
if podmanTest.Host.Arch == "ppc64le" {
|
||||||
Skip("skip failing test on ppc64le")
|
Skip("skip failing test on ppc64le")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue