Add missing tests
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
19cf88195b
commit
06250c3d6b
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
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