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

16 lines
546 B
Gherkin

# language: en
@autoscaling
Feature: Auto Scaling
Scenario: Making a request
When I call the "DescribeScalingProcessTypes" API
Then the value at "Processes" should be a list
Scenario: Handing errors
When I attempt to call the "CreateLaunchConfiguration" API with:
| LaunchConfigurationName | hello, world |
| ImageId | ami-12345678 |
| InstanceType | m1.small |
Then I expect the response error code to be "ValidationError"
And I expect the response error to contain a message