Refine gating tests to minimal set
Only run the gating tests that do not start stratisd and do not attempt to access it over D-Bus. Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
c7eaed86d3
commit
e0ab46ca72
@ -5,7 +5,7 @@
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.1.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
# ASL 2.0
|
||||
@ -146,6 +146,9 @@ a2x -f manpage docs/stratisd.txt
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Fri Jul 01 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-5
|
||||
- Refine gating tests to minimal set
|
||||
|
||||
* Wed Jun 22 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-4
|
||||
- Add gating test
|
||||
|
||||
|
@ -8,11 +8,15 @@
|
||||
- simple:
|
||||
dir: ./testing/
|
||||
run: >
|
||||
python stratisd_cert.py -v
|
||||
python3 stratisd_cert.py -v
|
||||
StratisdManPageCertify
|
||||
StratisdCmdCertify
|
||||
PredictusageCertify
|
||||
StratisMinCertify
|
||||
required_packages:
|
||||
- util-linux
|
||||
- python3-psutil
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.1.1"
|
||||
version: "v3.1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user