2021-07-29 21:21:27 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tests:
|
|
|
|
- simple:
|
|
|
|
dir: ./testing/
|
|
|
|
run: >
|
2022-08-01 12:44:58 +00:00
|
|
|
python3 stratisd_cert.py -v
|
2021-07-29 21:21:27 +00:00
|
|
|
required_packages:
|
|
|
|
- util-linux
|
|
|
|
- python3-psutil
|
|
|
|
repositories:
|
|
|
|
- repo: "https://github.com/stratis-storage/testing.git"
|
|
|
|
dest: "testing"
|
2022-07-08 14:24:50 +00:00
|
|
|
version: "v3.2.0"
|