forked from rpms/stratis-cli
001ddc5d3b
- Revise stratis-cli.spec file to unified format - Add rpminspect.yaml file Resolves: rhbz#2039947 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
22 lines
480 B
YAML
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"
|