summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* minor fixes to template functionBrian Coca2014-11-251-4/+2
* Exception message changesToshio Kuratomi2014-11-251-3/+3
* Code for modules to perform more robust quoting of database identifiersToshio Kuratomi2014-11-241-0/+103
* Clean up the format of pull #9590Toshio Kuratomi2014-11-211-6/+12
* test_git: add tests for version=<sha1> caseRohan McGovern2014-11-211-0/+46
* Transform both values of a task name into a byte str prior to comparingToshio Kuratomi2014-11-192-3/+19
* Fix missing dep on parsing integration test for preparation roleJames Cammarata2014-11-192-5/+7
* Fix detection of fips mode in test_do_encrypt_md5Toshio Kuratomi2014-11-171-1/+1
* Split out various vars-related things to avoid merging too earlyJames Cammarata2014-11-173-18/+22
* Update apt test for newer version of test package and pull in an apt module fixToshio Kuratomi2014-11-141-1/+1
* Test install with wildcardMario de Frutos2014-11-141-0/+23
* Docker test does not require the mock moduleToshio Kuratomi2014-11-141-1/+0
* Unittest the get_split_image_tag function in the docker moduleToshio Kuratomi2014-11-141-0/+20
* added changed status to return when new early create check is triggered,Brian Coca2014-11-141-0/+1
* Add unittest for discrete functions in the apt moduleToshio Kuratomi2014-11-141-0/+42
* Make VaultEditor Tests compatible with FIPS modeToshio Kuratomi2014-11-123-12/+27
* Skip some md5 related unit tests when running in fips modeToshio Kuratomi2014-11-122-7/+33
* Remove second invocation of mysql_user integration testToshio Kuratomi2014-11-121-1/+0
* Disable pip test on FIPS enabled systems because pip unconditionally uses md5Toshio Kuratomi2014-11-121-1/+3
* Add a fips fact and use it for integration testsToshio Kuratomi2014-11-122-4/+4
* Do not fail on failure of md5 checksumming tests for non_destructiveToshio Kuratomi2014-11-112-4/+17
* Fix integration test to check for checksum, not md5sumToshio Kuratomi2014-11-061-1/+1
* Move from md5 to sha1 to work on fips-140 enabled systemsToshio Kuratomi2014-11-0612-58/+86
* Fix up all python3 issues that do not have to do with text/bytesToshio Kuratomi2014-10-281-0/+3
* Remove test case that wasn't reported as something git should doToshio Kuratomi2014-10-281-27/+0
* Test the git changes for the git module's recursive flagToshio Kuratomi2014-10-281-0/+143
* New test that newlines in systemd service scripts don't cause problemsToshio Kuratomi2014-10-222-2/+2
* Debian/Ubuntu doesn't have group nobody so remove the group portion of the ne...Toshio Kuratomi2014-10-211-3/+1
* Fix template module incorrectly handling mode when dest is a directoryToshio Kuratomi2014-10-211-3/+36
* Catch template syntax errors specifically when templating stringsJames Cammarata2014-10-203-2/+5
* Merge pull request #9346 from MiLk/test/shell-multilineJames Cammarata2014-10-201-0/+16
|\
| * Add integration test for the shell moduleEmilien Kenler2014-10-151-0/+16
* | Moved v2 tests for plugins to new locationJames Cammarata2014-10-162-91/+0
* | Updating unittests for v2 stuffJames Cammarata2014-10-152-0/+91
* | Move the v2 tests under the v2 treeToshio Kuratomi2014-10-159-499/+0
|/
* Python3 fixToshio Kuratomi2014-10-121-3/+3
* Python3 fixToshio Kuratomi2014-10-121-1/+3
* Update other asserts that have a py2.6 unittest methodToshio Kuratomi2014-10-123-51/+51
* Start converting asserts to self.assert*() so we get better error messagesToshio Kuratomi2014-10-112-9/+9
* add missing headers, rm the subtree of ansible/inventory as we wish to overha...Michael DeHaan2014-10-108-9/+128
* Fixing bad variable naming choicesJames Cammarata2014-10-102-5/+5
* Fixing item loop when undefined variable errors occur because of missing attr...James Cammarata2014-10-102-0/+38
* Adding v2 error line support, and testsJames Cammarata2014-10-092-0/+51
* Allow both old-style and new-style role dependencies to be valid.Toshio Kuratomi2014-10-091-0/+64
* This makes the module args parser more functional to eliminate side effects a...Michael DeHaan2014-10-081-9/+13
* Teaching objects to load themselves, making the JSON/YAML parsing ambidexterous.Michael DeHaan2014-10-085-12/+98
* Merge pull request #9286 from damncabbage/9008-undef-var-in-listJames Cammarata2014-10-081-0/+9
|\
| * Make listify respect the global setting for undefined variables.Rob Howard2014-10-081-0/+9
* | New v2 ModuleArgsParser code and fixing up tests/other task codeJames Cammarata2014-10-082-32/+35
|/
* Adding a negative test for new safe_loadJames Cammarata2014-10-071-0/+12