diff --git a/stratisd.spec b/stratisd.spec index 85faa3c..54035de 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -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 - 3.1.0-5 +- Refine gating tests to minimal set + * Wed Jun 22 2022 Bryan Gurney - 3.1.0-4 - Add gating test diff --git a/tests/tests.yml b/tests/tests.yml index 072c76d..0163f15 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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"