Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/oracleasm-redhat-2.0.8.tar.bz2
|
SOURCES/oracleasm-redhat-2.0.8.tar.bz2
|
||||||
|
/oracleasm-redhat-2.0.8.tar.bz2
|
||||||
|
@ -1 +0,0 @@
|
|||||||
3f7008b7f30674a0078edda3e8d32941578dae21 SOURCES/oracleasm-redhat-2.0.8.tar.bz2
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (oracleasm-redhat-2.0.8.tar.bz2) = 5bd6b7815bb51fb4fd7598328d29310ab48b707b4bfdabc1af72636aefb8aec96e11c421d8b400b1f182554be78bb2dab4128ff671e9ae2d43ed48f0abafb360
|
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-beakerlib
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
repositories:
|
||||||
|
- repo: "git://pkgs.devel.redhat.com/tests/oracleasm"
|
||||||
|
dest: "oracleasm"
|
||||||
|
tests:
|
||||||
|
- oracleasm/sanity:
|
||||||
|
dir: oracleasm/sanity
|
||||||
|
run: ./runtest.sh
|
||||||
|
required_packages:
|
||||||
|
- kmod-redhat-oracleasm
|
Loading…
Reference in New Issue
Block a user