Merge pull request #18379 from giuseppe/small-fixes

some small fixes
This commit is contained in:
OpenShift Merge Robot
2023-05-01 10:36:34 -04:00
committed by GitHub
4 changed files with 40 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ function teardown() {
basic_teardown
}
@test "podman systerm service <bad_scheme_uri> returns error" {
@test "podman system service <bad_scheme_uri> returns error" {
skip_if_remote "podman system service unavailable over remote"
run_podman 125 system service localhost:9292
is "$output" "Error: API Service endpoint scheme \"localhost\" is not supported. Try tcp://localhost:9292 or unix:/localhost:9292"

View File

@@ -480,8 +480,7 @@ _EOF
is "$output" ".*Error: inspecting object: no such object: \"test_pod-test\""
run_podman pod rm -a -f
run_podman rm -a -f
run_podman rm -f -t0 myyaml
run_podman rm -a -f -t0
}
@test "podman play with init container" {