Fix gating tests
This commit is contained in:
parent
e033b87c0e
commit
9e058d9228
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -62,6 +62,9 @@ a2x -f manpage docs/stratis.txt
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-2
|
||||||
|
- Fix gating tests
|
||||||
|
|
||||||
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-1
|
* Sat Jul 30 2022 mulhern <amulhern@redhat.com> - 3.2.0-1
|
||||||
- Update to 3.2.0
|
- Update to 3.2.0
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
- simple:
|
- simple:
|
||||||
dir: ./testing/
|
dir: ./testing/
|
||||||
run: >
|
run: >
|
||||||
python3 stratisd_cli_cert.py -v
|
python3 stratis_cli_cert.py -v
|
||||||
required_packages:
|
required_packages:
|
||||||
- util-linux
|
- util-linux
|
||||||
- python3-psutil
|
- python3-psutil
|
||||||
|
Loading…
Reference in New Issue
Block a user