mirror of https://github.com/containers/podman.git
Merge pull request #17247 from vrothberg/fix-ci
fix CI: test fail due to merge
This commit is contained in:
commit
8fce9dcde6
|
@ -4989,7 +4989,7 @@ spec:
|
||||||
inspect := podmanTest.Podman([]string{"inspect", "test-hostipc-alpine", "--format", "{{ .HostConfig.IpcMode }}"})
|
inspect := podmanTest.Podman([]string{"inspect", "test-hostipc-alpine", "--format", "{{ .HostConfig.IpcMode }}"})
|
||||||
inspect.WaitWithDefaultTimeout()
|
inspect.WaitWithDefaultTimeout()
|
||||||
Expect(inspect).Should(Exit(0))
|
Expect(inspect).Should(Exit(0))
|
||||||
Expect(inspect.OutputToString()).To(Equal("shareable"))
|
Expect(inspect.OutputToString()).To(Equal("host"))
|
||||||
|
|
||||||
cmd := exec.Command("ls", "-l", "/proc/self/ns/ipc")
|
cmd := exec.Command("ls", "-l", "/proc/self/ns/ipc")
|
||||||
res, err := cmd.Output()
|
res, err := cmd.Output()
|
||||||
|
|
Loading…
Reference in New Issue