Fix gating tests

This commit is contained in:
mulhern 2022-07-30 13:18:05 -04:00
parent e033b87c0e
commit 9e058d9228
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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