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