> + properties.setProperty(OPERATION_TIMEOUT, "60000");
> + properties.setProperty(OPERATION_POLL_INITIAL_PERIOD, "5");
> + properties.setProperty(OPERATION_POLL_MAX_PERIOD, "15");
> + properties.setProperty(TCP_RULE_FORMAT, "tcp_%s-%s");
> + properties.setProperty(TCP_RULE_REGEXP, "tcp_\\d{1,5}-\\d{1,5}");
> +
> + // for oauth
> + AzureLiveTestUtils.defaultProperties(properties);
> + checkNotNull(setIfTestSystemPropertyPresent(properties,
> "jclouds.oauth.resource"), "test.jclouds.oauth.resource");
> + checkNotNull(setIfTestSystemPropertyPresent(properties,
> "oauth.endpoint"), "test.oauth.endpoint");
> + return properties;
> + }
> +
> + @BeforeClass
> + @Override
> + public void setup() {
not needed, remote it please.
---
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/250/files/f7cc1b437f11378e105bba552e3cfee9d7491872#r57514494