%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/aws-sdk/features/iam/ |
| Current File : /home/opti/workflow/node_modules/aws-sdk/features/iam/iam.feature |
# language: en
@iam
Feature: IAM
I want to use IAM
Scenario: Users
Given I have an IAM username "js-test"
And I create an IAM user with the username
And I list the IAM users
Then the list should contain the user
And I delete the IAM user
Scenario: Roles
Given I create an IAM role with name prefix "aws-sdk-js"
Then the IAM role should exist
And I delete the IAM role
Scenario: Error handling
Given I have an IAM username "js-test-dupe"
And I create an IAM user with the username
And I create an IAM user with the username
Then the error code should be "EntityAlreadyExists"
And I delete the IAM user