Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
||||
SOURCES/system-storage-manager-1.4.tar.gz
|
||||
/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 +0,0 @@
|
||||
14c095c24b57a44eec76807cf788f9cb715cbdb4 SOURCES/system-storage-manager-1.4.tar.gz
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (system-storage-manager-1.4.tar.gz) = ee86165277559a34ec183fecb34a58e250d1f34155bcccd4c29eb7a2eb68fd1f14294e59b20b37b6a55d96a61aa41ee2d2b5afecc5478de547fbdac29c2d7946
|
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