Copy the "tests" directory from c9s branch.

The directory was not imported when creating the c8s branch.
This commit is contained in:
Daniel Zatovic 2023-07-03 13:49:03 +02:00
parent 03c2771916
commit 7cc6f65b6c
3 changed files with 34 additions and 0 deletions

1
tests/.fmf/version Normal file
View File

@ -0,0 +1 @@
1

5
tests/provision.fmf Normal file
View File

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
m: 3G

28
tests/tests.yml Normal file
View 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