Fix CI tests on udica
In version v0.2.0 there is new makefile also for testing part, therefore we changed how to execute tests. This commit fixes the Fedora CI.
This commit is contained in:
parent
c6e6561646
commit
10b8af4057
@ -10,11 +10,11 @@
|
||||
- python3
|
||||
tests:
|
||||
- smoke:
|
||||
dir: ./source/tests
|
||||
run: python3 -m unittest
|
||||
dir: ./source
|
||||
run: python3 -m unittest -v tests/test_unit.py
|
||||
- smoke2:
|
||||
dir: ./source/tests
|
||||
run: python3 test_main.py selinux_enabled
|
||||
dir: ./source
|
||||
run: python3 tests/test_integration.py
|
||||
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user