efs.feature 423 B

1234567891011121314
  1. # language: en
  2. @efs @elasticfilesystem @client
  3. Feature: Amazon Elastic File System
  4. I want to use Amazon Elastic File System
  5. Scenario: Making a request
  6. When I call the "DescribeFileSystems" API
  7. Then the value at "FileSystems" should be a list
  8. Scenario: Handling errors
  9. When I attempt to call the "DeleteFileSystem" API with:
  10. | FileSystemId | fake-id |
  11. Then the error code should be "BadRequest"