-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lokesh Mandvekar <[email protected]>
- Loading branch information
Showing
5 changed files
with
33 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
prepare: | ||
name: Install packages | ||
how: install | ||
copr: rhcontainerbot/podman-next | ||
package: | ||
- bats | ||
- golang | ||
- podman | ||
- podman-tests | ||
|
||
/podman_e2e_test: | ||
summary: Run SELinux specific Podman e2e tests | ||
execute: | ||
how: tmt | ||
script: bash plans/podman_e2e_test.sh | ||
script: | | ||
dnf --disablerepo=* --enablerepo=copr:copr.fedorainfracloud.org:rhcontainerbot:podman-next download --source podman | ||
rpm2cpio podman*.src.rpm | cpio -di | ||
tar zxf podman-*-dev.tar.gz | ||
cd podman-*-dev/test/e2e | ||
PODMAN_BINARY=/usr/bin/podman go test -v config.go config_amd64.go common_test.go libpod_suite_test.go run_selinux_test.go | ||
provision: | ||
how: artemis | ||
hardware: | ||
disk: | ||
- size: 100 GB | ||
|
||
/podman_system_test: | ||
summary: Run SELinux specific Podman system tests | ||
execute: | ||
how: tmt | ||
script: bash plans/podman_system_test.sh | ||
script: bats /usr/bin/podman /usr/share/podman/test/system/410-selinux.bats |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.