Brian Coca
c267e1906e
removed invocation from tests as it is only available on very very verbose mode
10 years ago
Chris Meyers
4b88cce6a1
update ansible_test_service checksum
10 years ago
James Cammarata
1910f23144
Merge pull request #12801 from chrismeyersfsu/fix-test_destructive_init
...
run correct init system tests
10 years ago
James Cammarata
9b22004540
Merge pull request #12795 from chrismeyersfsu/fix-test_destructive_mysql_user
...
remove module param quotes
10 years ago
Toshio Kuratomi
ce2b18174e
Merge pull request #12878 from ansible/invocation-fix
...
Invocation fix
10 years ago
Toshio Kuratomi
2e87c1f74e
Two fixes to action plugins
...
* Fix the task_vars parameter to not default to a mutable type (dict)
* Implement invocation in the base class's run() method have each action
module call the run() method's implemention in the base class.
* Return values from the action plugins' run() method takes the return
value from the base class run() method into account so that invocation
makes its way to the output.
Fixes #12869
10 years ago
James Cammarata
86de1429e5
Cleaning up FIXMEs
10 years ago
Toshio Kuratomi
ed6aa75d63
Add parsing test to travis to catch that invocation is missing
10 years ago
Toshio Kuratomi
6b6d03290a
Restore the automatic addition of invocation to the output
...
Revert "Remove auto-added invocation return value as it is not used by v2 and could leak sensitive data."
This reverts commit 6ce6b20268 .
Remove the note that invocation was removed as we've now restored it.
Revert "keyword not in ubuntu 14.04"
This reverts commit 5c01622457 .
Revert "remove invocation keyword check"
This reverts commit 5177cb3f74 .
10 years ago
Chris Meyers
6c265cde49
invoke systemd test for ubuntu >= 15.04 else invoke upstart test
10 years ago
Chris Meyers
f864fa8727
run systemd tests for fedora
10 years ago
Brian Coca
c1a404e6ec
Merge pull request #12799 from resmo/for-ansible
...
cloudstack: add tests for cs_loadbalancer_rule and _member
10 years ago
James Cammarata
2346a7f170
Merge pull request #12800 from chrismeyersfsu/fix-test_destructive_yum
...
remove invocation keyword check
10 years ago
James Cammarata
8baea3cba8
Merge pull request #12796 from chrismeyersfsu/fix-test_destructive_mysql_variables
...
fix up mysql variable assertion logic
10 years ago
Chris Meyers
d6dfd9f502
run correct init system tests
10 years ago
Chris Meyers
5177cb3f74
remove invocation keyword check
10 years ago
Rene Moser
bb5dcc00b6
cloudstack: add tests for cs_loadbalancer_rule and _member
10 years ago
James Cammarata
450c8d45c6
Merge pull request #12787 from chrismeyersfsu/fix-test_destructive_apt
...
keyword not in ubuntu 14.04
10 years ago
Chris Meyers
75833c248e
fix up mysql variable assertion logic
10 years ago
Chris Meyers
ce4e98a6d0
remove module param quotes
10 years ago
Chris Meyers
a0264983ad
remove non-existant state var
10 years ago
Chris Meyers
5c01622457
keyword not in ubuntu 14.04
10 years ago
=
e141101314
integration tests for ansible modules core 2147
10 years ago
James Cammarata
775486c9d6
Merge pull request #12589 from jemmyw/consul-http-checks
...
Update consul integration test with http checks
10 years ago
Rene Moser
9514ac860d
cloudstack: more integration tests
10 years ago
Chris Church
43b15ab9a4
Merge pull request #12385 from cchurch/winrm_put_empty_file
...
Enable winrm put_file to upload an empty file.
10 years ago
Chris Church
93af0b327f
Merge pull request #12384 from cchurch/powershell_strict_mode
...
Add PowerShell exception handling and turn on strict mode.
10 years ago
Chris Church
1d15e8f37a
Pass windows command as-is without splitting/rejoining parameters.
...
* Fixes extra spaces added between parameters from https://github.com/ansible/ansible-modules-core/issues/1929
* Correctly decode PowerShell command encoded as UTF-16-LE so that it displays correctly in debug messages, fixes the other issue from https://github.com/ansible/ansible-modules-core/issues/1929
* Add test to verify that script parameters are passed as-is, so $true is interpreted as a boolean, fixes https://github.com/ansible/ansible/issues/10947
10 years ago
Chris Church
87db5119ea
Merge pull request #12049 from cchurch/win_group_tests
...
Add integration tests for win_group module.
10 years ago
Chris Church
b44e02143a
Merge pull request #12050 from cchurch/test_win_msi_creates
...
Add tests for creates parameter to win_msi module.
10 years ago
James Cammarata
3f8e12d1f7
Merge pull request #12359 from cchurch/fetch_no_fail_on_missing
...
Fix fetch to not fail for missing file when fail_if_missing=False
10 years ago
Chris Church
6ab4cff7db
Enable winrm put_file to upload an empty file.
10 years ago
Chris Church
5c65ee7f0c
Add PowerShell exception handling and turn on strict mode.
...
* Add exception handling when running PowerShell modules to provide exception message and stack trace.
* Enable strict mode for all PowerShell modules and internal commands.
* Update common PowerShell code to fix strict mode errors.
* Fix an issue with Set-Attr where it would not replace an existing property if already set.
* Add tests for exception handling using modified win_ping modules.
10 years ago
Chris Church
15070e2af8
Merge pull request #11790 from brianlloyd/win_lineinfile
...
Integration tests for windows implementation of lineinfile
10 years ago
Chris Church
904b8ca27b
Update win_msi tests to specify msi url and paths via variables.
10 years ago
Chris Church
0300294f6e
Add tests for creates parameter to win_msi module.
10 years ago
Chris Church
260b9f648c
Fix fetch action plugin to not fail if file is missing and fail_if_missing=False (the default). Add tests to test_fetch role to verify it works as expected.
10 years ago
Rene Moser
f6382a160d
cloudstack: new integration test role test_cs_user
10 years ago
Marius Gedminas
9ae66a7f5c
Use 'except ... as' syntax in contrib/ and test/ too
10 years ago
James Cammarata
601a1cc6d9
Multiple fixes for include statements and blocks in general
...
Fixes #11981
Fixes #11995
Fixes #12039
Fixes #12077
10 years ago
Brian Coca
d6a1cbeefb
corrected varname that started with number and broke templating
10 years ago
Brian Coca
104b8a9a7b
avoid hostvars which is not a dict
10 years ago
Brian Coca
857d74a274
made diff ignore whitespace
10 years ago
Brian Coca
6da2587c36
Merge pull request #12058 from resmo/for-ansible
...
cloudstack: more integration tests and updates
10 years ago
James Cammarata
db65503778
Revert "Add PowerShell exception handling and turn on strict mode."
10 years ago
Rene Moser
69d5e62083
cloudstack: test_cs_account: account_state was renamed, fixes tests
10 years ago
Rene Moser
eb44f85dc8
cloudstack: test_cs_instance: make it more configurable
10 years ago
Rene Moser
15a7f818e1
cloudstack: add more integration tests
10 years ago
Chris Church
af9200c2de
Add integration tests for win_group module.
10 years ago
Chris Church
4b2cdadc98
Add PowerShell exception handling and turn on strict mode.
...
* Add exception handling when running PowerShell modules to provide exception message and stack trace.
* Enable strict mode for all PowerShell modules and internal commands.
* Update common PowerShell code to fix strict mode errors.
* Fix an issue with Set-Attr where it would not replace an existing property if already set.
* Add tests for exception handling using modified win_ping modules.
10 years ago