> -# PublicIPAddressApiLiveTest
> -
> -mvn -Dtest=PublicIPAddressApiLiveTest 
> -Dtest.azurecompute-arm.identity=<Application-id> 
> -Dtest.azurecompute-arm.subscriptionid=<Subscription-id> 
> -Dtest.azurecompute-arm.credential=<password> 
> -Dtest.azurecompute-arm.endpoint="https://management.azure.com"; 
> -Dtest.jclouds.oauth.resource="https://management.azure.com/"; 
> -Dtest.oauth.endpoint="https://login.microsoftonline.com/<Tenant-id>/oauth2/token"
>  test
> -
> -# OSImageApiLiveTest:
> -
> -mvn -Dtest=OSImageApiLiveTest 
> -Dtest.azurecompute-arm.identity=<Application-id> 
> -Dtest.azurecompute-arm.subscriptionid=<Subscription-id> 
> -Dtest.azurecompute-arm.credential=<password> 
> -Dtest.azurecompute-arm.endpoint="https://management.azure.com"; 
> -Dtest.jclouds.oauth.resource="https://management.azure.com/"; 
> -Dtest.oauth.endpoint="https://login.microsoftonline.com/<Tenant-id>/oauth2/token"
>  test
> -
> -# DeploymentApiLiveTest:
> -
> -mvn -Dtest=DeploymentApiLiveTest 
> -Dtest.azurecompute-arm.identity=<Application-id> 
> -Dtest.azurecompute-arm.subscriptionid=<Subscription-id> 
> -Dtest.azurecompute-arm.credential=<password> 
> -Dtest.azurecompute-arm.endpoint="https://management.azure.com/"; 
> -Dtest.jclouds.oauth.resource="https://management.azure.com/"; 
> -Dtest.oauth.endpoint="https://login.microsoftonline.com/<Tenant-id>/oauth2/token"
>  test
> -
> +mvn clean verify -Plive \
> +    -Dtest.azurecompute-arm.identity=<Application-id> \
> +    -Dtest.azurecompute-arm.credential=<password> \
> +    -Dtest.azurecompute-arm.subscriptionid=<Subscription-id>\

+1. Will change. Live test invocation should be as close as possible to what 
users will need to provide when creating the context. Thanks for having a look!

---
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-labs/pull/254/files/283762369bedfa88d315bb49869ee3c6eb3853f5#r58791886

Reply via email to