mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
530 B
Markdown
23 lines
530 B
Markdown
11 years ago
|
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.
|
||
|
|