Commit fbd864ea authored by shota niioka's avatar shota niioka Committed by Yas Naoi
Browse files

Issue #3292142 by shota niioka, yas: Hotfix - Add a BDD test suite for...

Issue #3292142 by shota niioka, yas: Hotfix - Add a BDD test suite for OpenStack security groups (Read and Update)
parent afa68762
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ Feature: Create a Drupal role for OpenStack and a user as "Administrator"
    # Allow to see the cloud service provider
    And I check the box "Access {{ cloud_service_provider_name }}"
    # Allow to delete resources as workaround
    # This permission is temporary once perimission is fixed we don't have to add perimission
    # This permission is temporary once perimission is fixed we don't have to
    # add perimission
    And I check the box "Delete any OpenStack security group"
    And I check the box "View any OpenStack security group"
    And I check the box "Edit any OpenStack security group"