Add gating test
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
46e600b8c8
commit
c7eaed86d3
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
|
* Wed Jun 22 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-4
|
||||||
|
- Add gating test
|
||||||
|
|
||||||
* Mon Jun 06 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-3
|
* Mon Jun 06 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-3
|
||||||
- Remove buildhost_subdomain section from rpminspect.yaml
|
- Remove buildhost_subdomain section from rpminspect.yaml
|
||||||
|
|
||||||
|
4
tests/provision.fmf
Normal file
4
tests/provision.fmf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
standard-inventory-qcow2:
|
||||||
|
qemu:
|
||||||
|
m: 3G # Amount of VM memory
|
18
tests/tests.yml
Normal file
18
tests/tests.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: ./testing/
|
||||||
|
run: >
|
||||||
|
python stratisd_cert.py -v
|
||||||
|
required_packages:
|
||||||
|
- util-linux
|
||||||
|
- python3-psutil
|
||||||
|
repositories:
|
||||||
|
- repo: "https://github.com/stratis-storage/testing.git"
|
||||||
|
dest: "testing"
|
||||||
|
version: "v3.1.1"
|
Loading…
Reference in New Issue
Block a user