diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..8b4d3a1 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,15 @@ +- hosts: localhost + roles: + - role: standard-test-source + tags: + - classic + - role: standard-test-basic + tags: + - classic + tests: + - smoke: + dir: source/tests + run: TEST_INSTALLED=1 pytest-3 + required_packages: + - python3-pytest + - dbus-daemon