diff options
-rw-r--r-- | ansible/site.yml | 14 | ||||
-rw-r--r-- | tox.ini | 1 |
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 @@ -38,6 +38,7 @@ commands = basepython = python2.7 files = .travis.yml + ansible xtesting/ci commands = yamllint -s {[testenv:yamllint]files} |