> +@Test(groups = "live", singleThreaded = true, testName =
> "ProfitBricksComputeServiceLiveTest")
> +public class ProfitBricksComputeServiceLiveTest extends
> BaseComputeServiceLiveTest {
> +
> +// private static final String TEST_DC_NAME = "computeServiceLiveTest" +
> System.currentTimeMillis();
> + private static final String TEST_DC_NAME = "computeServiceLiveTest";
> +
> + private DataCenter dataCenter;
> +
> + public ProfitBricksComputeServiceLiveTest() {
> + provider = "profitbricks-rest";
> +// System.setProperty("http.proxyHost", "127.0.0.1");
> +// System.setProperty("https.proxyHost", "127.0.0.1");
> +// System.setProperty("http.proxyPort", "8888");
> +// System.setProperty("https.proxyPort", "8888");
> +// System.setProperty("javax.net.ssl.trustStore", "C:\\Program
> Files\\Java\\jdk1.8.0_73\\jre\\lib\\security\\FiddlerKeystore");
> +// System.setProperty("javax.net.ssl.trustStorePassword", "testme");
Remove these commented test values (including the `TEST_DC_NAME` field)
--
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/292/files/1533bf29a80f2c87834f501abd91ea399debd688#r77746753