stratis-cli/tests/tests.yml
Bryan Gurney a02012ad84 Update to version 3.4.0
- Update to version 3.4.0
- Resolves: rhbz#2124977
- Return no-op on overprovision command on error
- Resolves: rhbz#2131934
- Return error on init-cache if cache is present
- Resolves: rhbz#2141223

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2022-11-23 13:24:42 -05: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.4.0"