Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

11 changed files with 29 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/libstoragemgmt-1.9.1.tar.gz
/libstoragemgmt-1.9.1.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (libstoragemgmt-1.9.1.tar.gz) = be064f6765210ff5906986e236839f39144c923a803f64ba27a363e851d619cfda320cad0716d8f496491fa827856a8342eec2edc2b94bbbc3518bd535259866

21
tests/tests.yml Normal file
View File

@ -0,0 +1,21 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./libstoragemgmt/test/
run: ./integration.sh
required_packages:
- libstoragemgmt
- libstoragemgmt-arcconf-plugin
- libstoragemgmt-hpsa-plugin
- libstoragemgmt-local-plugin
- libstoragemgmt-megaraid-plugin
- libstoragemgmt-nfs-plugin
- libstoragemgmt-targetd-plugin
- libstoragemgmt-udev
repositories:
- repo: "https://github.com/libstorage/libstoragemgmt.git"
dest: "libstoragemgmt"