stratisd/tests/tests.yml
Bryan Gurney 16543d516f Update to 3.4.1
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2022-11-29 10:13:08 -05:00

19 lines
394 B
YAML

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