diff --git a/plans/system.fmf b/plans/system.fmf index 1c68342..647f8db 100644 --- a/plans/system.fmf +++ b/plans/system.fmf @@ -2,7 +2,7 @@ summary: Rootless podman systemtest for fuse-overlayfs discover: how: fmf - filter: 'tag:local and tag:rootless and tag:system' + filter: 'tag:local & tag:rootless & tag:system' execute: how: tmt diff --git a/tests/tmt/system.fmf b/tests/tmt/system.fmf index 653bf28..4779c5c 100644 --- a/tests/tmt/system.fmf +++ b/tests/tmt/system.fmf @@ -1,3 +1,6 @@ +summary: Rootless podman systemtest for fuse-overlayfs +tag: [ local, rootless, system ] +test: bash ./system.sh rootless require: - podman - podman-tests @@ -18,9 +21,3 @@ adjust+: environment+: ROOTLESS_USER: "cloud-user" -/local-rootless: - tag: [ local, rootless, system ] - summary: Rootless podman systemtest for fuse-overlayfs - test: bash ./system.sh rootless - duration: 60m -