mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
@@ -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"
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user