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