aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ansible/site.yml14
-rw-r--r--tox.ini1
2 files changed, 15 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
new file mode 100644
index 00000000..24b2ac93
--- /dev/null
+++ b/ansible/site.yml
@@ -0,0 +1,14 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ suites:
+ - repo: opnfv
+ container: xtesting
+ tag: gambia
+ tests:
+ - first
+ - second
+ - third
+ - fourth
+ - fifth
diff --git a/tox.ini b/tox.ini
index ce3e958c..e76005b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,6 +38,7 @@ commands =
basepython = python2.7
files =
.travis.yml
+ ansible
xtesting/ci
commands =
yamllint -s {[testenv:yamllint]files}