Add missing tests

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
Jan Friesse 2023-03-20 15:46:52 +01:00
parent 19cf88195b
commit 06250c3d6b
4 changed files with 24 additions and 2 deletions

8
.gitignore vendored
View File

@ -1,2 +1,6 @@
SOURCES/booth-1.0-283-9d4029a.tar.gz
/booth-1.0-283-9d4029a.tar.gz
/booth-*.tar.gz
/booth-*.rpm
/booth-*/
*~
*.sw?

3
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore tests runs/artefacts.
artifacts/**
**/*.retry

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- upstream
required_packages:
- booth-test

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -xe
set -o pipefail
/usr/share/booth/tests/test/runtests.py --allow-root-user