You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
8 years ago
..
cloudscale_server Test placement (#21801) 8 years ago
cnos_backup New module: cnos_backup (#21787) 8 years ago
cnos_bgp New module: cnos_bgp (#21587) 8 years ago
cnos_command New module: cnos_command (#21785) 8 years ago
cnos_conditional_command New module: cnos_condition_command (#21793) 8 years ago
cnos_conditional_template New module: cnos_conditional_template (#21794) 8 years ago
cnos_ethernet New module: cnos_interface (#21613) 8 years ago
cnos_facts New module: cnos_facts (#21743) 8 years ago
cnos_image Initial cnos_image commit (#21789) 8 years ago
cnos_portchannel Fixes for idempotent issue in cnos_vlan module and fixes for vlag/portchannel tests. (#22385) 8 years ago
cnos_rollback New module: cnos_rollback (#21788) 8 years ago
cnos_save New module: cnos_save (#21754) 8 years ago
cnos_showrun New module: cnos_showrun (#21752) 8 years ago
cnos_template New module: cnos_template (#21786) 8 years ago
cnos_vlag Fixes for idempotent issue in cnos_vlan module and fixes for vlag/portchannel tests. (#22385) 8 years ago
cnos_vlan Fix for cnos.py utility file for Python3.5 (#21750) 8 years ago
ec2_elb_instance_setup Fixes for tests that assumed yum as package manager for systems that 9 years ago
ec2_provision_instances Adding an integration test for the ec2_elb module 11 years ago
prepare_rax_tests/defaults Make the wait_timeout for rax tests a configurable default 9 years ago
prepare_tests/tasks Moving creating of testing work dir out of dep role and into Makefile 9 years ago
setup_ec2 Fix too-many-quote problem in setup_ec2 role 8 years ago
test_azure Fix cosmetic problems in YAML source 8 years ago
test_cloudflare_dns Fix cosmetic problems in YAML source 8 years ago
test_consul_acl/tasks update consul tests to reflect fixes to the core and session modules (#17451) 8 years ago
test_consul_inventory/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
test_consul_kv/tasks Fix cosmetic problems in YAML source 8 years ago
test_consul_service/tasks Fix cosmetic problems in YAML source 8 years ago
test_consul_session/tasks Fix cosmetic problems in YAML source 8 years ago
test_cs_account cloudstack: more integration tests 9 years ago
test_cs_affinitygroup cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_cluster cloudstack: new integration tests test_cluster 9 years ago
test_cs_common/defaults cloudstack: integration tests 10 years ago
test_cs_configuration cloudstack: new integration tests test_cs_configuration 9 years ago
test_cs_domain cloudstack: add more integration tests 9 years ago
test_cs_firewall cloudstack: add tests for cs_firewall 9 years ago
test_cs_instance cloudstack: test_cs_instance: more integration tests 9 years ago
test_cs_instance_facts cloudstack: new integration tests test_cs_instance_facts 9 years ago
test_cs_instancegroup cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_iso cloudstack: add more integration tests 9 years ago
test_cs_loadbalancer_rule cloudstack: add tests for cs_loadbalancer_rule and _member 9 years ago
test_cs_pod cloudstack: new integration tests test_cs_pod 9 years ago
test_cs_portforward cloudstack: add tests for cs_portforward 9 years ago
test_cs_project cloudstack: add more integration tests 9 years ago
test_cs_resourcelimit cloudstack: new integration tests test_cs_resourcelimit 9 years ago
test_cs_securitygroup cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_securitygroup_rule Fix cosmetic problems in YAML source 8 years ago
test_cs_sshkeypair Fix cosmetic problems in YAML source 8 years ago
test_cs_user cloudstack: more integration tests 9 years ago
test_cs_vmsnapshot cloudstack: add more integration tests 9 years ago
test_cs_volume cloudstack: cs_volume: add tests for volume resize 9 years ago
test_ec2 [test_ec2*] cloud integration test updates 11 years ago
test_ec2_ami [test_ec2*] cloud integration test updates 11 years ago
test_ec2_asg/tasks Fix cosmetic problems in YAML source 8 years ago
test_ec2_eip Re-enable the ec2_eip test 10 years ago
test_ec2_elb Fix cosmetic problems in YAML source 8 years ago
test_ec2_elb_lb Fix cosmetic problems in YAML source 8 years ago
test_ec2_facts [test_ec2*] cloud integration test updates 11 years ago
test_ec2_group ec2_group: description property is immutable (#19790) 8 years ago
test_ec2_key [test_ec2*] cloud integration test updates 11 years ago
test_ec2_tag [test_ec2*] cloud integration test updates 11 years ago
test_ec2_vol [test_ec2*] cloud integration test updates 11 years ago
test_ec2_vpc [test_ec2*] cloud integration test updates 11 years ago
test_ec2_vpc_nat_gateway Move ec2_vpc_nat_gateway integration test role. 8 years ago
test_ecs_ecr Adding support for Amazon ECR (#19306) 8 years ago
test_exoscale_dns exo_dns: new module utils and integration tests for exoscale DNS (#17230) 8 years ago
test_gcdns Integration Playbook for Google Cloud DNS module. (#17698) 8 years ago
test_gce [GCE] updates to gce integration test (#18097) 8 years ago
test_gce_mig Integration Playbook for Google Cloud DNS module. (#17698) 8 years ago
test_gce_net [GCE] gce_net integration test (#21502) 8 years ago
test_gce_pd Fix cosmetic problems in YAML source 8 years ago
test_gce_tag Add regex support to gce_tag module, add unit tests and update integration test. (#19087) 8 years ago
test_jenkins_job jenkins_job: extend integration tests (#17558) 8 years ago
test_rax Make the wait_timeout for rax tests a configurable default 9 years ago
test_rax_cbs Fix cosmetic problems in YAML source 8 years ago
test_rax_cbs_attachments Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_cdb Fix YAML source and check it on Shippable (#15678) 8 years ago
test_rax_cdb_database Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_clb Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_clb_nodes Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_facts Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_identity Add tests for rax_identity 10 years ago
test_rax_keypair Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_meta Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_network Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_scaling_group Fix cosmetic problems in YAML source 8 years ago