nitzmahone
7aa39981c4
fix setup test for renamed windows fact
10 years ago
James Cammarata
153133132d
Updating tests for new module feature for remote_src in unarchive
...
Fixes #10218
10 years ago
Matt Clay
0ada7eae5e
Add test tags for shell and command modules.
10 years ago
=
3c66caa058
fix win_msi tests by setting wait: true on all win_msi tasks.
...
I suspect this problem was masked previously as older versions of pywinrm
where significantly slower, allowing more time for the windows installer service to complete.
10 years ago
Matt Clay
bbffa0a0e9
Add tags for modules without dedicated test roles.
10 years ago
James Cammarata
cd4412016a
Updating integration tests for async testing
10 years ago
Matt Davis
30c63a41e9
Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaults
...
fix default/main.yml to defaults/main.yml
10 years ago
Matt Clay
9a6b8ab271
Add more tags to test_async role.
10 years ago
Robin Roth
d0ccedc617
Fix git shallow update ( #16224 )
...
* add git shallow fetch test
covers https://github.com/ansible/ansible-modules-core/issues/3782
updating a repo with depth=1 fails silently if version==HEAD
* raise git version support supporting depth to 1.9.1
10 years ago
Robin Roth
8021adfe97
use git-core ppa instead of menulibre
...
menulibre is no longer actively maintained and does not support 16.04
10 years ago
Robin Roth
a5e394d23a
reenable apt_repository tests in ubuntu 16.04
...
fixes #15718
10 years ago
matsu-chara
9f8b0cabcd
fix default/main.yml to defaults/main.yml
10 years ago
Matt Clay
4e369a31db
Fix test_async. ( #16552 )
...
* Conditionally run test_async in docker containers.
* Revise test_async test.
10 years ago
Matt Clay
292785ff2b
Parse async response in async action. ( #16534 )
...
* Parse async response in async action.
* Add async test for non-JSON data before module output.
* Fix existing async unit test.
Resolves #16156
10 years ago
Abhijit Menon-Sen
950cc26aab
Use loop_control.loop_var directly
...
6eefc11c converted task.loop_control into an object, but while the other
callers were updated to use .loop_var instead of .get('loop_var'), this
site was overlooked.
This can be reproduced by including with loop_control a file that does
set_fact; a simple regression test along these lines is included.
10 years ago
Matt Clay
394430a61e
Switch test_lookups to badssl/local testing. ( #16466 )
...
* Switch test_lookups to badssl/local testing.
* Use var for checking badssl host content.
10 years ago
Pilou
b361bf90d7
Lookup password omit salt ( #16361 )
...
* Lookup unencrypted password must not include salt
* Integration test lookup: remove previous directory
* Test that lookup password doesn't return salt
* Lookup password: test behavior with empty encrypt parameter
Closes #16189
10 years ago
nitzmahone
1f92ade584
add integration test to assert included tasks run in proper order
10 years ago
jctanner
b7f9037b5b
Add test for multi-options in authorized_key ( #16375 )
...
Addresses https://github.com/ansible/ansible-modules-core/issues/1715
10 years ago
nitzmahone
7bc3be64ae
fix win_setup integration test to match fact name
10 years ago
=
9857af2b6e
added further tests for win_regedit to cover the changes made
...
under https://github.com/ansible/ansible-modules-extras/pull/2436
10 years ago
jctanner
3b3ab605f6
Add a get_url test for www.google.com ( #16212 )
...
Add a get_url test for www.google.com
Addresses #16191
10 years ago
Toshio Kuratomi
872f3c5503
Revert "Add git shallow fetch test ( #16055 )" -- Broke integration tests:
...
https://app.shippable.com/runs/57599a7897ae890c00c2898d
This reverts commit e81f14ab48 .
10 years ago
Robin Roth
e81f14ab48
Add git shallow fetch test ( #16055 )
...
* add git shallow fetch test
covers https://github.com/ansible/ansible-modules-core/issues/3782
updating a repo with depth=1 fails silently if version==HEAD
* disable git shallow tests for old git versions
Older git versions don't treat the --depth option correctly.
While the git module tried to work around this and introduced subtle
bugs, ansible/ansible-modules-core#3794 falls back to full checkouts.
Don't run the tests then.
10 years ago
Matt Clay
6e1e86028f
Split integration tests into multiple groups.
...
This will allow tests to complete much faster.
10 years ago
Adrien Vergé
4d48711242
Fix YAML source and check it on Shippable ( #15678 )
...
Fix YAML source and check it on Shippable
10 years ago
Matt Clay
7a533406f9
Merge pull request #13145 from Mic92/devel
...
lxc connection plugin
10 years ago
Toshio Kuratomi
08fd017d99
Test file needed to be renamed
10 years ago
Toshio Kuratomi
2a5ef4496a
Workaround test failures on OSX controllers for now -- will have to look
...
more heavily into normailizing the unicode later.
10 years ago
Brian Coca
3387d557bc
Revert "Add prefixing and suffixing fuctionality to assemble module" ( #16084 )
10 years ago
Matt Clay
e45b3b89a2
Skip some service tests for systemd.
10 years ago
Chris Houseknecht
ce34397cf8
Merge pull request #10399 from underyx/assemble-with-prefix-and-suffix
...
Add prefixing and suffixing fuctionality to assemble module
10 years ago
Robin Roth
c06884eff0
Run tests on ubuntu1604 and opensuseleap ( #15936 )
...
* reduce async sleep time in test
* make zypper test less destructive (don't break following uses of zypper)
* fix ca cert on suse
* fix/enable postgres/mysql on opensuseleap
* fix mysql test for mysql versions 5.7.6 and newer
* skip sni_host check on ubuntu1604
* add HTTPTESTER flag for test_uri
ubuntu 16.04 uses dash which drops env variables containing a dot
we work around this by adding an explicit env variable to enable httptester
10 years ago
Bence Nagy
13210e346f
Add integration test for assemble with a header and a footer
10 years ago
Matt Clay
027006b846
Don't use TEST_FLAGS for the test_tags target.
...
This allows use of --skip-tag in TEST_FLAGS without conflicting with the test.
10 years ago
Matt Clay
844b415066
Mark tasks expected to fail with EXPECTED FAILURE.
...
This allows for automated identification of tasks which are
expected to fail, but which cannot use ignore_errors because
they need to fail.
10 years ago
Jörg Thalheim
88482234e6
lxc connection plugin
10 years ago
Toshio Kuratomi
c03555b650
Fix unarchive failures when the destination is a symlink to a directory ( #15999 )
...
Also add integration tests for this problem and unicode filenames inside
a tarball.
Fixes #3725
10 years ago
nitzmahone
42f6114b61
fix windows integration tests to run under kerberos users
10 years ago
Matt Martz
651b83d8be
Run test_binary_modules
10 years ago
Matt Martz
2d18607f1e
Add GPL3 header to helloworld.go
10 years ago
Matt Martz
6ad8ec0919
Add integration tests for binary modules
10 years ago
Matt Martz
accf40d8a8
Use httptester docker image for http tests ( #15811 )
...
* Use httptester docker image for http tests
* When not running with an httptester linked container, use public test sites
10 years ago
Toshio Kuratomi
7ccb08cc7e
Switch to a different url for testing SNI right now. ( #15798 )
10 years ago
Rene Moser
5583027f99
tests, postgresql: add ubuntu 16.04 support
10 years ago
Rene Moser
39e4caafb2
tests, apt_repository: disable Ubuntu 16.04 as there is no package yet
10 years ago
Rene Moser
c20d1fced7
tests: fix tests on Debian 8
10 years ago
Robin Roth
cf62a62b83
use userdir module as example instead of alias ( #15540 )
...
* alias module is very basic and removing it leads to the suse default
config failing
* future improvements might test different modules and the effect of
them being removed
10 years ago
Yannig
3901556b35
When var name is the same as var content, try to template it before reporting that var is not defined. ( #13629 )
...
* When var name is the same as var content, try to template it before reporting that var is not defined.
Add asserts in test_var_blending to check this special corner case.
* Fix integration tests when using debug with list or dict.
10 years ago
Matt Davis
ca5080d56b
Merge pull request #15570 from jhawkesworth/regedit_fix_str_compare_tests
...
win_regedit integration test to cover change to allow empty string comparison
10 years ago