mirror of
https://github.com/containers/podman.git
synced 2025-10-12 16:56:32 +08:00
More ginkgo migration
* attach * run_exit * save * tag * version * run_privileged -> privileged Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -115,6 +115,7 @@ var _ = Describe("Podman run", func() {
|
||||
})
|
||||
|
||||
It("podman run limits test", func() {
|
||||
podmanTest.RestoreArtifact(fedoraMinimal)
|
||||
session := podmanTest.Podman([]string{"run", "--rm", "--ulimit", "rtprio=99", "--cap-add=sys_nice", fedoraMinimal, "cat", "/proc/self/sched"})
|
||||
session.Wait(45)
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user