stratisd/tests/tests.yml
Bryan Gurney 13fd87d51f Update to version 3.1.0
- Revise stratisd.spec file to unified format
- Remove old rust2rpm config file
- Add rpminspect.yaml file

Resolves: rhbz#2039946

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2022-06-01 15:00:02 -04:00

22 lines
477 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./testing/
run: >
python stratisd_cert.py -v
--disk /dev/vdb
--disk /dev/vdc
--disk /dev/vdd
required_packages:
- util-linux
- python3-psutil
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.1.0"