test: add test for host detection

Includes a test for each of the runners we currently have, except for
fedora27, which is (hopefully) not used as a host OS anymore.
This commit is contained in:
Lars Karlitski 2020-02-28 12:12:20 +01:00 committed by Tom Gundersen
parent a578a2b7e7
commit 294431ace1
9 changed files with 150 additions and 0 deletions

View file

@ -51,6 +51,11 @@ jobs:
cd osbuild
python3 -m unittest -v test.test_objectstore
- name: Run test_osrelease
run: |
cd osbuild
python3 -m unittest -v test.test_osrelease
rpm_build:
name: "RPM build"
needs: