Compare commits

...

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

8 changed files with 1669 additions and 2 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
SOURCES/20170701.tar.gz
libuninameslist-20091231.tar.bz2
/Version_0.3.20130501.zip
/0.5.20150701.tar.gz
/20160701.tar.gz
/20170319.tar.gz
/20170701.tar.gz

View File

@ -1 +0,0 @@
1d69ad60d3b6eb887fd5a98bfb9a9490f585f111 SOURCES/20170701.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}

File diff suppressed because it is too large Load Diff

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (20170701.tar.gz) = f2e1d9c23afe69e422b3128743120c5e5faef9d40cee9cbd3e255ada6b7a4c1a5252ded748b60a8c7091878df145809a53c5dff09d674085bcaa715fabdca003

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