Skip to content
Snippets Groups Projects
Commit ae3c0d49 authored by Yas Naoi's avatar Yas Naoi Committed by Yas Naoi
Browse files

Issue #3367407 by yas: Hotfix - Refactor the BDD test scenarios for AWS Cloud

parent 25fe1df6
No related branches found
No related tags found
1 merge request!2123Issue #3386224 by asai.noriaki, yas: Fix an issue where clicking an OpenStack...
...@@ -31,6 +31,7 @@ Feature: Confirm no AWS resources are created under the created cloud service ...@@ -31,6 +31,7 @@ Feature: Confirm no AWS resources are created under the created cloud service
Examples: Examples:
| resource_type | resource_type_name | resource_name | | resource_type | resource_type_name | resource_name |
| instance | "instances" | {{ instance_name}} |
| image | "images" | {{ image_name }} | | image | "images" | {{ image_name }} |
| security_group | "security groups" | {{ security_group_name }} | | security_group | "security groups" | {{ security_group_name }} |
| elastic_ip | "Elastic IPs" | {{ elastic_ip_name }} | | elastic_ip | "Elastic IPs" | {{ elastic_ip_name }} |
......
...@@ -18,18 +18,18 @@ Feature: Make sure "Authenticated user" cannot see resources or Refresh button ...@@ -18,18 +18,18 @@ Feature: Make sure "Authenticated user" cannot see resources or Refresh button
And I should see neither error nor warning messages And I should see neither error nor warning messages
Examples: Examples:
| resource_type | resource_name | | resource_type | resource_name |
| instance | {{ instance_name }} | | instance | {{ instance_name }} |
| image | {{ image_name }} | | image | {{ image_name }} |
| security_group | {{ security_group_name }} | | security_group | {{ security_group_name }} |
| elastic_ip | {{ elastic_ip_name }} | | elastic_ip | {{ elastic_ip_name }} |
| key_pair | {{ ssh_key_name }} | | key_pair | {{ ssh_key_name }} |
| volume | {{ volume_name }} | | volume | {{ volume_name }} |
| snapshot | {{ snapshot_name }} | | snapshot | {{ snapshot_name_operate }} |
| network_interface | {{ network_interface_name }} | | network_interface | {{ network_interface_name_operate }} |
| subnet | {{ subnet_name }} | | subnet | {{ subnet_name }} |
| vpc | {{ vpc_name }} | | vpc | {{ vpc_name }} |
| vpc_peering_connection | {{ vpc_peering_connection_name }} | | vpc_peering_connection | {{ vpc_peering_connection_name_operate }} |
| internet_gateway | {{ internet_gateway_name }} | | internet_gateway | {{ internet_gateway_name }} |
| carrier_gateway | {{ carrier_gateway_name }} | | carrier_gateway | {{ carrier_gateway_name_operate }} |
| transit_gateway | {{ transit_gateway_name }} | | transit_gateway | {{ transit_gateway_name_operate }} |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment