summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix backslash escaping inside of jinja2 expressionsToshio Kuratomi2015-08-311-0/+85
* Fix unit tests broken by 057712c1James Cammarata2015-08-281-1/+3
* galaxy fixesBrian Coca2015-08-281-0/+4
* Fix assert statement syntaxMarius Gedminas2015-08-271-2/+2
* Use 0oNNN octal syntax in test/Marius Gedminas2015-08-271-12/+12
* Support print() function in test/Marius Gedminas2015-08-274-5/+5
* Use 'except ... as' syntax in contrib/ and test/ tooMarius Gedminas2015-08-274-5/+5
* Update Vault tests to make sure AES decryption worksAbhijit Menon-Sen2015-08-271-2/+3
* Make the filename the first argument to rekey_fileAbhijit Menon-Sen2015-08-261-1/+1
* Update tests for VaultEditor API changesAbhijit Menon-Sen2015-08-261-9/+9
* Multiple fixes for include statements and blocks in generalJames Cammarata2015-08-261-8/+3
* Add unicode characters to the data that we're testing that ansible-vault can ...Toshio Kuratomi2015-08-251-5/+8
* Merge pull request #12075 from ansible/fix-vault-unicodeToshio Kuratomi2015-08-251-5/+5
|\
| * Unicode and other fixes for vaultfix-vault-unicodeToshio Kuratomi2015-08-251-5/+5
* | changed no_log expected type to new valueBrian Coca2015-08-251-1/+1
* | used stdoutlines list to avoid string mismatchesBrian Coca2015-08-251-6/+19
* | added names to assert tasks for easier debuggingBrian Coca2015-08-241-10/+14
* | corrected varname that started with number and broke templatingBrian Coca2015-08-241-2/+2
* | avoid hostvars which is not a dictBrian Coca2015-08-241-1/+1
* | made diff ignore whitespaceBrian Coca2015-08-241-1/+1
|/
* Merge pull request #12058 from resmo/for-ansibleBrian Coca2015-08-2414-33/+434
|\
| * cloudstack: test_cs_account: account_state was renamed, fixes testsRene Moser2015-08-231-11/+11
| * cloudstack: test_cs_instance: make it more configurableRene Moser2015-08-233-21/+19
| * cloudstack: add more integration testsRene Moser2015-08-2310-1/+404
* | Revert "Add PowerShell exception handling and turn on strict mode."revert-12047-powershell_common_cleanupJames Cammarata2015-08-236-216/+0
|/
* Merge pull request #12047 from cchurch/powershell_common_cleanupBrian Coca2015-08-236-0/+216
|\
| * Add PowerShell exception handling and turn on strict mode.Chris Church2015-08-226-0/+216
* | Fix a parsing bug that prevents IPv6 addresses from being used with `add_host`Ryan Petrello2015-08-231-0/+47
|/
* added test for environment directiveBrian Coca2015-08-212-1/+56
* Don't convert nulls to strings.Feanil Patel2015-08-192-0/+3
* cloudstack: fix tests unhashable type: 'dict'Rene Moser2015-08-194-4/+4
* cloudstack: tests: use resource_prefixRene Moser2015-08-191-0/+2
* changed mod_args test to match connectionBrian Coca2015-08-191-3/+3
* fixed test to new parser optionsBrian Coca2015-08-181-1/+1
* sequence will now run once for start=end, added test to suiteBrian Coca2015-08-181-1/+7
* Merge pull request #11975 from mutemule/become_doasBrian Coca2015-08-171-0/+6
|\
| * Add become support for OpenBSD doasDamian Gerow2015-08-171-0/+6
* | fixed typoBrian Coca2015-08-161-1/+1
* | fixed test to match new exception class usedBrian Coca2015-08-161-4/+2
|/
* fixed test to match new become outputBrian Coca2015-08-151-2/+2
* corrected on delete alsoBrian Coca2015-08-131-1/+1
* corrected role pathBrian Coca2015-08-131-1/+1
* now creates/removes files/ dirBrian Coca2015-08-131-0/+4
* fixed testplay host, included lookup path tests in all, added stage for easi...Brian Coca2015-08-123-8/+8
* added lookup paths testingBrian Coca2015-08-124-0/+84
* Merge pull request #11078 from Yannig/develBrian Coca2015-08-073-0/+69
|\
| * Merge remote-tracking branch 'ansible/devel' into develYannig Perré2015-08-05171-3473/+6560
| |\
| * | Add documentation for the ini lookup plugin.Yannig Perré2015-08-052-2/+12
| * | When value does not exist, return default value instead of stopping ansible w...Yannig Perré2015-08-051-1/+2
| * | New lookup plugin : ini. Can handle ini file and java properties file.Yannig Perre2015-05-273-0/+58