Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.

This commit is contained in:
Michael DeHaan 2014-02-13 18:28:29 -05:00
parent 6c3b4570d7
commit c91ceddfac
20 changed files with 290 additions and 2 deletions

7
test/README.md Normal file
View file

@ -0,0 +1,7 @@
Legacy tests
============
These tests are active but are being refactored.
See 'new_tests' directory for what will soon replace them.