diff --git a/README.md b/README.md new file mode 100644 index 0000000..9198451 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-hs-dbus-signature + +The python-hs-dbus-signature package \ No newline at end of file diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..805e877 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..b62aa59 --- /dev/null +++ b/tests/tests.yml @@ -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 +