File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ function start_time() {
15
15
16
16
function setup() {
17
17
skip_if_remote " quadlet tests are meaningless over remote"
18
+ skip_if_rootless_cgroupsv1 " quadlet tests don't work rootless on RHEL8"
18
19
19
20
start_time
20
21
Original file line number Diff line number Diff line change 241
241
mkdir -p $TESTDIR
242
242
echo " $testYaml " | sed " s|TESTDIR|${TESTDIR} |g" > $PODMAN_TMPDIR /test.yaml
243
243
run_podman kube play --network host $PODMAN_TMPDIR /test.yaml
244
- is " $output " " Pod:.*" " podman kube play should work with --network host"
244
+ # leading ".*" handles "resource limit blah" warning with runc
245
+ is " $output " " .*Pod:.*" " podman kube play should work with --network host"
245
246
246
247
run_podman pod inspect --format " {{.InfraConfig.HostNetwork}}" test_pod
247
248
is " $output " " true" " .InfraConfig.HostNetwork"
You can’t perform that action at this time.
0 commit comments