Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
SOURCES/justbytes-0.14.tar.gz
|
/justbytes-0.6.tar.gz
|
||||||
|
/justbytes-0.7.tar.gz
|
||||||
|
/justbytes-0.10.tar.gz
|
||||||
|
/justbytes-0.11.tar.gz
|
||||||
|
/justbytes-0.14.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
b006578ffc3878f48320e4bd02af0aff193b3a3b SOURCES/justbytes-0.14.tar.gz
|
|
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 (justbytes-0.14.tar.gz) = e9fa700e835b76d08536f0991664e22d38fcb4ba5909e37b67fba31575a7531803a0dce9d201fb97a72376c084fa2891ed58b7de1b1dd96a0ec874eb01ee4f9b
|
18
tests/tests.yml
Normal file
18
tests/tests.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- python3-pytest
|
||||||
|
- python3-hypothesis
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: ./
|
||||||
|
run: py.test-3 source/tests -rsx -v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user