Skip to content

Commit

Permalink
enable podman pod inspect --format test
Browse files Browse the repository at this point in the history
Now that commit d10e77e 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>
  • Loading branch information
Luap99 committed Sep 9, 2022
1 parent a060028 commit 7933f15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/system/610-format.bats
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ps | -a
image search | sdfsdf
search | sdfsdf
pod inspect | mypod SKIP
pod inspect | mypod
container stats | --no-stream
pod stats | --no-stream
Expand Down Expand Up @@ -94,11 +94,6 @@ function check_subcommand() {
unset extra_args["$command_string"]
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
run_podman '?' "$@" "$cmd" $extra --format '{{"\n"}}'
assert "$output" !~ "unterminated quoted string" \
Expand Down

0 comments on commit 7933f15

Please sign in to comment.