aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/testrunner-config.yml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-22 07:37:58 +0800
committerobscuren <geffobscura@gmail.com>2015-01-22 07:37:58 +0800
commit4df2e1ef5c20ebd7004a595de7e6a032699106ad (patch)
tree9b9f06036d2d0fa7771f69aaf29c011628346816 /tests/files/ansible/testrunner-config.yml
parent67f9783e6a0fa5613a031e05549b92adbee57399 (diff)
downloaddexon-4df2e1ef5c20ebd7004a595de7e6a032699106ad.tar.gz
dexon-4df2e1ef5c20ebd7004a595de7e6a032699106ad.tar.zst
dexon-4df2e1ef5c20ebd7004a595de7e6a032699106ad.zip
updated tests
Diffstat (limited to 'tests/files/ansible/testrunner-config.yml')
-rw-r--r--tests/files/ansible/testrunner-config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/files/ansible/testrunner-config.yml b/tests/files/ansible/testrunner-config.yml
new file mode 100644
index 000000000..0304883f1
--- /dev/null
+++ b/tests/files/ansible/testrunner-config.yml
@@ -0,0 +1,12 @@
+---
+- name: preparing and running tests
+ # testing
+ hosts: all
+ # live
+ # hosts: TBD
+
+ # TODO use the right user for configuring, until credentials set, stay with default vagrant user
+ # remote_user: ubuntu
+
+ roles:
+ - testrunner