Add missing jclouds.blobstore.httpstream.url

Lacking this caused integration test failures with newer testng.
This commit is contained in:
Andrew Gaul 2023-07-29 15:30:28 +09:00
parent 8075bbe50a
commit 132604d71a
1 changed files with 2 additions and 0 deletions

View File

@ -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>