2021-07-29 21:21:27 +00:00
|
|
|
---
|
|
|
|
- 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"
|
2022-05-26 18:04:33 +00:00
|
|
|
version: "v3.1.0"
|