From 166d423c82844135e578bce67c6c9e859adc87a6 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sat, 1 May 2021 12:12:37 +0530 Subject: [PATCH] Add CI tests --- tests/tests.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..f26a7ad --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + required_packages: + - sed + - autotrace + # Fetch tests from GitHub upstream. + repositories: + - repo: https://github.com/autotrace/autotrace.git + dest: autotrace + tests: + - unittests: + dir: autotrace/tests + run: AUTOTRACE=/usr/bin/autotrace sh ./runtests.sh