Skip to content

Commit

Permalink
Remove tag skipOnOcV10
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-shrestha committed May 4, 2023
1 parent a34c6c4 commit 56a64b9
Show file tree
Hide file tree
Showing 111 changed files with 402 additions and 437 deletions.
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiArchiver/downloadById.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: download multiple resources bundled into an archive
As a user
I want to be able to download multiple items at once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: download multiple resources bundled into an archive
As a user
I want to be able to download multiple items at once
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiContract/copy.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Copy test
As a user
I want to check the PROPFIND response
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiContract/propfind.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Propfind test
As a user
I want to check the PROPFIND response
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Report test
As a user
I want to check the share REPORT response
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiCors/cors.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: for running this feature locally, you need to run oCIS with the following env var:
# CORS_ALLOWED_ORIGINS=https://aphno.badal
@api @skipOnOcV10
@api
Feature: CORS headers
As a user
I want to send a cross-origin request
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/addUserToGroup.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: add users to group
As a admin
I want to be able to add users to a group
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/createGroup.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: create group
As an admin
I want to create a group
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/createUser.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: create user
As a admin
I want to create a user
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/deleteGroup.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: delete groups
As an admin
I want to be able to delete groups
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/deleteUser.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: delete user
As an admin
I want to be able to delete users
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/editGroup.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: edit group name
As an admin
I want to be able to edit group name
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/editUser.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: edit user
As an admin
I want to be able to edit user information
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/getApplications.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10 @skipOnStable2.0
@api @skipOnStable2.0
Feature: get applications
As a user
I want to be able to get application information with existing roles
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/getGroup.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: get groups and their members
As an admin
I want to be able to get groups
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiGraph/getUser.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: get users
As an admin
I want to be able to retrieve user information
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: get user's own information
As user
I want to be able to retrieve my own information
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: remove a user from a group
As an admin
I want to be able to remove a user from a group
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/changeSpaces.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Change data of space
As a user with space admin rights
I want to be able to change the meta-data of a created space (increase the quota, change name, etc.)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Disabling and deleting space
As a manager of space
I want to be able to disable the space first, then delete it.
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/download.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Download file in project space
As a user with different role
I want to be able to download files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: A manager of the space can edit public link
As an user with manager space role
I want to be able to edit a public link.
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/filePreviews.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Preview file in project space
As a user
I want to be able to download different files for the preview
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/listSpaces.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: List and create spaces
As a user
I want to be able to list project spaces
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/notification.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Notification
As a user
I want to be notified of actions related to me
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/publicLink.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: public link for a space

Background:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/quota.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: State of the quota
As a user
I want to be able to see the state of the quota
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Remove files, folder
As a user
I want to be able to remove files, folders
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/resharing.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Resharing
As a user
I want to reshare resources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Restore files, folder
As a user with manager and editor role
I want to be able to restore files, folders
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/restoreSpaces.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Restoring space
As a manager of space
I want to be able to restore a disabled space
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/search.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Search
As a user
I want to search for resources in the space
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Space management
As a user with space admin permission
I want to be able to manage all existing project spaces
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/tag.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10 @skipOnStable2.0
@api @skipOnStable2.0
Feature: Tag
As a user
I want to tag resources
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/tusUpload.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: upload resources using TUS protocol
As a user
I want to be able to upload files
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpaces/uploadSpaces.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Upload files into a space
As a user
I want to be able to create folders and files in the space
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: change shared resource
As a user
I want to change the shared resource
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpacesShares/checksum.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: checksums
As a user
I want to upload files with checksum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: copy file
As a user
I want to be able to copy files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: create file or folder named similar to Shares folder
As a user
I want to be able to create files and folders when the Shares folder exists
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiSpacesShares/favorite.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: favorite
As a user
I want to favorite resources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: move (rename) file
As a user
I want to be able to move and rename files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Public can download folders from project space public link
As a public
I want to be able to download folder from public link
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: sharing
As a user
I want to share resources with different permissions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Share spaces
As the owner of a space
I want to be able to add members to a space, and to remove access for them
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Share spaces via link
As the manager of a space
I want to be able to share a space via public link
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Share a file or folder that is inside a space
As a user with manager space role
I want to be able to share the data inside the space
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: Share a file or folder that is inside a space via public link
As a user with manager space role
I want to be able to share the data inside the space via public link
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcV10
@api
Feature: upload resources on share using TUS protocol
As a user
I want to be able to upload files
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/features/coreApiAuth/webDavAuth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: auth
When a user requests "/remote.php/webdav" with "PROPFIND" and no authentication
Then the HTTP status code should be "401"

@smokeTest @skipOnOcV10 @personalSpace
@smokeTest @personalSpace
Scenario: using spaces WebDAV anonymously
When user "Alice" requests "/dav/spaces/%spaceid%" with "PROPFIND" and no authentication
Then the HTTP status code should be "401"
Expand All @@ -25,7 +25,7 @@ Feature: auth
| dav_path |
| /remote.php/webdav |

@skipOnOcV10 @personalSpace
@personalSpace
Examples:
| dav_path |
| /dav/spaces/%spaceid% |
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV10 @personalSpace
@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @personalSpace
Scenario: send COPY requests to webDav endpoints as normal user with wrong password using the spaces WebDAV API
When user "Alice" requests these endpoints with "COPY" using password "invalid" about user "Alice"
| endpoint |
Expand All @@ -45,7 +45,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV10 @personalSpace
@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @personalSpace
Scenario: send COPY requests to webDav endpoints as normal user with no password using the spaces WebDAV API
When user "Alice" requests these endpoints with "COPY" using password "" about user "Alice"
| endpoint |
Expand All @@ -63,7 +63,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "403"

@skipOnOcV10 @personalSpace
@personalSpace
Scenario: send COPY requests to another user's webDav endpoints as normal user using the spaces WebDAV API
When user "Brian" requests these endpoints with "COPY" about user "Alice"
| endpoint |
Expand All @@ -83,7 +83,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@skipOnOcV10 @personalSpace
@personalSpace
Scenario: send COPY requests to webDav endpoints using invalid username but correct password using the spaces WebDAV API
When user "usero" requests these endpoints with "COPY" using the password of user "Alice"
| endpoint |
Expand All @@ -103,7 +103,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@skipOnOcV10 @personalSpace
@personalSpace
Scenario: send COPY requests to webDav endpoints using valid password and username of different user using the spaces WebDAV API
When user "Brian" requests these endpoints with "COPY" using the password of user "Alice"
| endpoint |
Expand All @@ -123,7 +123,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV10 @personalSpace
@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @personalSpace
Scenario: send COPY requests to webDav endpoints without any authentication using the spaces WebDAV API
When a user requests these endpoints with "COPY" with no authentication about user "Alice"
| endpoint |
Expand All @@ -132,7 +132,7 @@ Feature: COPY file/folder
| /remote.php/dav/spaces/%spaceid%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@skipOnOcV10

Scenario: send COPY requests to webDav endpoints with body as normal user
When user "Alice" requests these endpoints with "COPY" including body "doesnotmatter" about user "Alice"
| endpoint |
Expand All @@ -144,7 +144,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "415"

@skipOnOcV10 @personalSpace
@personalSpace
Scenario: send COPY requests to webDav endpoints with body as normal user using the spaces WebDAV API
When user "Alice" requests these endpoints with "COPY" including body "doesnotmatter" about user "Alice"
| endpoint |
Expand Down
Loading

0 comments on commit 56a64b9

Please sign in to comment.