stratisd/tests/tests.yml
Bryan Gurney a829a91a08 Update to 3.5.0
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2023-01-24 16:11:53 -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.5.0"