ansible/tests_new
Richard C Isaacson 172f634e36 Further updates to the file tests.
Also change the mode of test.sh to now be u+x
2014-02-19 17:40:04 -05:00
..
integration Further updates to the file tests. 2014-02-19 17:40:04 -05:00
units Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier. 2014-02-13 18:28:29 -05:00
README.md Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier. 2014-02-13 18:28:29 -05:00

Ansible Test System

Folders

unit

New and approved unit tests, that test small pieces of code not suited for the integration test layer

Not yet ready for pull requests. Opening this up soon.

integration

New integration test layer, constructed using playbooks.

Not yet ready for pull requests. Opening this up soon.

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