ansible/test/units/modules/cloud
Hannes Ljungberg 13364fc530 docker_swarm_service: Allow passing dicts in networks (#58961)
* Add support for passing networks as dicts

* Add function to compare a list of different objects

* Handle comparing falsy values to missing values

* Pass docker versions to Service

* Move can_update_networks to Service class

* Pass Networks in TaskTemplate when supported

* Remove weird __str__

* Add networks integration tests

* Add unit tests

* Add example

* Add changelog fragment

* Make sure that network options are clean

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Set networks elements as raw in arg spec

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Fix wrong variable naming

* Check for network options that are not valid

* Only check for None options

* Validate that aliases is a list
2019-08-18 08:55:54 +02:00
..
amazon unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
cloudstack Skip tests with unsatisfied deps (#55853) 2019-06-28 13:09:36 -07:00
docker docker_swarm_service: Allow passing dicts in networks (#58961) 2019-08-18 08:55:54 +02:00
google GCP deprecations (#53355) 2019-04-18 15:30:27 +01:00
kubevirt unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
linode Linode: Mark 'name' as required. Fixes #29785 (#44699) 2018-08-30 05:09:21 +02:00
linode_v4 Add new linode_v4 module. (#46151) 2018-11-16 12:39:05 +00:00
misc Terraform: Fix unbound local error (#57044) 2019-06-17 08:23:59 +05:30
openstack Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
vmware VMware: Unit test for vmware_guest (#50140) 2019-01-21 10:23:39 +05:30
xenserver Rename xenserver_guest_facts -> xenserver_guest_info (#57032) 2019-06-30 10:04:30 -04:00
__init__.py