Skip to content
Snippets Groups Projects

Issue #3367407: Refactor the BDD test scenarios for AWS Cloud

Files
2
@@ -31,6 +31,7 @@ Feature: Confirm no AWS resources are created under the created cloud service
Examples:
| resource_type | resource_type_name | resource_name |
| instance | "instances" | {{ instance_name}} |
| image | "images" | {{ image_name }} |
| security_group | "security groups" | {{ security_group_name }} |
| elastic_ip | "Elastic IPs" | {{ elastic_ip_name }} |
Loading