Compare commits

...

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

7 changed files with 27 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/rpmfluff-0.5.7.1.tar.xz
/rpmfluff-0.5.7.1.tar.xz

View File

@ -1 +0,0 @@
e70b13bb334c3afecfc3b1f79575c612856bc40d SOURCES/rpmfluff-0.5.7.1.tar.xz

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 (rpmfluff-0.5.7.1.tar.xz) = 31c6e3ba2c7a62329aabcf15f428401d51c1d3556baf7b9ad255a62f67978c8be053374f575fd4f3d99166b0f46f5fdd1f88a099edb801479660c97830df68c9

3
tests/scripts/run_tests.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
set -eux
python3 /usr/lib/python3.6/site-packages/rpmfluff.py

16
tests/tests.yml Normal file
View File

@ -0,0 +1,16 @@
---
# Run a simple test
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- python36
- gcc
tests:
- simple:
dir: scripts
run: ./run_tests.sh