enable podman pod inspect --format test
Now that commit d10e77e1bc 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:
parent
7f8e99ded4
commit
908458d063
|
|
@ -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" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue