stratisd/tests/tests.yml
Bryan Gurney e0ab46ca72 Refine gating tests to minimal set
Only run the gating tests that do not start stratisd and do not
attempt to access it over D-Bus.

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2022-07-01 16:02:34 -04:00

23 lines
522 B
YAML

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