Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
SOURCES/dbus-client-gen-0.4.tar.gz
|
||||
/dbus-client-gen-0.2.tar.gz
|
||||
/dbus-client-gen-0.3.tar.gz
|
||||
/dbus-client-gen-0.4.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
df5a3f9dd1bdb942ad1bb454c16df927945648aa SOURCES/dbus-client-gen-0.4.tar.gz
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# python-dbus-client-gen
|
||||
|
||||
The python-dbus-client-gen 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}
|
||||
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (dbus-client-gen-0.4.tar.gz) = 801165d75afb244fd4f96e2beb9b48e79bafbfa1a6083991e6439b5a964021069a018488e26cef749a33305c92898701ca9e2a66e317f6dfa1f66f2299c2f750
|
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- always
|
||||
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- python3-dbus-client-gen
|
||||
- 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