12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
discover:
|
||
|
- name: Smoke tests
|
||
|
how: shell
|
||
|
tests:
|
||
|
- name: import works
|
||
|
test: python3 -c 'import six'
|
||
|
require:
|
||
|
- python3-six
|
||
|
duration: 1m
|
||
|
execute:
|
||
|
how: tmt
|