> @@ -74,6 +76,19 @@ protected String setIfTestSystemPropertyPresent(Properties > overrides, String key > return null; > } > > + /** > + * This helps live testing against specific zones only. > + * @param zones A list of zones, usually from getConfiguredZones() > + * @return Filters zones based on the variable test.live.region, such as > test.live.region=ORD
Yes, that looks better. Will update. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/283/files#r9472460
