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

Issue #3272557 by kumikoono, yas: Update the test scenario to test with two instance types

parent 7cbd71fe
No related branches found
No related tags found
5 merge requests!1759Issue #3356778: Release 5.1.1,!1679Issue #3349074: Fix the OpenStack Project create and edit form in SPA that "Member" cannot be saved due to a validation error,!1607Issue #3343582: Add the function to preview OpenStack stack in the SPA,!1032Issue #3284576: Release 5.0.0-alpha2,!832Issue #3274116: Refactor composer.json to use docomoinnovations/drupal-extension
......@@ -33,6 +33,7 @@ Feature: Launch an EC2 instance as "Authenticated User"
And I select "{{ instance_type }}" from "Instance type"
And I wait for AJAX to finish
And I select "{{ image_name }}" from "Image ID"
And I wait for AJAX to finish
And I select "{{ availability_zone }}" from "Availability Zone"
And I select "{{ vpc_name }}" from "VPC"
And I wait for AJAX to finish
......
@ignore
Feature: Launch an EC2 instance with various instance types as "Authenticated User"
@javascript @api
......@@ -8,7 +7,9 @@ Feature: Launch an EC2 instance with various instance types as "Authenticated Us
And I should see the heading "Add AWS Cloud"
And I enter <instance_name> for "Name"
And I select <instance_type> from "Instance type"
And I wait for AJAX to finish
And I select "{{ image_name }}" from "Image ID"
And I wait for AJAX to finish
And I select "{{ availability_zone }}" from "Availability Zone"
And I select "{{ vpc_name }}" from "VPC"
And I wait for AJAX to finish
......
......@@ -35,12 +35,12 @@ instance_name_1:
instance_name_2:
BDD_Instance_2_@Random
instance_type:
c3.large
t3.nano
# instance_*_n for instance testing in a loop.
instance_type_1:
c3.large
m5.large
instance_type_2:
t3.nano
t3.micro
internet_gateway:
BDD_IG_@Random
ip_protocol:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment