1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/roles
Alex Lo ac74520b6f ec2_group: description property is immutable (#19790)
* update integration tests for updated boto exception message

* integration tests fail on both "test credential" test cases

exception bubbles out of module.  instead catch and wrap

* ec2_group does not support updating a security group's description

AWS security group descriptions are immutable.
if ec2_group finds a group that matches by name, but the descriptions do not match, the module does not support this case
previously it would check if the group was used, but would not do anything if it was

old behavior was erroneous because it could make a user expect that the description change of a group was fine when in fact it did not occur
also, it made an expensive check against all ec2 instances for no good reason

* comments not doc strings

* else must have pass w/o doc-string statement

* Catch specific BotoServerException, give context around error when fetching SGs

* python3 compatible exception blocks

* add traceback to fail_json

* two blank lines before first function
2017-03-26 09:33:29 -04:00
..
cloudscale_server Test placement (#21801) 2017-02-22 12:43:45 -08:00
cnos_backup New module: cnos_backup (#21787) 2017-03-02 16:10:14 +00:00
cnos_bgp New module: cnos_bgp (#21587) 2017-03-02 16:06:09 +00:00
cnos_command New module: cnos_command (#21785) 2017-03-02 16:09:45 +00:00
cnos_conditional_command New module: cnos_condition_command (#21793) 2017-03-02 16:11:09 +00:00
cnos_conditional_template New module: cnos_conditional_template (#21794) 2017-03-02 16:11:19 +00:00
cnos_ethernet New module: cnos_interface (#21613) 2017-03-02 16:07:21 +00:00
cnos_facts New module: cnos_facts (#21743) 2017-03-02 16:08:23 +00:00
cnos_image Initial cnos_image commit (#21789) 2017-03-02 16:11:00 +00:00
cnos_portchannel Fixes for idempotent issue in cnos_vlan module and fixes for vlag/portchannel tests. (#22385) 2017-03-08 17:09:17 +00:00
cnos_rollback New module: cnos_rollback (#21788) 2017-03-02 16:10:27 +00:00
cnos_save New module: cnos_save (#21754) 2017-03-02 16:09:33 +00:00
cnos_showrun New module: cnos_showrun (#21752) 2017-03-02 16:09:00 +00:00
cnos_template New module: cnos_template (#21786) 2017-03-02 16:10:04 +00:00
cnos_vlag Fixes for idempotent issue in cnos_vlan module and fixes for vlag/portchannel tests. (#22385) 2017-03-08 17:09:17 +00:00
cnos_vlan Fix for cnos.py utility file for Python3.5 (#21750) 2017-03-02 16:08:49 +00:00
ec2_elb_instance_setup Fixes for tests that assumed yum as package manager for systems that 2015-12-20 08:06:26 -08:00
ec2_provision_instances Adding an integration test for the ec2_elb module 2014-04-28 20:37:08 -05:00
prepare_rax_tests/defaults Make the wait_timeout for rax tests a configurable default 2015-06-29 12:09:16 -05:00
prepare_tests/tasks Moving creating of testing work dir out of dep role and into Makefile 2016-03-03 15:26:08 -05:00
setup_ec2 Fix too-many-quote problem in setup_ec2 role 2016-12-22 10:18:56 -08:00
test_azure Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_cloudflare_dns Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_consul_acl/tasks update consul tests to reflect fixes to the core and session modules (#17451) 2016-09-16 14:58:17 -07:00
test_consul_inventory/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 2015-01-24 01:09:03 +00:00
test_consul_kv/tasks Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_consul_service/tasks Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_consul_session/tasks Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_cs_account cloudstack: more integration tests 2015-09-22 16:17:21 +02:00
test_cs_affinitygroup cloudstack: fix tests unhashable type: 'dict' 2015-08-19 21:39:58 +02:00
test_cs_cluster cloudstack: new integration tests test_cluster 2016-03-15 21:41:08 +01:00
test_cs_common/defaults cloudstack: integration tests 2015-05-03 16:06:30 +02:00
test_cs_configuration cloudstack: new integration tests test_cs_configuration 2016-03-15 21:39:09 +01:00
test_cs_domain cloudstack: add more integration tests 2015-08-23 22:48:32 +02:00
test_cs_firewall cloudstack: add tests for cs_firewall 2015-05-19 09:39:50 +02:00
test_cs_instance cloudstack: test_cs_instance: more integration tests 2015-12-20 22:37:48 +01:00
test_cs_instance_facts cloudstack: new integration tests test_cs_instance_facts 2016-03-15 21:40:45 +01:00
test_cs_instancegroup cloudstack: fix tests unhashable type: 'dict' 2015-08-19 21:39:58 +02:00
test_cs_iso cloudstack: add more integration tests 2015-08-23 22:48:32 +02:00
test_cs_loadbalancer_rule cloudstack: add tests for cs_loadbalancer_rule and _member 2015-10-17 14:01:02 +02:00
test_cs_pod cloudstack: new integration tests test_cs_pod 2016-03-15 21:41:08 +01:00
test_cs_portforward cloudstack: add tests for cs_portforward 2015-05-19 10:11:55 +02:00
test_cs_project cloudstack: add more integration tests 2015-08-23 22:48:32 +02:00
test_cs_resourcelimit cloudstack: new integration tests test_cs_resourcelimit 2016-03-15 21:41:08 +01:00
test_cs_securitygroup cloudstack: fix tests unhashable type: 'dict' 2015-08-19 21:39:58 +02:00
test_cs_securitygroup_rule Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_cs_sshkeypair Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_cs_user cloudstack: more integration tests 2015-09-22 16:17:21 +02:00
test_cs_vmsnapshot cloudstack: add more integration tests 2015-08-23 22:48:32 +02:00
test_cs_volume cloudstack: cs_volume: add tests for volume resize 2015-12-20 22:33:53 +01:00
test_ec2 [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_ami [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_asg/tasks Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_ec2_eip Re-enable the ec2_eip test 2014-08-05 09:20:23 -05:00
test_ec2_elb Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_ec2_elb_lb Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_ec2_facts [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_group ec2_group: description property is immutable (#19790) 2017-03-26 09:33:29 -04:00
test_ec2_key [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_tag [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_vol [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_vpc [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_vpc_nat_gateway Move ec2_vpc_nat_gateway integration test role. 2016-10-31 14:07:05 -07:00
test_ecs_ecr Adding support for Amazon ECR (#19306) 2017-01-17 14:45:43 -05:00
test_exoscale_dns exo_dns: new module utils and integration tests for exoscale DNS (#17230) 2016-08-30 21:48:28 +02:00
test_gcdns Integration Playbook for Google Cloud DNS module. (#17698) 2016-09-22 14:40:57 -04:00
test_gce [GCE] updates to gce integration test (#18097) 2016-11-11 13:17:47 -05:00
test_gce_mig Integration Playbook for Google Cloud DNS module. (#17698) 2016-09-22 14:40:57 -04:00
test_gce_net [GCE] gce_net integration test (#21502) 2017-02-16 16:39:25 -05:00
test_gce_pd Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_gce_tag Add regex support to gce_tag module, add unit tests and update integration test. (#19087) 2016-12-29 08:45:20 -05:00
test_jenkins_job jenkins_job: extend integration tests (#17558) 2016-09-14 10:44:01 +02:00
test_rax Make the wait_timeout for rax tests a configurable default 2015-06-29 12:09:16 -05:00
test_rax_cbs Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
test_rax_cbs_attachments Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_cdb Fix YAML source and check it on Shippable (#15678) 2016-06-04 10:58:17 -07:00
test_rax_cdb_database Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_clb Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_clb_nodes Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_facts Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_identity Add tests for rax_identity 2015-02-11 12:59:02 -06:00
test_rax_keypair Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_meta Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_network Fix YAML formatting issue for rax integration tests 2015-06-30 09:38:12 -05:00
test_rax_scaling_group Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00