Add basic sanity tests

This commit is contained in:
Lukas Vrabec 2019-04-25 13:49:36 +02:00
parent 4aea2395ce
commit 94598a163f
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06

14
tests/tests.yml Normal file
View 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