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:
Bryan Gurney 2022-07-01 14:46:33 -04:00
parent c7eaed86d3
commit e0ab46ca72
2 changed files with 10 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Name: stratisd Name: stratisd
Version: 3.1.0 Version: 3.1.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Daemon that manages block devices to create filesystems Summary: Daemon that manages block devices to create filesystems
# ASL 2.0 # ASL 2.0
@ -146,6 +146,9 @@ a2x -f manpage docs/stratisd.txt
%{_systemd_util_dir}/system-generators/stratis-setup-generator %{_systemd_util_dir}/system-generators/stratis-setup-generator
%changelog %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 * Wed Jun 22 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-4
- Add gating test - Add gating test

View File

@ -8,11 +8,15 @@
- simple: - simple:
dir: ./testing/ dir: ./testing/
run: > run: >
python stratisd_cert.py -v python3 stratisd_cert.py -v
StratisdManPageCertify
StratisdCmdCertify
PredictusageCertify
StratisMinCertify
required_packages: required_packages:
- util-linux - util-linux
- python3-psutil - python3-psutil
repositories: repositories:
- repo: "https://github.com/stratis-storage/testing.git" - repo: "https://github.com/stratis-storage/testing.git"
dest: "testing" dest: "testing"
version: "v3.1.1" version: "v3.1.2"