tests: Require container-selinux
Policy templates where moved to container-selinux package and udica doesn't work properly without them. Sanity test temporarily needs git for downloading policy templates. Those will soon be available via container-selinux. Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
This commit is contained in:
parent
c1190761ae
commit
7ea190fa1e
@ -33,6 +33,7 @@ PACKAGE="udica"
|
|||||||
rlJournalStart
|
rlJournalStart
|
||||||
rlPhaseStartSetup
|
rlPhaseStartSetup
|
||||||
rlAssertRpm "udica"
|
rlAssertRpm "udica"
|
||||||
|
rlAssertRpm "container-selinux"
|
||||||
rlAssertRpm "policycoreutils"
|
rlAssertRpm "policycoreutils"
|
||||||
rlAssertRpm "podman"
|
rlAssertRpm "podman"
|
||||||
rlAssertRpm "docker"
|
rlAssertRpm "docker"
|
||||||
|
@ -35,6 +35,7 @@ CONTAINERS="fedora:latest fedora:rawhide ubi8 ubi7 centos:8 centos:7"
|
|||||||
rlJournalStart
|
rlJournalStart
|
||||||
rlPhaseStartSetup
|
rlPhaseStartSetup
|
||||||
rlAssertRpm "udica"
|
rlAssertRpm "udica"
|
||||||
|
rlAssertRpm "container-selinux"
|
||||||
rlAssertRpm "policycoreutils"
|
rlAssertRpm "policycoreutils"
|
||||||
rlAssertRpm "podman"
|
rlAssertRpm "podman"
|
||||||
OUTPUT_FILE=$(mktemp)
|
OUTPUT_FILE=$(mktemp)
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
required_packages:
|
required_packages:
|
||||||
- python3
|
- python3
|
||||||
|
- container-selinux
|
||||||
|
- git
|
||||||
tests:
|
tests:
|
||||||
- smoke:
|
- smoke:
|
||||||
dir: ./source
|
dir: ./source
|
||||||
@ -16,6 +18,11 @@
|
|||||||
dir: ./source
|
dir: ./source
|
||||||
run: python3 tests/test_integration.py
|
run: python3 tests/test_integration.py
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
- container
|
||||||
|
roles:
|
||||||
- role: standard-test-beakerlib
|
- role: standard-test-beakerlib
|
||||||
tags:
|
tags:
|
||||||
- classic
|
- classic
|
||||||
@ -23,3 +30,5 @@
|
|||||||
- sanity
|
- sanity
|
||||||
required_packages:
|
required_packages:
|
||||||
- podman
|
- podman
|
||||||
|
- udica
|
||||||
|
- container-selinux
|
||||||
|
Loading…
Reference in New Issue
Block a user