Rework tests directory

Simple clean up to prepare for tox support

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-20 16:57:28 -05:00
parent 29a73c8a9e
commit f367b9a838
4 changed files with 8 additions and 9 deletions

View File

@ -1 +1,2 @@
localhost
[all]
localhost ansible_connection=local

6
tests/test.yaml Normal file
View File

@ -0,0 +1,6 @@
---
- hosts: localhost
vars:
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
roles:
- "{{ rolename }}"

View File

@ -1,4 +0,0 @@
---
- hosts: localhost
roles:
- ansible-role-zuul

View File

@ -1,4 +0,0 @@
---
- hosts: localhost
roles:
- { role: ansible-role-zuul, zuul_install_method: 'pip' }