mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-19 06:00:40 -04:00
Remove skipOnLDAP tag
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@api @provisioning_api-app-required @skipOnLDAP @skipOnGraph @skipOnReva
|
||||
@api @provisioning_api-app-required @skipOnGraph @skipOnReva
|
||||
Feature: add user
|
||||
As an admin
|
||||
I want to be able to add users and store their password with the full hash difficulty
|
||||
|
||||
@@ -8,7 +8,7 @@ Feature: sharing works when a username and group name are the same
|
||||
Given auto-accept shares has been disabled
|
||||
And user "Alice" has been created with default attributes and without skeleton files
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario: creating a new share with user and a group having same name
|
||||
Given these users have been created without skeleton files:
|
||||
| username |
|
||||
@@ -30,7 +30,7 @@ Feature: sharing works when a username and group name are the same
|
||||
And the content of file "/Shares/randomfile.txt" for user "Brian" should be "Random data"
|
||||
And the content of file "/Shares/randomfile.txt" for user "Carol" should be "Random data"
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario: creating a new share with group and a user having same name
|
||||
Given these users have been created without skeleton files:
|
||||
| username |
|
||||
@@ -52,7 +52,7 @@ Feature: sharing works when a username and group name are the same
|
||||
And the content of file "/Shares/randomfile.txt" for user "Brian" should be "Random data"
|
||||
And the content of file "/Shares/randomfile.txt" for user "Carol" should be "Random data"
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario: creating a new share with user and a group having same name but different case
|
||||
Given these users have been created without skeleton files:
|
||||
| username |
|
||||
@@ -74,7 +74,7 @@ Feature: sharing works when a username and group name are the same
|
||||
And the content of file "/Shares/randomfile.txt" for user "Brian" should be "Random data"
|
||||
And the content of file "/Shares/randomfile.txt" for user "Carol" should be "Random data"
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario: creating a new share with group and a user having same name but different case
|
||||
Given these users have been created without skeleton files:
|
||||
| username |
|
||||
|
||||
@@ -166,7 +166,7 @@ Feature: share resources where the sharee receives the share in multiple ways
|
||||
| 1 | /zzzfolder | /zzzfolder (2) | 100 |
|
||||
| 2 | /zzzfolder | /zzzfolder (2) | 200 |
|
||||
|
||||
@skipOnLDAP @skipOnGraph
|
||||
@skipOnGraph
|
||||
Scenario Outline: share with a group and then add a user to that group that already has a file with the shared name
|
||||
Given using OCS API version "<ocs_api_version>"
|
||||
And user "Carol" has been created with default attributes and without skeleton files
|
||||
|
||||
@@ -420,7 +420,7 @@ Feature: sharing
|
||||
| /Shares/randomfile.txt |
|
||||
And the content of file "Shares/randomfile.txt" for user "brian" should be "Random data"
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario: creating a new share with user of a group when username contains capital letters
|
||||
Given these users have been created without skeleton files:
|
||||
| username |
|
||||
@@ -468,7 +468,7 @@ Feature: sharing
|
||||
| 1 | 100 |
|
||||
| 2 | 200 |
|
||||
|
||||
@skipOnLDAP @skipOnGraph
|
||||
@skipOnGraph
|
||||
Scenario Outline: share with a group and then add a user to that group
|
||||
Given using OCS API version "<ocs_api_version>"
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
@@ -493,7 +493,7 @@ Feature: sharing
|
||||
| 1 | 100 |
|
||||
| 2 | 200 |
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
# deleting an LDAP group is not relevant or possible using the provisioning API
|
||||
Scenario Outline: shares shared to deleted group should not be available
|
||||
Given using OCS API version "<ocs_api_version>"
|
||||
|
||||
@@ -418,7 +418,7 @@ Feature: accept/decline shares coming from internal users
|
||||
| /textfile0.txt |
|
||||
| /Shares/textfile0.txt |
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario: user shares folder with matching folder name to a user before that user has logged in
|
||||
Given these users have been created without skeleton files and not initialized:
|
||||
| username |
|
||||
|
||||
@@ -150,7 +150,7 @@ Feature: sharing
|
||||
| 1 | 200 |
|
||||
| 2 | 404 |
|
||||
|
||||
@skipOnLDAP @issue-1289 @skipOnGraph
|
||||
@issue-1289 @skipOnGraph
|
||||
Scenario: Share of folder to a group, remove user from that group
|
||||
Given using OCS API version "1"
|
||||
And user "Carol" has been created with default attributes and without skeleton files
|
||||
|
||||
@@ -13,7 +13,7 @@ Feature: updating shares to users and groups that have the same name
|
||||
And user "Alice" has created folder "/TMP"
|
||||
And user "Alice" has uploaded file with content "Random data" to "/TMP/randomfile.txt"
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario Outline: update permissions of a user share with a user and a group having the same name
|
||||
Given using OCS API version "<ocs_api_version>"
|
||||
And user "Alice" has shared folder "/TMP" with group "Brian"
|
||||
@@ -33,7 +33,7 @@ Feature: updating shares to users and groups that have the same name
|
||||
| 1 | 100 |
|
||||
| 2 | 200 |
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario Outline: update permissions of a group share with a user and a group having the same name
|
||||
Given using OCS API version "<ocs_api_version>"
|
||||
And user "Alice" has shared folder "/TMP" with user "Brian"
|
||||
|
||||
@@ -57,7 +57,7 @@ Feature: search sharees
|
||||
| 1 | 100 | 200 |
|
||||
| 2 | 200 | 200 |
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario Outline: search only with group members - allowed
|
||||
Given using OCS API version "<ocs-api-version>"
|
||||
And parameter "shareapi_only_share_with_group_members" of app "core" has been set to "yes"
|
||||
@@ -200,7 +200,7 @@ Feature: search sharees
|
||||
| 1 | 100 | 200 |
|
||||
| 2 | 200 | 200 |
|
||||
|
||||
@skipOnLDAP
|
||||
|
||||
Scenario Outline: enumerate only group members - only show partial results from member of groups
|
||||
Given using OCS API version "<ocs-api-version>"
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
|
||||
@@ -158,7 +158,7 @@ Feature: files and folders exist in the trashbin after being deleted
|
||||
| dav-path |
|
||||
| spaces |
|
||||
|
||||
@issue-3561 @skipOnLDAP
|
||||
@issue-3561
|
||||
Scenario Outline: Listing other user's trashbin is prohibited
|
||||
Given using <dav-path> DAV path
|
||||
And user "testtrashbin100" has been created with default attributes and without skeleton files
|
||||
@@ -176,7 +176,7 @@ Feature: files and folders exist in the trashbin after being deleted
|
||||
| new | 404 |
|
||||
| spaces | 404 |
|
||||
|
||||
@issue-3561 @smokeTest @skipOnLDAP
|
||||
@issue-3561 @smokeTest
|
||||
Scenario Outline: Listing other user's trashbin is prohibited with multiple files on trashbin
|
||||
Given using <dav-path> DAV path
|
||||
And user "testtrashbin101" has been created with default attributes and without skeleton files
|
||||
@@ -197,7 +197,7 @@ Feature: files and folders exist in the trashbin after being deleted
|
||||
| new | 404 |
|
||||
| spaces | 404 |
|
||||
|
||||
@issue-3561 @skipOnLDAP @provisioning_api-app-required
|
||||
@issue-3561 @provisioning_api-app-required
|
||||
Scenario Outline: Listing other user's trashbin is prohibited for newly recreated user with same name
|
||||
Given using <dav-path> DAV path
|
||||
And user "testtrashbin102" has been created with default attributes and without skeleton files
|
||||
@@ -223,7 +223,7 @@ Feature: files and folders exist in the trashbin after being deleted
|
||||
| new | 404 |
|
||||
| spaces | 404 |
|
||||
|
||||
@issue-3561 @skipOnLDAP
|
||||
@issue-3561
|
||||
Scenario Outline: Listing other user's empty unused trashbin is prohibited
|
||||
Given using <dav-path> DAV path
|
||||
And user "testtrashbinempty" has been created with default attributes and without skeleton files
|
||||
@@ -239,7 +239,7 @@ Feature: files and folders exist in the trashbin after being deleted
|
||||
| dav-path |
|
||||
| spaces |
|
||||
|
||||
@issue-3561 @skipOnLDAP
|
||||
@issue-3561
|
||||
Scenario Outline: Listing non-existent user's trashbin is prohibited
|
||||
Given using <dav-path> DAV path
|
||||
When user "Alice" tries to list the trashbin content for user "testtrashbinnotauser"
|
||||
|
||||
@@ -243,7 +243,7 @@ Feature: get file properties
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@skipOnLDAP @user_ldap-issue-268
|
||||
|
||||
Scenario Outline: A file that is shared by user,group and link has a share-types property
|
||||
Given using <dav_version> DAV path
|
||||
And user "Brian" has been created with default attributes and without skeleton files
|
||||
|
||||
Reference in New Issue
Block a user