From e0ab46ca724929d164df150b703f6754ba20b58c Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 1 Jul 2022 14:46:33 -0400 Subject: [PATCH] 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 --- stratisd.spec | 5 ++++- tests/tests.yml | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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"