moto/tests
Michael Nussbaum 74bbd9c8e5 Various RDS, RDS/Cloudformation, RDS/KMS improvements. (#789)
We need to mock out deploying RDS instances with full disk encryption
and detailed tagging. We also need to be able do deploy these instances
with Cloudformation, and then access them with both boto and boto3.

* Join RDS and RDS2 backends - this makes RDS resources created via
  either of the two boto RDS APIs visible to both, more closely
  mirroring how AWS works
* Fix RDS responses that were returning JSON but should be returning XML
* Add mocking of RDS Cloudformation calls
* Add mocking of RDS full disk encryption with KMS
* Add mocking of RDS DBParameterGroups
* Fix mocking of RDS DBSecurityGroupIngress rules
* Make mocking of RDS OptionGroupOptions more accurate
* Fix mocking of RDS cross-region DB replication
* Add RDS tag support to:
  * DBs
  * DBSubnetGroups
  * DBSecurityGroups

Signed-off-by: Andrew Garrett <andrew.garrett@getbraintree.com>
2017-01-11 21:02:51 -05:00
..
test_apigateway Ignore RetryAttempts field generated by recent botocore versions 2016-10-16 21:50:21 -07:00
test_autoscaling Adding PolicyType to scaling policy and implementing filtering in describe_policies (#797) 2017-01-11 20:40:57 -05:00
test_awslambda Fixup lambda for ResponseRequest (#781) 2016-12-03 18:17:15 -05:00
test_cloudformation Various RDS, RDS/Cloudformation, RDS/KMS improvements. (#789) 2017-01-11 21:02:51 -05:00
test_cloudwatch Preserve Namespace and MetricName when creating cloudwatch alarm. 2016-08-01 17:31:08 -04:00
test_core Better EMR coverage and boto3 request/response handling 2016-10-13 16:48:07 -07:00
test_datapipeline Change data pipeline responses to start with lowercase characters 2015-09-17 15:26:35 -04:00
test_dynamodb Fix failure of scan() after has_item() 2016-10-25 17:09:39 +01:00
test_dynamodb2 Add DynamoDB tests for update_item() with UpdateExpression, support spaces in the UpdateExpression. (#758) 2016-11-11 17:04:14 -05:00
test_ec2 Add more availability regions and implement default VPC (#773) 2017-01-11 20:37:57 -05:00
test_ecs Add service ARNs support to the DescribeServices ECS API (#796) 2016-12-20 10:37:49 -05:00
test_elb Disallow creation of ELBs with duplicate names. 2016-05-15 20:04:00 +02:00
test_emr Merge pull request #736 from okomestudio/ts/botocore_update 2016-11-06 09:50:28 -05:00
test_events Removed OrderedDicts for 2.6 and dict.iteritems() calls for 3.3+ compatibility. 2016-12-01 19:10:59 -08:00
test_glacier More python 3 fixes. 2015-06-05 20:09:15 -04:00
test_iam Fix bug with listing IAM users. 2017-01-11 20:54:47 -05:00
test_kinesis Fix firehose to work without Redshift config. 2016-10-09 20:24:09 -04:00
test_kms Implementing KMS encrypt/decrypt 2016-10-14 01:04:14 -07:00
test_opsworks Freezetime. 2016-11-23 19:23:47 -06:00
test_rds Various RDS, RDS/Cloudformation, RDS/KMS improvements. (#789) 2017-01-11 21:02:51 -05:00
test_rds2 Various RDS, RDS/Cloudformation, RDS/KMS improvements. (#789) 2017-01-11 21:02:51 -05:00
test_redshift Add invalid subnet test. 2014-11-23 23:20:02 -05:00
test_route53 Add a unit test to make sure multiple tags were actually associated with a resourceId 2016-09-22 18:44:07 -07:00
test_s3 Fix for #748. Turn on autoescape for S3 templates. (#779) 2016-12-03 18:13:24 -05:00
test_s3bucket_path Fix s3bucket_path (#784) 2016-12-03 18:15:24 -05:00
test_ses update SES backend to support domain identities and multiple recipients 2016-03-09 10:18:50 -06:00
test_sns Fix SNS application endpoint to match AWS return format (#763) 2016-11-11 17:01:47 -05:00
test_sqs Use region from ctor to set queue_arn. 2016-08-17 22:12:00 +01:00
test_sts Cleanup some incorrect date formats. 2014-11-29 23:34:40 -05:00
test_swf ALWAYS use utcnow(), never now() 2016-09-07 14:40:52 -04:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
backport_assert_raises.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
helpers.py Remove requires_boto_lte and add comment about StorageType vs storage_type 2015-02-03 16:57:12 -05:00