18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
|
summary: stratisd unit tests
|
||
|
|
||
|
prepare:
|
||
|
- name: Install packages
|
||
|
how: install
|
||
|
package: [stratisd, stratisd-tools, util-linux, python3-psutil]
|
||
|
|
||
|
discover:
|
||
|
how: shell
|
||
|
url: https://github.com/stratis-storage/testing.git
|
||
|
ref: v3.5.2
|
||
|
tests:
|
||
|
- name: unit
|
||
|
test: python3 stratisd_cert.py -v
|
||
|
|
||
|
execute:
|
||
|
how: tmt
|