diff options
author | Ed Santiago <santiago@redhat.com> | 2020-08-17 07:02:34 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2020-08-19 08:12:14 -0600 |
commit | d254fa4c35d81992084ddad300adf487239808db (patch) | |
tree | c8c4073af1647be06f997c27db7e8b5e7ba0cbd4 /test/system/500-networking.bats | |
parent | dd4e0da4241ac0b6deac3f5e07ea4eeb5819379e (diff) | |
download | podman-d254fa4c35d81992084ddad300adf487239808db.tar.gz podman-d254fa4c35d81992084ddad300adf487239808db.tar.bz2 podman-d254fa4c35d81992084ddad300adf487239808db.zip |
system tests: enable more remote tests; cleanup
info, images, run, networking tests: remove some skip_if_remote()s
that were added in the varlink days. All of these tests now seem
to work with APIv2.
help test: check that first output line from 'podman --help'
is the program description (regression check for #7273).
load test: clean up stray images, rewrite test to make it conform
to existing convention. In the process, discover and file #7337
exec test (and networking): file #7360, and add FIXME comment
to skip()s suggesting evaluating those tests once that is fixed.
pod test: now that #6328 is fixed, use 'podman pod inspect --format'
instead of relying on jq
Various other tests: add an explanation of why test is disabled
so we can more easily distinguish "this will never be meaningful
under remote" vs "hey, doesn't work for now, but maybe someday".
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/500-networking.bats')
-rw-r--r-- | test/system/500-networking.bats | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats index 234bc1187..0fae3dcd3 100644 --- a/test/system/500-networking.bats +++ b/test/system/500-networking.bats @@ -7,7 +7,7 @@ load helpers # Copied from tsweeney's https://github.com/containers/podman/issues/4827 @test "podman networking: port on localhost" { - skip_if_remote + skip_if_remote "FIXME: reevaluate this one after #7360 is fixed" random_1=$(random_string 30) random_2=$(random_string 30) @@ -62,8 +62,6 @@ load helpers # Issue #5466 - port-forwarding doesn't work with this option and -d @test "podman networking: port with --userns=keep-id" { - skip_if_remote - # FIXME: randomize port, and create second random host port myport=54321 |