stratis-cli/tests/tests.yml
2022-02-27 13:16:19 -05:00

20 lines
351 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./
run: >
RUST_LOG=stratisd=debug
STRATISD=/usr/libexec/stratisd
make -f source/Makefile dbus-tests
required_packages:
- make