mirror of https://github.com/containers/podman.git
Systemd should be able to run as rootless
Turn on most of the systemd tests for rootless. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
5cedd830f7
commit
3532bc688e
|
@ -20,7 +20,6 @@ var _ = Describe("Podman systemd", func() {
|
|||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
SkipIfRootless()
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
os.Exit(1)
|
||||
|
@ -48,6 +47,7 @@ WantedBy=multi-user.target
|
|||
})
|
||||
|
||||
It("podman start container by systemd", func() {
|
||||
SkipIfRootless()
|
||||
if os.Getenv("SKIP_USERNS") != "" {
|
||||
Skip("Skip userns tests.")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue