aboutsummaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-09-08 17:43:07 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-09-13 10:33:15 +0200
commit908458d0639c349a37275dff09153adfcb65b7eb (patch)
treeebef743f9f5a8c0e6ddf3340a1a761a98520100c /test/system
parent7f8e99ded41fe08564546277ce7f922434c354e8 (diff)
downloadpodman-908458d0639c349a37275dff09153adfcb65b7eb.tar.gz
podman-908458d0639c349a37275dff09153adfcb65b7eb.tar.bz2
podman-908458d0639c349a37275dff09153adfcb65b7eb.zip
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>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/610-format.bats7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/system/610-format.bats b/test/system/610-format.bats
index 770f91cf5..3d545f29f 100644
--- a/test/system/610-format.bats
+++ b/test/system/610-format.bats
@@ -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
@@ -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" \