diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/objectstore/start-swift-ceph.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/objectstore/start-swift-ceph.sh b/tests/objectstore/start-swift-ceph.sh index bbf483c2897..98c0e8b78b2 100755 --- a/tests/objectstore/start-swift-ceph.sh +++ b/tests/objectstore/start-swift-ceph.sh @@ -85,6 +85,7 @@ cat > $thisFolder/swift.config.php <<DELIM 'username' => '$user', 'password' => '$pass', 'container' => 'owncloud-autotest$EXECUTOR_NUMBER', + 'objectPrefix' => 'autotest$EXECUTOR_NUMBER:oid:urn:', 'autocreate' => true, 'region' => '$region', 'url' => 'http://$host:$port/v2.0', |