test: move test_objectstore into module-tests

Move `test_objectstore` into the module-level tests. This allows us to
run it as part of `make test-module.

Make sure to properly guard it as root-only module.
This commit is contained in:
David Rheinsberg 2020-05-27 17:56:26 +02:00
parent 9bb6123963
commit 3cf8b79e80
3 changed files with 52 additions and 9 deletions

View file

@ -74,11 +74,6 @@ jobs:
cd osbuild
python3 -m unittest -v test.test_osbuild
- name: Run test_objectstore
run: |
cd osbuild
python3 -m unittest -v test.test_objectstore
sample_validation:
name: "sample validation"
runs-on: ubuntu-latest