Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/hs-dbus-signature-0.05.tar.gz
|
||||
/hs-dbus-signature-0.05.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
9cc93ddcfbbdf158e6a260108e75184b7d534228 SOURCES/hs-dbus-signature-0.05.tar.gz
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# python-hs-dbus-signature
|
||||
|
||||
The python-hs-dbus-signature package
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (hs-dbus-signature-0.05.tar.gz) = a28919ae8ca3222155b65bc751e9900ba9fe1428726ce4eafcd7a9193c51ce8858a2be7d6028c4aab944e3908a4bd126f38c5ebd93748f26232df0a003aa5cd2
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- always
|
||||
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- python3-hs-dbus-signature
|
||||
- python3-pytest
|
||||
- python3-hypothesis
|
||||
tests:
|
||||
- simple:
|
||||
dir: ./
|
||||
run: py.test-3 source/tests -rsx -v
|
||||
|
Loading…
Reference in New Issue
Block a user