stratisd/tests/tests.yml
Bryan Gurney 3b2eb18155 Update to version 3.5.5
- Update to version 3.5.5
- Resolves: rhbz#2167463
- Take into account the sector size of crypt devices
- Resolves: rhbz#2170318
- Add stratisd-tools package with stratis-dumpmetadata program
- Resolves: rhbz#2173726
- Support key description key in kernel keyring
- Resolves: rhbz#2038492

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2023-05-16 15:52:39 -04:00

19 lines
394 B
YAML

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