ansible/test
Matt Clay fde8c9b4ef Pin httptester SHA.
(cherry picked from commit 8232c95f42)
2018-03-20 07:14:54 -07:00
..
compile Use lint friendly output for python syntax checks. (#22390) 2017-03-07 20:27:50 -08:00
integration Fix uri test on Python 2.6. 2018-03-19 23:15:16 -07:00
results
runner Pin httptester SHA. 2018-03-20 07:14:54 -07:00
sanity WIP: Resolve CI issues for stable-2.3. (#32605) 2017-11-06 17:32:47 -08:00
units Ensure that the become password is written on py3 in the ssh connection plugin. Fixes #34727 2018-01-18 09:33:24 -08:00
utils Use vyos/1.1.8 in CI. 2017-11-22 10:16:13 -08:00
README.md

Ansible Test System

Folders

units

Unit tests that test small pieces of code not suited for the integration test layer, usually very API based, and should leverage mock interfaces rather than producing side effects.

Playbook engine code is better suited for integration tests.

Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib nose pytest mock

integration

Integration test layer, constructed using playbooks.

Some tests may require cloud credentials, others will not, and destructive tests are separated from non-destructive so a subset can be run on development machines.

learn more

hop into a subdirectory and see the associated README.md for more info.