Skip to content

Commit

Permalink
the tests configuration has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Jun 19, 2023
1 parent adf8afd commit 7408189
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 31 deletions.
11 changes: 6 additions & 5 deletions tests/oc-integration-tests/drone/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
enabled = true
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"
11 changes: 6 additions & 5 deletions tests/oc-integration-tests/drone/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
enabled = true
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"
9 changes: 5 additions & 4 deletions tests/oc-integration-tests/local-mesh/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
enabled = true
Expand Down
11 changes: 6 additions & 5 deletions tests/oc-integration-tests/local-mesh/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
enabled = true
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"
9 changes: 5 additions & 4 deletions tests/oc-integration-tests/local/combined.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
enabled = true
Expand Down
9 changes: 5 additions & 4 deletions tests/oc-integration-tests/local/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

[http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date]
enabled = true
Expand Down
9 changes: 5 additions & 4 deletions tests/oc-integration-tests/local/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ multiple = true
supports_upload_only = true

[http.services.ocs.capabilities.capabilities.files_sharing.public.password]
enforced = true
enforced = false

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

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

0 comments on commit 7408189

Please sign in to comment.