summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-08 10:42:44 -0400
committerGitHub <noreply@github.com>2022-04-08 10:42:44 -0400
commitcdbc33112ef6407db1292f0a40778e6ac1d8996e (patch)
tree071c7cc2744f62d007ee16419307932acb5e100a /test
parent0c9c3e6714905fbb493e0b634e09b56ae096592e (diff)
parentdc17195bd9d1027b19c3e7f0975f17f4ebda408a (diff)
downloadpodman-cdbc33112ef6407db1292f0a40778e6ac1d8996e.tar.gz
podman-cdbc33112ef6407db1292f0a40778e6ac1d8996e.tar.bz2
podman-cdbc33112ef6407db1292f0a40778e6ac1d8996e.zip
Merge pull request #13687 from rhatdan/VENDOR
Vendor in new opencontainers/selinux
Diffstat (limited to 'test')
-rwxr-xr-xtest/buildah-bud/apply-podman-deltas10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas
index cb8357e89..b30c95d59 100755
--- a/test/buildah-bud/apply-podman-deltas
+++ b/test/buildah-bud/apply-podman-deltas
@@ -136,10 +136,6 @@ errmsg "no such file or directory" \
###############################################################################
# BEGIN tests that don't make sense under podman due to fundamental differences
-
-skip "N/A under podman" \
- "bud-flags-order-verification"
-
# TODO
# Some of the podman tests in CI expects exit code 125, which might not be true
# since exit code from runtime is relayed as it is without any modification both
@@ -152,6 +148,9 @@ skip "N/A under podman" \
skip "podman CI expects all exit code to be 125 this test has anomaly behaviour" \
"bud with --add-host"
+skip "podman CI expects all exit code to be 125 this test has anomaly behaviour" \
+ "bud - invalid runtime flags test"
+
skip "does not work under podman" \
"bud without any arguments should succeed"
@@ -181,6 +180,9 @@ skip "buildah runs with --cgroup-manager=cgroupfs, podman with systemd" \
###############################################################################
# BEGIN tests which are skipped because they make no sense under podman-remote
+skip_if_remote "--runtime-flags does not work with podman-remote" \
+ "bud - invalid runtime flags test"
+
skip_if_remote "--target does not work with podman-remote" \
"bud-target"