diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-12 11:31:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 11:31:59 -0400 |
commit | ce7478b15cab33bd960393f7968785255c5daf87 (patch) | |
tree | fd9a40c030943d5ee048cd90ca591ec7ec98e8c4 /test/e2e/config.go | |
parent | e8f48a11b6100c6d0ec21366c66a95fd7abfd154 (diff) | |
parent | a1e1a3af71ac1bb650412c3236fab835bdc21cdc (diff) | |
download | podman-ce7478b15cab33bd960393f7968785255c5daf87.tar.gz podman-ce7478b15cab33bd960393f7968785255c5daf87.tar.bz2 podman-ce7478b15cab33bd960393f7968785255c5daf87.zip |
Merge pull request #7588 from HarryMichal/add-toolbox-e2e-tests
tests/e2e: Add Toolbox-specific test cases
Diffstat (limited to 'test/e2e/config.go')
-rw-r--r-- | test/e2e/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/config.go b/test/e2e/config.go index 49a47c7da..54e39f9d2 100644 --- a/test/e2e/config.go +++ b/test/e2e/config.go @@ -14,6 +14,7 @@ var ( BB = "docker.io/library/busybox:latest" healthcheck = "docker.io/libpod/alpine_healthcheck:latest" ImageCacheDir = "/tmp/podman/imagecachedir" + fedoraToolbox = "registry.fedoraproject.org/f32/fedora-toolbox:latest" // This image has seccomp profiles that blocks all syscalls. // The intention behind blocking all syscalls is to prevent |