diff options
author | Ed Santiago <santiago@redhat.com> | 2021-03-20 08:21:46 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-03-20 08:21:46 -0600 |
commit | afce37671f19e1545d7f61bb8b9d91b3077b17ed (patch) | |
tree | 06258ee97ad9dddf38f67d8c5244a4be53784b02 /test/system/200-pod.bats | |
parent | ebc9871c9358b41daefc37e5db8119f596770cb7 (diff) | |
download | podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.gz podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.bz2 podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.zip |
System tests: reenable a bunch of skipped tests
Checking for 'skip.*[0-9]{4,5}', and checking status on said
issues, finds several that have been closed. Let's see if
they're really fixed.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/200-pod.bats')
-rw-r--r-- | test/system/200-pod.bats | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/system/200-pod.bats b/test/system/200-pod.bats index 51835e4a3..c65449212 100644 --- a/test/system/200-pod.bats +++ b/test/system/200-pod.bats @@ -18,10 +18,6 @@ function teardown() { @test "podman pod top - containers in different PID namespaces" { - if is_remote && is_rootless; then - skip "FIXME: pending #7139" - fi - # With infra=false, we don't get a /pause container (we also # don't pull k8s.gcr.io/pause ) no_infra='--infra=false' @@ -55,10 +51,6 @@ function teardown() { @test "podman pod - communicating between pods" { - if is_remote && is_rootless; then - skip "FIXME: pending #7139" - fi - podname=pod$(random_string) run_podman 1 pod exists $podname run_podman pod create --infra=true --name=$podname @@ -117,10 +109,6 @@ function teardown() { } @test "podman pod - communicating via /dev/shm " { - if is_remote && is_rootless; then - skip "FIXME: pending #7139" - fi - podname=pod$(random_string) run_podman 1 pod exists $podname run_podman pod create --infra=true --name=$podname @@ -168,10 +156,6 @@ function random_ip() { } @test "podman pod create - hashtag AllTheOptions" { - if is_remote && is_rootless; then - skip "FIXME: pending #7139" - fi - mac=$(random_mac) add_host_ip=$(random_ip) add_host_n=$(random_string | tr A-Z a-z).$(random_string | tr A-Z a-z).xyz |