From 4f3f881c9be0b590e6e28fda295257e8d15d5f02 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 2 Mar 2015 16:36:34 +0100 Subject: removed tests --- tests/files/ansible/testrunner-config.yml | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100644 index e9cf497f6..000000000 --- a/tests/files/ansible/testrunner-config.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- 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