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:
Lukas Vrabec 2019-10-02 16:59:23 +02:00
parent c6e6561646
commit 10b8af4057
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06

View File

@ -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: