Merge pull request #6247 from owncloud/remove-skiponldap-tag

[tests-only][full-ci]Remove skipOnLDAP tag
This commit is contained in:
Phil Davis
2023-05-08 13:49:11 +05:45
committed by GitHub
10 changed files with 21 additions and 21 deletions

View File

@@ -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

View File

@@ -7,7 +7,7 @@ Feature: sharing works when a username and group name are the same
Background:
Given 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 |
@@ -29,7 +29,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 |
@@ -51,7 +51,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 |
@@ -73,7 +73,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 |

View File

@@ -165,7 +165,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

View File

@@ -419,7 +419,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 |
@@ -467,7 +467,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:
@@ -492,7 +492,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>"

View File

@@ -417,7 +417,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 |

View File

@@ -149,7 +149,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

View File

@@ -12,7 +12,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"
@@ -32,7 +32,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"

View File

@@ -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:

View File

@@ -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"

View File

@@ -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