Sergii Korochkin
c52a35ff34
[hotfix] add missed playbook file
2016-01-26 10:45:58 -05:00
Sergii Korochkin
16ee2090bd
Adding support for scm-based role source urls (incl. integration test to cover it)
2016-01-26 10:45:58 -05:00
Brian Coca
8647fdc7f2
go back to defaulting wrapping commands in shell
...
this was taken out in an effort to default to the user's shell but creates issues as this is not known ahead of time
and its painful to set executable and shell_type for all servers, it should only be needed for those that restrict the user
to specific shells and when /bin/sh is not available. raw and command may still bypass this by explicitly passing None.
fixes #13882
still conditional
2016-01-21 15:35:49 -05:00
James Cammarata
0d2a9d3f53
Relocate use of ERROR to display class, to avoid doubling up
2016-01-21 15:35:09 -05:00
Toshio Kuratomi
63404821da
rework run_command's env setting to not change os.environ for the rest of the module.
...
New param to run_command to modify the environment for just this invocation.
Documentation and comment adjustments.
2016-01-20 12:17:14 -08:00
Brian Coca
c06b2e4622
correctly deals with non serializable type
...
combine_vars shoudl really be data types, but some just get in
in test, add dict to mock and avoid combine_vars using object
2016-01-18 15:18:18 -05:00
Toshio Kuratomi
f53cb5f63e
Integration tests for https://github.com/ansible/ansible-modules-core/pull/558
2016-01-12 08:02:05 -08:00
Toshio Kuratomi
a8f160d2fd
More fixes for unicode handling in the connection plugins.
...
Tested that ssh, docker, local, lxc-libvirt, chroot all work with the
updated unicode integration test.
2016-01-07 06:01:34 -08:00
Toshio Kuratomi
add2e9cbd1
Fix problems with non-ascii values passed as part of the command to connection plugins
...
@drybjed discovered this with non-ascii environment variables and
command line arguments to script and raw module.
2016-01-05 07:46:24 -08:00
Rene Moser
369ed9feed
cloudstack: test_cs_instance: more integration tests
...
cloudstack: extend test_cs_instance addressing recovering
cloudstack: test_cs_instance: add tests for using display_name as indentifier.
2015-12-23 17:48:49 -08:00
Toshio Kuratomi
dd59fc176e
Going to do this in the connection plugin
...
Revert "Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansible/issues/13638 ."
This reverts commit 725e40c5e6
.
2015-12-23 13:28:42 -08:00
Brian Coca
2786908bac
fixed tests to follow new invocation structure
...
also added maxdiff setting to see issues clearly when they happen
2015-12-23 11:45:50 -05:00
Yannig Perré
725e40c5e6
Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansible/issues/13638 .
2015-12-22 08:33:36 -08:00
James Cammarata
b0e7ea78af
Actually disable parallel makes for integration runner
2015-12-21 16:12:27 -05:00
James Cammarata
37908735d4
Dropping instance size back down since we're not doing parallel builds
2015-12-21 15:55:16 -05:00
James Cammarata
c0248873da
Integration test runner tweaks
2015-12-21 15:53:19 -05:00
James Cammarata
75695f5c70
Kick up the integration runner test image size
2015-12-21 15:53:19 -05:00
James Cammarata
0a6bc57fa5
Parallelize make command for integration test runner
...
Also adds a new var, used by the prepare_tests role, to prevent it from
deleting the temp test directory at the start of each play to avoid any
potential race conditions
2015-12-21 14:09:02 -05:00
Brian Coca
c605cd37f6
allow for non standard hostnames
...
* Changed parse_addresses to throw exceptions instead of passing None
* Switched callers to trap and pass through the original values.
* Added very verbose notice
* Look at deprecating this and possibly validate at plugin instead
fixes #13608
2015-12-21 13:42:47 -05:00
James Cammarata
81f09f3fbd
Disable docker test for Fedora, due to broken packaging
2015-12-21 10:58:49 -05:00
James Cammarata
b77d834239
Uncomment docker test for stable-2.0
2015-12-21 10:58:35 -05:00
James Cammarata
7607e55a5a
Save output of integration test results to files we can archive
2015-12-21 10:58:02 -05:00
Matt Clay
ce17557b84
Fixed import typo for memcache module in tests.
...
The typo caused the test for the memcached cache plugin to be skipped
even when the necessary memcache python module was installed.
2015-12-21 10:27:36 -05:00
Toshio Kuratomi
80e109e1ad
And change the task a little more since different shlex versions are handling the quotes differently
2015-12-20 11:52:50 -08:00
Toshio Kuratomi
fdc562e3c3
Fix test playbook syntax
2015-12-20 11:47:17 -08:00
Toshio Kuratomi
1dcfd7ba02
Since the velox test server seems to be dropping using iptables to drop requests from aws, test via a different website instead
2015-12-20 11:38:54 -08:00
James Cammarata
9cfa2d7e28
Fixing bugs in conditional testing with until and some integration runner tweaks
2015-12-20 12:45:33 -05:00
Toshio Kuratomi
5bd01c09d6
Troubleshooting has reduced us to this
2015-12-20 12:45:28 -05:00
Toshio Kuratomi
61bd0e1310
Fix the fedora host detection
2015-12-20 12:45:09 -05:00
Toshio Kuratomi
bb1047c483
What is going on here
2015-12-20 12:45:03 -05:00
James Cammarata
c2a29a01a2
Removing update all for test deps, it didn't fix the problem
2015-12-20 12:44:20 -05:00
James Cammarata
6a1ebaa1bc
Fix typo in integration test runner role
2015-12-20 12:44:10 -05:00
Toshio Kuratomi
1d1a04008e
Update mysql setup to handle installing mysql with dnf too.
2015-12-20 12:43:47 -05:00
James Cammarata
1cde02058f
Make integration tests run in parallel with async
2015-12-20 12:41:53 -05:00
Toshio Kuratomi
48675550bf
Try updating the centos7 image to a newer version (trying to resolve issue being unable to connect to some webservers)
2015-12-20 09:13:03 -08:00
Toshio Kuratomi
3955ea5a8a
Fixes for tests that assumed yum as package manager for systems that
...
have dnf
2015-12-20 08:11:05 -08:00
Toshio Kuratomi
454c8ff5b8
Switch from yum to package when installing sudo so that dnf is handled as well
2015-12-20 08:10:58 -08:00
Toshio Kuratomi
d2bf615780
Fix unittests for return of invocation from fail_json and exit_json
2015-12-19 15:50:43 -08:00
Toshio Kuratomi
de9517dcc8
Also need redhat-rpm-config to compile pycrypto
2015-12-19 11:27:55 -08:00
Toshio Kuratomi
bef2b70eae
Make sure that yum is present on redhat family systems (makes things also work on fedora systems where dnf is the default)
2015-12-19 11:24:27 -08:00
Toshio Kuratomi
9689f00bb1
Add a Fedora latest host into the mix
2015-12-18 22:15:29 -08:00
James Cammarata
2f0e8d9654
Make integration runner ec2 add_hosts use valid host names
2015-12-18 16:04:54 -08:00
Toshio Kuratomi
6d9235e36d
Fix the fedora host detection
2015-12-18 15:43:39 -08:00
Toshio Kuratomi
eb606cc18b
What is going on here
2015-12-18 15:43:32 -08:00
Toshio Kuratomi
85ef768d51
Bugfix the fedora 23 install task
2015-12-18 14:39:27 -08:00
Toshio Kuratomi
457e32128f
Ubuntu images with hvm ssd
2015-12-18 14:39:20 -08:00
Toshio Kuratomi
e8ce341f9c
Fedora 23 needs to have python2 packages installed
2015-12-18 14:08:43 -08:00
Toshio Kuratomi
87214005d2
Make tests that use kennethreitz retry.
2015-12-18 11:51:16 -08:00
James Cammarata
b912923ef2
Do a full yum update to make sure packages are latest version
...
For the deps setup of integration tests, as we sometimes see odd
errors we can't reproduce, which may be related to slightly out of
date package dependencies.
2015-12-18 08:51:57 -08:00
James Cammarata
46bc8253e1
Add awk to integration test deps list
2015-12-18 08:51:42 -08:00