Add CI tests using the Standard Test Interface
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
de6dfc5984
commit
0c5606ae99
3
tests/.gitignore
vendored
Normal file
3
tests/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignore tests runs/artefacts.
|
||||||
|
artifacts/**
|
||||||
|
**/*.retry
|
9
tests/tests.yml
Normal file
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- upstream
|
||||||
|
required_packages:
|
||||||
|
- booth-test
|
6
tests/upstream/runtest.sh
Normal file
6
tests/upstream/runtest.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -xe
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
|
/usr/share/booth/tests/test/runtests.py --allow-root-user
|
Loading…
Reference in New Issue
Block a user