8c499619ea
Resolves: RHEL-59994 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
18 lines
322 B
Plaintext
18 lines
322 B
Plaintext
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
|
|
ref: v3.7.1
|
|
tests:
|
|
- name: unit
|
|
test: python3 stratis_cli_cert.py -v
|
|
|
|
execute:
|
|
how: tmt
|