re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 17:37:55 +02:00
parent 46f76f96e9
commit 6113876d10
4 changed files with 34 additions and 0 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
/system-storage-manager-0.2.tar.gz
/system-storage-manager-0.4.tar.gz
/system-storage-manager-0.5.tar.gz
/system-storage-manager-1.2.tar.gz
/system-storage-manager-1.4.tar.gz

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

24
tests/tests.yml Normal file
View File

@ -0,0 +1,24 @@
---
- hosts: localhost
roles:
# Fetch source tarball and unpack it into the test environment
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- lvm2
- cryptsetup
- system-storage-manager
- device-mapper-multipath
- iscsi-initiator-utils
- targetcli
tests:
- smoke: # Run tests
dir: ./source/
run: ./test.py --system --logs