You probably want to add your integration test to
`GoogleCloudStorageBlobIntegrationLiveTest` and you can run it via:
```
mvn integration-test -pl :google-cloud-storage -Plive \
-Dtest.google-cloud-storage.identity="${JCLOUDS_IDENTITY}" \
-Dtest.google-cloud-storage.credential="${JCLOUDS_CREDENTIAL}"
-Dtest=GoogleCloudStorageBlobIntegrationLiveTest#yourTestName
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1185#issuecomment-371254851