tmt: Pass TEST_* environment into test container
So that things like TEST_AUDIT_NO_SELINUX can be set from the outside.
This commit is contained in:
parent
4286f7352e
commit
64cb49b1e4
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ exec podman \
|
|||
--rm \
|
||||
--shm-size=1024m \
|
||||
--security-opt=label=disable \
|
||||
--env='TEST_*' \
|
||||
--volume="${TMT_TEST_DATA}":/logs:rw,U --env=LOGS=/logs \
|
||||
--volume="$(pwd)":/source:rw,U --env=SOURCE=/source \
|
||||
--volume=/usr/lib/os-release:/run/host/usr/lib/os-release:ro \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue