re-import sources as agreed with the maintainer
This commit is contained in:
parent
46f76f96e9
commit
6113876d10
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
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
|
||||
|
24
tests/tests.yml
Normal file
24
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user