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

14 lines
477 B
Gherkin

# language: en
@storagegateway
Feature: AWS Storage Gateway
Scenario: Making a request
When I call the "ListGateways" API
Then the value at "Gateways" should be a list
Scenario: Handling errors
When I attempt to call the "ListVolumes" API with:
| GatewayARN | fake_gateway_that_meets_the_minimum_length_restriction |
Then I expect the response error code to be "InvalidGatewayRequestException"
And I expect the response error to contain a message