Skip to content
Snippets Groups Projects
Commit c92d892a authored by baldwin's avatar baldwin
Browse files

Added screenshots for

- view.openstack_key_pair.all
- view.openstack_project.all
- view.openstack_port.all
- view.openstack_quota.all
- view.openstack_network.all
parent 29f907ef
No related merge requests found
......@@ -64,3 +64,73 @@ Feature: View the created resources for OpenStack as a "Cloud administrator"
| role |
| Authenticated user |
| Cloud administrator |
@api @javascript
Scenario Outline: View the list of OpenStack key pairs
Given I am logged in as a user with the "<role>" role
And I should see the link "All" in the "nav_bar"
And I should see the link "OpenStack" in the "nav_bar"
When I go to "/clouds/openstack/key_pair"
Then I should get a 200 HTTP response
And I take screenshot
Examples:
| role |
| Authenticated user |
| Cloud administrator |
@api @javascript
Scenario Outline: View the list of OpenStack projects
Given I am logged in as a user with the "<role>" role
And I should see the link "All" in the "nav_bar"
And I should see the link "OpenStack" in the "nav_bar"
When I go to "/clouds/openstack/project"
Then I should get a 200 HTTP response
And I take screenshot
Examples:
| role |
| Authenticated user |
| Cloud administrator |
@api @javascript
Scenario Outline: View the list of OpenStack ports
Given I am logged in as a user with the "<role>" role
And I should see the link "All" in the "nav_bar"
And I should see the link "OpenStack" in the "nav_bar"
When I go to "/clouds/openstack/port"
Then I should get a 200 HTTP response
And I take screenshot
Examples:
| role |
| Authenticated user |
| Cloud administrator |
@api @javascript
Scenario Outline: View the list of OpenStack quotas
Given I am logged in as a user with the "<role>" role
And I should see the link "All" in the "nav_bar"
And I should see the link "OpenStack" in the "nav_bar"
When I go to "/clouds/openstack/quota"
Then I should get a 200 HTTP response
And I take screenshot
Examples:
| role |
| Authenticated user |
| Cloud administrator |
@api @javascript
Scenario Outline: View the list of OpenStack networks
Given I am logged in as a user with the "<role>" role
And I should see the link "All" in the "nav_bar"
And I should see the link "OpenStack" in the "nav_bar"
When I go to "/clouds/openstack/network"
Then I should get a 200 HTTP response
And I take screenshot
Examples:
| role |
| Authenticated user |
| Cloud administrator |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment