stratis-cli/tests/tests.yml
Bryan Gurney 0846982461 Add the ability to stop and start pools
Also update the gating test configuration to only run tests that do
not require block devices or D-Bus.

Resolves: rhbz#2105061

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2022-07-08 12:00:50 -04:00

21 lines
470 B
YAML

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