Skip to content

Commit

Permalink
flip tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic authored and aduffeck committed Mar 13, 2023
1 parent 0371407 commit cccefab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/oc-integration-tests/drone/storage-users-ocis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ treesize_accounting = true
permissionssvc = "localhost:10000"
personalspacealias_template = "{{.SpaceType}}/{{.User.Username}}"
generalspacealias_template = "{{.SpaceType}}/{{.SpaceName | replace \" \" \"-\" | lower}}"
metadata_backend = "messagepack"

# we have a locally running dataprovider
[http]
Expand All @@ -41,3 +42,4 @@ root = "/drone/src/tmp/reva/data"
treetime_accounting = true
treesize_accounting = true
permissionssvc = "localhost:10000"
metadata_backend = "messagepack"
4 changes: 2 additions & 2 deletions tests/oc-integration-tests/drone/storage-users-s3ng.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissionssvc = "localhost:10000"
"s3.bucket" = "test"
"s3.access_key" = "test"
"s3.secret_key" = "test"
"metadata_backend" = "messagepack"
"metadata_backend" = "xattrs"

# we have a locally running dataprovider
[http]
Expand All @@ -48,4 +48,4 @@ permissionssvc = "localhost:10000"
"s3.bucket" = "test"
"s3.access_key" = "test"
"s3.secret_key" = "test"
"metadata_backend" = "messagepack"
"metadata_backend" = "xattrs"

0 comments on commit cccefab

Please sign in to comment.