ansible/test/units/modules/cloud
Gonéri Le Bouder fc3064471b virt_net: idempotency of create/stop actions (#53276)
Currently, if we try to stop or start a network two time in a row, the
second call will fail. With this patch:

- we don't recreate a network, if it exists
- we only stop a network if it's active, and so we avoid an exception
  saying the network is not active

* test: mock libvirt

* add integration tests for virt_net

* test: enable virt_net test on RedHat 7 and 8

* ci: use the unsupported alias

* tests that require privileged mode are run in VM

* virt_net/create raise unexpected libvirt exception

* import mock from units.compat

* virt_net: do not call create() on "active" network

* virt_net func test: only clean up the libvirt packages

* test: virt_net: don't use assert_called()

* virt_net: add the destructive alias

* move the test in virt_net dir

* test/virt_net: clean up the network at the end
2019-03-28 21:42:35 +05:30
..
amazon To ipv6 network (#48572) 2019-03-27 11:20:27 -04:00
docker docker_swarm_service: Remove configs and secrets defaults (#54361) 2019-03-26 09:45:40 -04:00
google
kubevirt kubevirt: Add new kubevirt_vm module (#50768) 2019-02-13 10:17:01 +00: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 virt_net: idempotency of create/stop actions (#53276) 2019-03-28 21:42:35 +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 XenServer: Fix wrong FakeXenAPI module import in unit tests (#53634) 2019-03-14 17:03:52 +05:30
__init__.py