Add CI tests
This commit is contained in:
parent
80bac6f83a
commit
5fe4a39cc1
1
tests/.fmf/version
Normal file
1
tests/.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
5
tests/provision.fmf
Normal file
5
tests/provision.fmf
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
m: 3G
|
31
tests/tests.yml
Normal file
31
tests/tests.yml
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
# No tests suitable for atomic environment
|
||||
# No tests suitable for container environment
|
||||
# Tests suitable for classic environment
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- always
|
||||
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- upstream_test_suite:
|
||||
dir: source
|
||||
run: python3 tests/run_tests.py --installed
|
||||
|
||||
required_packages:
|
||||
- volume_key
|
||||
- nss-tools
|
||||
- targetcli
|
||||
- xfsprogs
|
||||
- dosfstools
|
||||
- e2fsprogs
|
||||
- cryptsetup
|
||||
- glibc-all-langpacks
|
||||
- python3-six
|
||||
- python3-dbus
|
||||
- python3-yaml
|
||||
- python3-bytesize
|
Loading…
Reference in New Issue
Block a user