Commit 3aad8860 authored by Kumiko Ono's avatar Kumiko Ono Committed by Yas Naoi
Browse files

Issue #3311268 by kumikoono, yas: Refactor OpenStack test scenarios to verify...

Issue #3311268 by kumikoono, yas: Refactor OpenStack test scenarios to verify the "Authored by" field of an OpenStack instance
parent 7e574e3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@minimal @ci_job @setup
@minimal @ci_job @setup @launch_instance
Feature: Create a cloud service provider for OpenStack as "Cloud administrator"
  In order to start BDD testing
  We need to create a cloud service provider
+3 −2
Original line number Diff line number Diff line
@minimal @ci_job @setup
@minimal @ci_job @setup @launch_instance
Feature: Create a Drupal role for OpenStack and a user as "Administrator"

  @api
@@ -41,7 +41,8 @@ Feature: Create a Drupal role for OpenStack and a user as "Administrator"
    # Allow to view and edit private image by public image case
    And I check the box "View any OpenStack image"
    And I check the box "Edit any OpenStack image"
    # Allow to launch an instance.
    # Allow to launch an instance from any launch templates
    And I check the box "View any cloud launch templates"
    And I check the box "Launch approved cloud launch template"
    And I press "Save permissions"
    And I should see the success message "The changes have been saved."
+1 −1
Original line number Diff line number Diff line
@ci_job @setup
@ci_job @setup @launch_instance
Feature: Create, view, edit and delete a cloud service provider for OpenStack as "Cloud administrator"

  @api
+1 −1
Original line number Diff line number Diff line
@minimal @ci_job
@minimal @ci_job @launch_instance
Feature: Create resources for OpenStack as "Authenticated User"

  @api
+1 −1
Original line number Diff line number Diff line
@minimal @ci_job
@minimal @ci_job @launch_instance
Feature: Create an instances for OpenStack as "Authenticated User"

  @api
Loading