mirror of https://github.com/apache/jclouds.git
Increased container count for cloudfiles tests.
This commit is contained in:
parent
30f99ef1cf
commit
ffc0d681d5
|
@ -34,6 +34,7 @@
|
|||
<packaging>bundle</packaging>
|
||||
|
||||
<properties>
|
||||
<test.blobstore.container-count>15</test.blobstore.container-count>
|
||||
<test.cloudfiles.endpoint>https://auth.api.rackspacecloud.com</test.cloudfiles.endpoint>
|
||||
<test.cloudfiles.api-version>1.0</test.cloudfiles.api-version>
|
||||
<test.cloudfiles.build-version></test.cloudfiles.build-version>
|
||||
|
@ -112,6 +113,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<test.blobstore.container-count>${test.blobstore.container-count}</test.blobstore.container-count>
|
||||
<jclouds.blobstore.httpstream.url>${jclouds.blobstore.httpstream.url}</jclouds.blobstore.httpstream.url>
|
||||
<jclouds.blobstore.httpstream.md5>${jclouds.blobstore.httpstream.md5}</jclouds.blobstore.httpstream.md5>
|
||||
<test.cloudfiles.endpoint>${test.cloudfiles.endpoint}</test.cloudfiles.endpoint>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
<packaging>bundle</packaging>
|
||||
|
||||
<properties>
|
||||
<test.blobstore.container-count>15</test.blobstore.container-count>
|
||||
<test.cloudfiles-uk.endpoint>https://lon.auth.api.rackspacecloud.com</test.cloudfiles-uk.endpoint>
|
||||
<test.cloudfiles-uk.api-version>1.0</test.cloudfiles-uk.api-version>
|
||||
<test.cloudfiles-uk.build-version></test.cloudfiles-uk.build-version>
|
||||
|
@ -111,6 +112,7 @@
|
|||
<configuration>
|
||||
<threadCount>1</threadCount>
|
||||
<systemPropertyVariables>
|
||||
<test.blobstore.container-count>${test.blobstore.container-count}</test.blobstore.container-count>
|
||||
<test.cloudfiles-uk.endpoint>${test.cloudfiles-uk.endpoint}</test.cloudfiles-uk.endpoint>
|
||||
<test.cloudfiles-uk.api-version>${test.cloudfiles-uk.api-version}</test.cloudfiles-uk.api-version>
|
||||
<test.cloudfiles-uk.build-version>${test.cloudfiles-uk.build-version}</test.cloudfiles-uk.build-version>
|
||||
|
|
Loading…
Reference in New Issue