15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
|
summary: unit tests
|
||
|
|
||
|
prepare:
|
||
|
- name: Install package
|
||
|
how: install
|
||
|
package: python-dbus-python-client-gen
|
||
|
|
||
|
discover:
|
||
|
how: shell
|
||
|
url: https://github.com/stratis-storage/dbus-python-client-gen
|
||
|
ref: v0.8.2
|
||
|
|
||
|
execute:
|
||
|
script: make test
|