Skip to content

Commit

Permalink
fix the tests configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Jun 19, 2023
1 parent adf8afd commit 83abe2b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
5 changes: 3 additions & 2 deletions tests/oc-integration-tests/drone/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down Expand Up @@ -111,4 +112,4 @@ prefix = "ocm"
driver = "json"

[http.middlewares.providerauthorizer.drivers.json]
providers = "providers.demo.json"
providers = "providers.demo.json"
5 changes: 3 additions & 2 deletions tests/oc-integration-tests/drone/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down Expand Up @@ -113,4 +114,4 @@ prefix = "ocm"
driver = "json"

[http.middlewares.providerauthorizer.drivers.json]
providers = "providers.demo.json"
providers = "providers.demo.json"
3 changes: 2 additions & 1 deletion tests/oc-integration-tests/local-mesh/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down
5 changes: 3 additions & 2 deletions tests/oc-integration-tests/local-mesh/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down Expand Up @@ -113,4 +114,4 @@ prefix = "ocm"
driver = "json"

[http.middlewares.providerauthorizer.drivers.json]
providers = "providers.demo.json"
providers = "providers.demo.json"
3 changes: 2 additions & 1 deletion tests/oc-integration-tests/local/combined.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down
3 changes: 2 additions & 1 deletion tests/oc-integration-tests/local/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down
3 changes: 2 additions & 1 deletion tests/oc-integration-tests/local/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ supports_upload_only = true
enforced = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for]
read_only = true
read_only = false
read_write = true
read_write_delete = true
upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
Expand Down

0 comments on commit 83abe2b

Please sign in to comment.