From a91908e5678397a466060aa614081974a4a36455 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 8 Nov 2016 23:07:44 +0100 Subject: tests: updated --- tests/files/ansible/testrunner-config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/files/ansible/testrunner-config.yml (limited to 'tests/files/ansible/testrunner-config.yml') diff --git a/tests/files/ansible/testrunner-config.yml b/tests/files/ansible/testrunner-config.yml new file mode 100644 index 000000000..e9cf497f6 --- /dev/null +++ b/tests/files/ansible/testrunner-config.yml @@ -0,0 +1,12 @@ +--- +- name: preparing and running tests + # testing + # hosts: all + # live + hosts: tag_Name_test_runner + + # TODO use the right user for configuring, until credentials set, stay with default vagrant user + remote_user: ubuntu + + roles: + - testrunner -- cgit v1.2.3