Added tests add/remove/list tags on option groups

This commit is contained in:
Mike Fuller 2015-01-29 07:24:03 +11:00
commit 884bd51604
2 changed files with 29 additions and 1 deletions

View file

@ -424,7 +424,7 @@ class SubnetGroup(object):
class RDS2Backend(BaseBackend):
def __init__(self):
self.arn_regex = re_compile(r'^arn:aws:rds:.*:[0-9]*:db:.*$')
self.arn_regex = re_compile(r'^arn:aws:rds:.*:[0-9]*:(db|es|og|pg|ri|secgrp|snapshot|subgrp):.*$')
self.databases = {}
self.security_groups = {}
self.subnet_groups = {}