c291f57e3a
- Rename the "integration-tests" role to "ara_tests" in order to be in line with the other roles - Add an "ansible-integration" tox environment which takes care of installing Ansible and running a playbook which includes the ara_tests role. - Add docs and improve existing docs Change-Id: I0d272744bb27f2c923ef992d1b64de0032849f0e
6 lines
86 B
YAML
6 lines
86 B
YAML
- name: Run ARA smoke tests
|
|
hosts: all
|
|
gather_facts: yes
|
|
roles:
|
|
- ara_tests
|