Hi @nacx ! While this provider can already provision nodes successfully, I haven't been able to pass all tests required by the `BaseComputeServiceLiveTest`. The network issue is resolved by increasing the timeout. The current issue I need to resolve is that the tests [require](https://github.com/jclouds/jclouds/blob/master/compute/src/test/java/org/jclouds/compute/internal/BaseComputeServiceLiveTest.java#L232) that the `hostname` be retrieved via API (which isn't possible). Yet to think a workaround.
Hi @baldwinSPC , @jasminSPC ! I haven't put much time in this PR in a while, but I'd appreciate if you could run the live tests on your end as well and post a link to the results as gist (or workaround for the issues too!). Here's the command I'm using: $ `mvn clean integration-test -Plive -Dtest=org.jclouds.profitbricks.compute.ProfitBricksTemplateBuilderLiveTest -Dtest.profitbricks.identity='<username>' -Dtest.profitbricks.credential='<password>' -Dtest.profitbricks.template='locationId=16c7ffee-70d8-4505-8793-d2b32795e4fb,imageNameMatches=jclouds-ubuntu14.10-template,loginUser=root:asdfghjk'` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-102963510
