Added iam backend to servers, added some tests to check backend

This commit is contained in:
Jot 2015-08-03 00:31:36 +02:00
commit 42b95023f5
4 changed files with 37 additions and 21 deletions

View file

@ -559,8 +559,7 @@ USER_TEMPLATE = """<{{ action }}UserResponse>
<Path>{{ user.path }}</Path>
<UserName>{{ user.name }}</UserName>
<UserId>{{ user.id }}</UserId>
<Arn>arn:aws:iam::123456789012:user/{{ user.path }}/{{ user.name }}
</Arn>
<Arn>arn:aws:iam::123456789012:user/{{ user.path }}/{{ user.name }}</Arn>
</User>
</{{ action }}UserResult>
<ResponseMetadata>