2023-06-14 21:34:11 +00:00
|
|
|
summary: stratis-cli unit tests
|
|
|
|
|
|
|
|
prepare:
|
|
|
|
- name: Install package
|
|
|
|
how: install
|
|
|
|
package: [stratis-cli, util-linux, python3-psutil]
|
|
|
|
|
|
|
|
discover:
|
|
|
|
how: shell
|
|
|
|
url: https://github.com/stratis-storage/testing.git
|
2023-10-25 17:31:02 +00:00
|
|
|
ref: v3.6.0
|
2023-06-14 21:34:11 +00:00
|
|
|
tests:
|
|
|
|
- name: unit
|
|
|
|
test: python3 stratis_cli_cert.py -v
|
|
|
|
|
|
|
|
execute:
|
|
|
|
how: tmt
|