Compare commits

...

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

7 changed files with 37 additions and 2 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/0.3.20150131.tar.gz
libspiro_src-20071029.tar.bz2
/v0.2.tar.gz
/0.3.20150131.tar.gz

View File

@ -1 +0,0 @@
fd897b4ae9640de9d395f4c037dd6ff779c1e8ca SOURCES/0.3.20150131.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 (0.3.20150131.tar.gz) = 54a6404eecd6e4a30df013c6b679451e07be14f901bcbd90c316ceaaef569e175bef3ee8774b0f97d458bb4a102d3722fadf80894052f4c3c263aef32a63361a

5
tests/smoke/runtest.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd ../source
autoreconf -i
automake --foreign -Wall
./configure && make check

22
tests/tests.yml Normal file
View File

@ -0,0 +1,22 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- autoconf
- automake
- libtool
- m4
- gcc
- sed
- make