ara/playbooks/ara_tests.yaml
David Moreau Simard c291f57e3a
Streamline integration test role and make it easier to run
- 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
2019-03-26 12:54:46 -04:00

6 lines
86 B
YAML

- name: Run ARA smoke tests
hosts: all
gather_facts: yes
roles:
- ara_tests