Skip to content

Commit

Permalink
tmt test.sh - temp fix for selinux issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jstavel committed Dec 13, 2024
1 parent 0e9778b commit be24f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 49 deletions.
49 changes: 0 additions & 49 deletions systemtest/tests/integration/extend-test-data.sh

This file was deleted.

4 changes: 4 additions & 0 deletions systemtest/tests/integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ EOF
./integration-tests/scripts/post-activation-keys.sh
./integration-tests/scripts/post-environments.sh

# There is a problem with SELinux in current version of selinux-roles (for rhsm.service)
# it is a temporary fix
setenforce 0

# Run all integration tests. They will use 'testing' environment in configuration
ENV_FOR_DYNACONF=testing pytest --junit-xml=./junit.xml -v integration-tests
retval=$?
Expand Down

0 comments on commit be24f5c

Please sign in to comment.