bb49a46b38
- Update to version 3.4.0 - Resolves: rhbz#2124976 - Allow a pool to make use of added capacity of a block device - Resolves: rhbz#2039955 - Enforce per-pool consistency of block device sector sizes - Resolves: rhbz#2039957 - Do not read data from device specified in udev remove event - Resolves: rhbz#2124681 - Specify pool to start by its name - Resolves: rhbz#2125012 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
19 lines
394 B
YAML
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.4.0"
|