python-botocore/tests/acceptance/features/smoke/cloudwatch/cloudwatch.feature
2015-11-24 20:34:53 +09:00

20 lines
552 B
Gherkin

# language: en
@cloudwatch @monitoring
Feature: Amazon CloudWatch
Scenario: Making a request
When I call the "ListMetrics" API with:
| Namespace | AWS/EC2 |
Then the value at "Metrics" should be a list
Scenario: Handling errors
When I attempt to call the "SetAlarmState" API with:
| AlarmName | abc |
| StateValue | mno |
| StateReason | xyz |
Then I expect the response error code to be "ValidationError"
And I expect the response error message to include:
"""
failed to satisfy constraint
"""