Add basic sanity tests
This commit is contained in:
parent
4aea2395ce
commit
94598a163f
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
- container
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- python3
|
||||
tests:
|
||||
- smoke:
|
||||
dir: ./source/tests
|
||||
run: python3 -m unittest
|
Loading…
Reference in New Issue
Block a user