mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-16 20:57:53 +00:00
Merge pull request #17531 from edsantiago/rhel8_test_skips
RHEL8 gating-test skips and tweaks
This commit is contained in:
commit
e1703bb7f4
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ function start_time() {
|
|||
|
||||
function setup() {
|
||||
skip_if_remote "quadlet tests are meaningless over remote"
|
||||
skip_if_rootless_cgroupsv1 "quadlet tests don't work rootless on RHEL8"
|
||||
|
||||
start_time
|
||||
|
||||
|
|
|
|||
|
|
@ -241,7 +241,8 @@ EOF
|
|||
mkdir -p $TESTDIR
|
||||
echo "$testYaml" | sed "s|TESTDIR|${TESTDIR}|g" > $PODMAN_TMPDIR/test.yaml
|
||||
run_podman kube play --network host $PODMAN_TMPDIR/test.yaml
|
||||
is "$output" "Pod:.*" "podman kube play should work with --network host"
|
||||
# leading ".*" handles "resource limit blah" warning with runc
|
||||
is "$output" ".*Pod:.*" "podman kube play should work with --network host"
|
||||
|
||||
run_podman pod inspect --format "{{.InfraConfig.HostNetwork}}" test_pod
|
||||
is "$output" "true" ".InfraConfig.HostNetwork"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue