Compare commits
No commits in common. "imports/c8-beta/python-into-dbus-python-0.06-2.el8" and "c8s" have entirely different histories.
imports/c8
...
c8s
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/into-dbus-python-0.06.tar.gz
|
||||
/into-dbus-python-0.06.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
754d40a6bd829607436d473ede6a01ef31ebe839 SOURCES/into-dbus-python-0.06.tar.gz
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# python-into-dbus-python
|
||||
|
||||
The python-into-dbus-python 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 (into-dbus-python-0.06.tar.gz) = 1ed28b5fbc9914f90731a7d37a683d1dd48da6464b7058fde64a15173df5aceb883b3524bbb42025be7162cef2a75c8e4a273de020955a9726299e8d84e933bd
|
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-hs-dbus-signature
|
||||
- python3-into-dbus-python
|
||||
- python3-pytest
|
||||
- python3-hypothesis
|
||||
tests:
|
||||
- simple:
|
||||
dir: ./
|
||||
run: py.test-3 source/tests -rsx -v
|
||||
|
Loading…
Reference in New Issue
Block a user