2023-06-14 20:44:43 +00:00
|
|
|
summary: stratisd unit tests
|
|
|
|
|
|
|
|
prepare:
|
|
|
|
- name: Install packages
|
|
|
|
how: install
|
2023-07-28 03:05:51 +00:00
|
|
|
package:
|
|
|
|
- stratisd
|
|
|
|
- stratisd-tools
|
|
|
|
- util-linux
|
|
|
|
- python3-psutil
|
|
|
|
- python3-dbus
|
2023-06-14 20:44:43 +00:00
|
|
|
|
|
|
|
discover:
|
|
|
|
how: shell
|
|
|
|
url: https://github.com/stratis-storage/testing.git
|
2023-08-30 20:46:12 +00:00
|
|
|
ref: v3.5.3
|
2023-06-14 20:44:43 +00:00
|
|
|
tests:
|
|
|
|
- name: unit
|
|
|
|
test: python3 stratisd_cert.py -v
|
|
|
|
|
|
|
|
execute:
|
|
|
|
how: tmt
|