stratis-cli/tests/tests.yml

19 lines
397 B
YAML
Raw Normal View History

2022-07-30 16:37:48 +00:00
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./testing/
run: >
2022-07-30 17:18:05 +00:00
python3 stratis_cli_cert.py -v
2022-07-30 16:37:48 +00:00
required_packages:
- util-linux
- python3-psutil
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.2.0"