Merge pull request #17872 from edsantiago/rhel8_rootless_journal_skip_blah_blah

quadlet tests: skip on RHEL8 rootless
This commit is contained in:
OpenShift Merge Robot
2023-03-21 11:08:06 -04:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function start_time() {
function setup() {
skip_if_remote "quadlet tests are meaningless over remote"
skip_if_rootless_cgroupsv1 "Can't use --cgroups=split w/ CGv1 (#17456)"
skip_if_journald_unavailable "quadlet isn't really usable without journal"
test -x "$QUADLET" || die "Cannot run quadlet tests without executable \$QUADLET ($QUADLET)"

View File

@ -250,6 +250,8 @@ READY=1" "sdnotify sent MAINPID and READY"
}
@test "sdnotify : play kube - with policies" {
skip_if_journald_unavailable
# Pull that image. Retry in case of flakes.
run_podman pull $SYSTEMD_IMAGE || \
run_podman pull $SYSTEMD_IMAGE || \