mirror of https://github.com/containers/podman.git
Merge pull request #12865 from rhatdan/crun
I believe that these tests will now run with crun.
This commit is contained in:
commit
89ab5c9fab
|
@ -1005,9 +1005,6 @@ var _ = Describe("Podman checkpoint", func() {
|
||||||
if !criu.MemTrack() {
|
if !criu.MemTrack() {
|
||||||
Skip("system (architecture/kernel/CRIU) does not support memory tracking")
|
Skip("system (architecture/kernel/CRIU) does not support memory tracking")
|
||||||
}
|
}
|
||||||
if !strings.Contains(podmanTest.OCIRuntime, "runc") {
|
|
||||||
Skip("Test only works on runc 1.0-rc3 or higher.")
|
|
||||||
}
|
|
||||||
localRunString := getRunString([]string{ALPINE, "top"})
|
localRunString := getRunString([]string{ALPINE, "top"})
|
||||||
session := podmanTest.Podman(localRunString)
|
session := podmanTest.Podman(localRunString)
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
|
@ -1041,9 +1038,6 @@ var _ = Describe("Podman checkpoint", func() {
|
||||||
if !criu.MemTrack() {
|
if !criu.MemTrack() {
|
||||||
Skip("system (architecture/kernel/CRIU) does not support memory tracking")
|
Skip("system (architecture/kernel/CRIU) does not support memory tracking")
|
||||||
}
|
}
|
||||||
if !strings.Contains(podmanTest.OCIRuntime, "runc") {
|
|
||||||
Skip("Test only works on runc 1.0-rc3 or higher.")
|
|
||||||
}
|
|
||||||
localRunString := getRunString([]string{ALPINE, "top"})
|
localRunString := getRunString([]string{ALPINE, "top"})
|
||||||
session := podmanTest.Podman(localRunString)
|
session := podmanTest.Podman(localRunString)
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
|
|
Loading…
Reference in New Issue