python-botocore/tests/acceptance/features/smoke/cloudformation/cloudformation.feature
2016-02-02 17:54:52 +09:00

15 lines
497 B
Gherkin

# language: en
@cloudformation
Feature: AWS CloudFormation
Scenario: Making a request
When I call the "ListStacks" API
Then the value at "StackSummaries" should be a list
Scenario: Handling errors
When I attempt to call the "CreateStack" API with:
| StackName | fakestack |
| TemplateURL | http://s3.amazonaws.com/foo/bar |
Then I expect the response error code to be "ValidationError"
And I expect the response error to contain a message