e0ab46ca72
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>
23 lines
522 B
YAML
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"
|