mirror of https://github.com/apache/jclouds.git
Add missing jclouds.blobstore.httpstream.url
Lacking this caused integration test failures with newer testng.
This commit is contained in:
parent
8075bbe50a
commit
132604d71a
|
@ -145,6 +145,8 @@
|
|||
<configuration>
|
||||
<threadCount>1</threadCount>
|
||||
<systemPropertyVariables>
|
||||
<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.google-cloud-storage.identity>${test.google-cloud-storage.identity}</test.google-cloud-storage.identity>
|
||||
<test.google-cloud-storage.credential>${test.google-cloud-storage.credential}</test.google-cloud-storage.credential>
|
||||
<test.jclouds.googlecloud.project-name>${test.jclouds.googlecloud.project-name}</test.jclouds.googlecloud.project-name>
|
||||
|
|
Loading…
Reference in New Issue