stratis-cli/tests/tests.yml
Bryan Gurney 001ddc5d3b Update to version 3.1.0
- Revise stratis-cli.spec file to unified format
- Add rpminspect.yaml file

Resolves: rhbz#2039947

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

22 lines
480 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./testing/
run: >
python stratis_cli_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"