mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
enable podman pod inspect --format test
Now that commit d10e77e1bcd2 is merged, it will reuse the same template logic as inspect and therefore should just work. Also remove the FIXME from eds test. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -34,7 +34,7 @@ ps | -a
|
|||||||
image search | sdfsdf
|
image search | sdfsdf
|
||||||
search | sdfsdf
|
search | sdfsdf
|
||||||
|
|
||||||
pod inspect | mypod SKIP
|
pod inspect | mypod
|
||||||
|
|
||||||
container stats | --no-stream
|
container stats | --no-stream
|
||||||
pod stats | --no-stream
|
pod stats | --no-stream
|
||||||
@ -94,11 +94,6 @@ function check_subcommand() {
|
|||||||
unset extra_args["$command_string"]
|
unset extra_args["$command_string"]
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# FIXME: you can remove this once you're finished with #15673
|
|
||||||
if [[ "$extra" =~ SKIP ]]; then
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
|
|
||||||
# This is what does the work. We should never see the unterminated err
|
# This is what does the work. We should never see the unterminated err
|
||||||
run_podman '?' "$@" "$cmd" $extra --format '{{"\n"}}'
|
run_podman '?' "$@" "$cmd" $extra --format '{{"\n"}}'
|
||||||
assert "$output" !~ "unterminated quoted string" \
|
assert "$output" !~ "unterminated quoted string" \
|
||||||
|
Reference in New Issue
Block a user