Copy the "tests" directory from c9s branch.
The directory was not imported when creating the c8s branch.
This commit is contained in:
parent
03c2771916
commit
7cc6f65b6c
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
|
||||
|
28
tests/tests.yml
Normal file
28
tests/tests.yml
Normal file
@ -0,0 +1,28 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- classic
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- upstream_test_suite:
|
||||
dir: source/tests
|
||||
run: make -f Makefile.localtest tests
|
||||
environment:
|
||||
CRYPTSETUP_PATH: /sbin
|
||||
required_packages:
|
||||
- cryptsetup
|
||||
- cryptsetup-devel
|
||||
- integritysetup
|
||||
- veritysetup
|
||||
- gcc
|
||||
- make
|
||||
- kernel-headers
|
||||
- device-mapper-devel
|
||||
- expect
|
||||
- keyutils
|
||||
- jq
|
||||
- vim-common
|
||||
- sharutils
|
Loading…
Reference in New Issue
Block a user