Amend tmt specification
This commit is contained in:
parent
2d9947b9d3
commit
dcb657dc86
@ -1,7 +1,8 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-*
|
- fedora-*
|
||||||
decision_context: bodhi_update_push_stable
|
decision_contexts:
|
||||||
|
- bodhi_update_push_stable
|
||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/unit.functional}
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
summary: unit tests
|
summary: unit tests
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
|
- name: Install make
|
||||||
|
how: install
|
||||||
|
package: make
|
||||||
- name: Install package
|
- name: Install package
|
||||||
how: install
|
how: install
|
||||||
package: python-dbus-python-client-gen
|
package: python-dbus-python-client-gen
|
||||||
@ -9,6 +12,9 @@ discover:
|
|||||||
how: shell
|
how: shell
|
||||||
url: https://github.com/stratis-storage/dbus-python-client-gen
|
url: https://github.com/stratis-storage/dbus-python-client-gen
|
||||||
ref: v0.8.2
|
ref: v0.8.2
|
||||||
|
tests:
|
||||||
|
- name: unit
|
||||||
|
test: make test
|
||||||
|
|
||||||
execute:
|
execute:
|
||||||
script: make test
|
how: tmt
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.8.2
|
Version: 0.8.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Python Library for Generating dbus-python Client Code
|
Summary: Python Library for Generating dbus-python Client Code
|
||||||
|
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -42,6 +42,9 @@ Python 3 version.
|
|||||||
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
|
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-3
|
||||||
|
- Amend tmt specification
|
||||||
|
|
||||||
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-2
|
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-2
|
||||||
- Use tmt format testing specification
|
- Use tmt format testing specification
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user