moto/tests
Brian Pandola 28c1690fc2
Add Support for SNS Topic KmsMasterKeyId Attribute (#3389)
We do not do any validation of the `KmsMasterKeyId` attribute, and simply
store it as-as.  This mimics the behavior in AWS, where the key is not
validated until it is actually used (when publishing[1]).

[1]: https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html

Closes #3216
2020-10-16 12:30:07 +01:00
..
test_acm Enable more unit tests for ACM (#3372) 2020-10-12 14:43:36 +01:00
test_apigateway Fix: Api-Gateway ApiKeyAlreadyExists headers change. (#3162) 2020-09-01 08:25:59 +01:00
test_applicationautoscaling ApplicationAutoscaling: support for all the current various forms of resource_id (#3305) 2020-09-19 20:13:44 +01:00
test_athena Implemented Athena create_named_query, get_named_query (#1524) (#3065) 2020-06-11 17:27:29 +01:00
test_autoscaling List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_awslambda Linting 2020-09-13 19:42:38 +01:00
test_batch List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_cloudformation issue-3379 iam list_roles: implement PathPrefix, MaxItems and Marker (#3380) 2020-10-12 12:13:20 +01:00
test_cloudwatch Fix : Added implementation for CloudWatch Describe Metric for Alarm (#3148) 2020-07-18 10:47:53 +01:00
test_codecommit List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_codepipeline Add codepipeline.untag_resource 2019-12-23 19:50:16 +01:00
test_cognitoidentity List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_cognitoidp added cognito idp function admin_set_user_password to the code (#3328) 2020-09-21 18:40:07 +01:00
test_config Config - implement Organization Conformance Pack functionality (#3116) 2020-07-13 09:30:55 +01:00
test_core Fix deprecation warnings due to invalid escape sequences. (#3273) 2020-09-10 09:20:26 +01:00
test_datapipeline Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_datasync
test_dynamodb Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_dynamodb2 Fix: Empty sets not removed from item after UpdateExpression (#3386) 2020-10-14 16:32:42 +01:00
test_dynamodbstreams make black happy 2020-04-06 19:55:54 +10:00
test_ec2 Add KMS Support to EBS Encrypted Volumes (#3383) 2020-10-14 15:18:50 +01:00
test_ec2instanceconnect Improve implementation coverage (and layout) 2020-05-12 14:58:35 +01:00
test_ecr Change RESTError to JsonRESTError for ImageNotFoundException, update test to expect ImageNotFoundException 2020-03-08 20:56:21 +01:00
test_ecs Fix missing properties when ecs:TaskDefinition created via CloudFormation (#3378) 2020-10-12 20:53:30 +01:00
test_elasticbeanstalk List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_elb black linting 2019-12-16 21:25:20 -05:00
test_elbv2 Linting 2020-09-13 19:42:38 +01:00
test_emr EMR: Support for StepConcurrencyLevel. (#3351) 2020-10-02 14:07:13 +01:00
test_events feat: update events remove_targets API response (#3340) 2020-09-29 11:51:17 +01:00
test_glacier List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_glue change code style to pass black --check 2020-04-21 22:34:05 +02:00
test_iam issue-3379 iam list_roles: implement PathPrefix, MaxItems and Marker (#3380) 2020-10-12 12:13:20 +01:00
test_iot iot:DeleteThingGroup should return success even for non-existent groups (#3367) 2020-10-09 15:57:00 +01:00
test_iotdata
test_kinesis Iam cloudformation update, singificant cloudformation refactoring (#3218) 2020-08-27 10:11:47 +01:00
test_kinesisvideo Add kinesisvideo (#3271) 2020-09-02 08:51:51 +01:00
test_kinesisvideoarchivedmedia Add kinesisvideo archived media (#3280) 2020-09-04 12:14:48 +01:00
test_kms re-add coverage and remove unused import 2020-02-21 15:39:23 -05:00
test_logs Linting 2020-09-13 19:42:38 +01:00
test_managedblockchain Added node actions and other fixes 2020-05-15 19:38:19 -05:00
test_opsworks Fix the online status in OpsWorks 2020-05-07 10:57:27 +03:00
test_organizations added organizations detach_policy response, model, and tests, issue #… (#3278) 2020-09-25 16:55:29 +01:00
test_packages
test_polly Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_ram RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00
test_rds Fix more typos. 2020-01-23 10:15:02 -08:00
test_rds2 Bugfix: Allow stop_db_instance for compatible engines 2020-04-16 15:14:37 -04:00
test_redshift Add Redshift.ClusterAlreadyExists Error 2020-05-06 14:28:40 -07:00
test_resourcegroups
test_resourcegroupstaggingapi Add ec2.vpc resource support to Tagging API (#3375) 2020-10-10 19:05:21 +01:00
test_route53 Formatting 2020-03-02 13:07:34 +00:00
test_s3 Fix: S3 Bucket does not support attribute type Arn in Fn::GetAtt (#3388) 2020-10-16 11:29:26 +01:00
test_s3bucket_path List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_sagemaker Basic Support for Endpoints, EndpointConfigs and TrainingJobs (#3142) 2020-07-19 15:06:48 +01:00
test_secretsmanager [SecretsManager] Handle missing secrets versions (#3349) 2020-10-05 12:22:54 +01:00
test_ses SES: Fix sending email when use verify_email_address (#3242) 2020-08-25 13:51:58 +01:00
test_sns Add Support for SNS Topic KmsMasterKeyId Attribute (#3389) 2020-10-16 12:30:07 +01:00
test_sqs Add better support for SQS MaximumMessageSize attribute (#3374) 2020-10-10 17:54:36 +01:00
test_ssm List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_stepfunctions Add validation on execution input 2020-09-04 10:22:21 +01:00
test_sts Add a test for assume_role_with_saml. 2020-04-16 11:47:30 -07:00
test_swf Add SWF domain and type undeprecation 2020-03-05 23:37:17 +10:00
test_transcribe Transcribe Medical Support (#3299) 2020-09-30 13:18:26 +01:00
test_utilities Use TaggingService for S3 Objects 2020-03-31 12:04:04 +01:00
test_xray
__init__.py
backport_assert_raises.py
helpers.py