Martin Krizek
0c86df33a4
apt: disable ubuntu repos to not change test env
2018-11-14 15:04:58 -08:00
Matt Clay
fa53b4805b
Fix ansible-test interpreter tracking.
...
Track the interpreter for each copy of the injector by the interpreter
path instead of the interpreter version. This avoids the possibility
of mixing different interpreters with the same version.
2018-11-14 13:58:03 -08:00
Matt Clay
aa7fe919d3
Fix ansible-test merge change detection.
2018-11-14 12:27:40 -08:00
Matt Clay
d6bf45cd9d
Correct ansible-test injector python behavior.
...
Inject a symlink to the correct python into the copied injector
directory instead of altering the shebang of the injector. This
has the side-effect of also intercepting `python` for integration
tests which simplifies cases where it needs to be directly invoked
without collecting code coverage.
2018-11-14 12:17:09 -08:00
Matt Clay
9979a32e5c
Fix passing of env vars to Shippable.
2018-11-14 10:50:31 -08:00
Ed Costello
b70d5d9aee
[AWS] ses rule set module for inbound email processing ( #42781 )
...
* Add module ses_rule_set for Amazon SES
* Update behaviours and naming to be consistent with other aws_ses_ modules.
* Add global lock around tests using active rule sets to prevent intermittent test failures.
* Fix deletion of rule sets so that we don't inactivate the active rule set
when force deleting an inactive rule set.
2018-11-14 12:15:24 -05:00
Ryan Brown
405d6d605f
[AWS] Enable Route53 integration tests ( #46228 )
2018-11-14 11:40:38 -05:00
saichint
ba2c8a24e2
add N3K-F type to nxos platforms ( #47944 )
2018-11-14 10:43:35 -05:00
Martin Krizek
907ff2f26c
Add new meta task end_host ( #47194 )
...
* Add new meta task end_host
2018-11-14 09:46:25 -05:00
Sumit Jaiswal
feac12f9b7
fix nios modules ( #48559 )
...
* resolves 47839
* update name
* update name
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* update name tests
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* update name tests
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* modifying the condn
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
2018-11-14 18:05:25 +05:30
Zim Kalinowski
7db4352f6e
Adding missing idempotence support in load balancer ( #45548 )
...
idempotence
2018-11-14 16:57:03 +08:00
Matt Clay
1a3bf09f8a
Add test to require docs for action plugins. ( #48376 )
2018-11-13 22:52:36 -08:00
Matt Clay
eec21a3d12
Use correct interpreter for ansible-test injector.
2018-11-13 22:50:34 -08:00
Matt Clay
c25db4ee8d
Add change classification for powershell wrappers.
2018-11-13 22:47:06 -08:00
Jordan Borean
9ac89af355
win_chocolatey - move over to AnsibleModule and add allow_multiple ( #48370 )
2018-11-14 16:18:34 +10:00
Martin Krizek
d6bd842c5f
Run "update foo*" integration test on dnf too ( #48607 )
2018-11-14 06:57:53 +01:00
Matt Clay
d6cc3c4187
Relax ansible-test python version checking.
2018-11-13 19:45:18 -08:00
Jordan Borean
6898f02431
win_shortcut: add run as admin and fix shell folder idempotency ( #48584 )
2018-11-14 12:15:04 +10:00
Matt Martz
8765d2a8e8
code-smell test that can find deprecated config items ( #46273 )
...
* Start of code-smell test that can find deprecated config items
* Strip deprecated.version from config item
* Don't use os.walk, rely on explictly passed list of files
* Properly disable the test
* Add docs
* Make config an orphan
2018-11-13 09:29:39 -06:00
Felix Fontein
b1acabcd03
docker_container: fix tests and idempotency for init and shm_size ( #48551 )
...
* Fix tests: use same command if not testing command option.
* Fix idempotency of init option.
* Fix shm_size idempotency (it is included in inspect results from docker API version 1.22 on).
* Add changelog.
2018-11-13 13:07:36 +00:00
Will Thames
4e1e9589b5
Add wait functionality to k8s module ( #47493 )
...
Provide wait and wait_timeout parameters and wait for certain
resource kinds to become available.
2018-11-13 12:50:15 +00:00
Abhijeet Kasurde
03f71e778b
Refactor ingate module_utils ( #47959 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-13 17:42:53 +05:30
Olivier Bourdon
cf3483e752
Add tests filters ( #43221 )
...
This will allow tests to be carried out condtionally if necessary
using regexp include and/or exclude filters
Reorganize imports into alphabetical order for easier insertion
2018-11-13 11:16:49 +00:00
Dag Wieers
24d7b4a660
Various small fixes to MSC modules and tests ( #48417 )
2018-11-13 09:01:45 +01:00
Felix Fontein
0206a46e1d
docker_* modules: updating argument_spec ( #48491 )
...
* Updating argument_spec for docker_* modules.
* Adjust docker_network to work with new recursive argument_spec.
* Adjust device IO limits to recursive argument_spec.
* Improve test (test Ansible's cast from str to int).
* Adjust healthcheck options construction.
* Remove superfluous check.
* Make flake8 happy.
* Simplify comparison.
2018-11-12 11:33:42 +00:00
Felix Fontein
feb60b947c
Docker volume fix labels ( #48536 )
...
* Add integration test for labels (which fails).
* Changing labels from list to dict.
* Add changelog.
2018-11-12 11:24:07 +00:00
Tim Rupp
5e7a02d574
Remove f5-sdk from bigip_vcmp_guest ( #48541 )
2018-11-11 13:58:11 -08:00
Tim Rupp
62332155b5
Removes the f5-sdk from bigip_routedomain ( #48543 )
2018-11-11 11:29:21 -08:00
Tim Rupp
708c2b4b71
Removes the f5-sdk from bigip_selfip ( #48544 )
2018-11-11 11:14:56 -08:00
Tim Rupp
452cf2b1a3
Adds the bigip_dns_resolver module ( #48540 )
2018-11-11 11:09:53 -08:00
Tim Rupp
232fcb9f34
Adds the bigip_profile_server_ssl module ( #48532 )
2018-11-11 10:57:26 -08:00
Tim Rupp
69d24cc7fc
Remove f5-sdk from bigip_profile_udp module ( #48534 )
2018-11-11 10:40:25 -08:00
Tim Rupp
d89fa23412
Remove f5-sdk from bigip_profile_tcp module ( #48533 )
2018-11-11 10:40:02 -08:00
Tim Rupp
b292f8338f
Corrects parameters to flatten correctly. ( #48531 )
...
Also fixes unit tests and adds other code patterns that other f5
modules use
2018-11-11 10:39:44 -08:00
Tim Rupp
4e2891e38f
Adds bigip_profile_fastl4 module ( #48527 )
2018-11-10 22:16:26 -08:00
Tim Rupp
6134281d28
Remove f5-sdk from bigip_profile_oneconnect ( #48530 )
2018-11-10 22:13:16 -08:00
Tim Rupp
875d83df50
Fixes unit tests in bigip_profile_http_compression ( #48529 )
2018-11-10 22:12:53 -08:00
Tim Rupp
77afc32621
Adds new parameters to bigip_profile_http ( #48528 )
2018-11-10 22:12:19 -08:00
Tim Rupp
f126db7f21
Remove f5-sdk from bigip_profile_client_ssl ( #48525 )
2018-11-10 21:59:56 -08:00
Tim Rupp
50fb2d7795
Remove f5-sdk from bigip_profile_dns ( #48526 )
2018-11-10 21:46:19 -08:00
Tim Rupp
ed818edd5a
Remove f5-sdk from bigip_partition. Fix partition descriptions. ( #48522 )
2018-11-10 21:46:04 -08:00
Tim Rupp
0c3f168087
Remove f5-sdk from bigip_policy_rule ( #48524 )
2018-11-10 21:35:34 -08:00
Tim Rupp
dbbc752d56
Removes the f5-sdk from bigip_policy ( #48523 )
2018-11-10 21:33:42 -08:00
Tim Rupp
4dc5a26293
Adds new params to bigip_node. Fix unit tests. ( #48521 )
2018-11-10 21:16:00 -08:00
Tim Rupp
1e57b91c35
Add new parameters to bigip monitor modules ( #48520 )
2018-11-10 20:34:48 -08:00
Tim Rupp
240d2baebd
Removes f5-sdk from bigip_management_route ( #48519 )
2018-11-10 20:34:15 -08:00
Tim Rupp
73ec37b6b6
Remove f5-sdk from bigip_log_destination ( #48517 )
2018-11-10 20:10:07 -08:00
Tim Rupp
94d04b7da4
Remove the f5-sdk from bigip_irule ( #48516 )
2018-11-10 20:09:05 -08:00
Tim Rupp
25344da0ad
Remove f5-sdk from bigip_log_publisher ( #48518 )
2018-11-10 19:54:59 -08:00
Tim Rupp
a260e86729
Remove f5-sdk from bigip_iapp_service module ( #48511 )
2018-11-10 19:23:44 -08:00