mirror of https://github.com/apache/jclouds.git
switched to use eucalyptus partnercloud as community cloud hasn't enough resources to complete testing
This commit is contained in:
parent
90bf1b3d07
commit
a5211f523e
|
@ -33,7 +33,7 @@ our compute api supports: aws-ec2, gogrid, cloudservers (generic), cloudservers-
|
||||||
cloudservers-uk, vcloud (generic), ec2 (generic),
|
cloudservers-uk, vcloud (generic), ec2 (generic),
|
||||||
trmk-ecloud, trmk-vcloudexpress, eucalyptus (generic),
|
trmk-ecloud, trmk-vcloudexpress, eucalyptus (generic),
|
||||||
cloudsigma, elasticstack(generic), bluelock-vclouddirector,
|
cloudsigma, elasticstack(generic), bluelock-vclouddirector,
|
||||||
slicehost, ecc-ec2, elastichosts-lon-p (Peer 1),
|
slicehost, eucalyptus-partnercloud-ec2, elastichosts-lon-p (Peer 1),
|
||||||
elastichosts-sat-p (Peer 1), elastichosts-lon-b (BlueSquare),
|
elastichosts-sat-p (Peer 1), elastichosts-lon-b (BlueSquare),
|
||||||
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
||||||
vcloudexpress (generic), stub (in-memory)
|
vcloudexpress (generic), stub (in-memory)
|
||||||
|
@ -44,8 +44,8 @@ our compute api supports: aws-ec2, gogrid, cloudservers (generic), cloudservers-
|
||||||
our blobstore api supports: aws-s3, cloudfiles (generic), cloudfiles-us, cloudfiles-uk,
|
our blobstore api supports: aws-s3, cloudfiles (generic), cloudfiles-us, cloudfiles-uk,
|
||||||
azureblob, atmos (generic), synaptic-storage,
|
azureblob, atmos (generic), synaptic-storage,
|
||||||
cloudonestorage, s3 (generic), walrus(generic), googlestorage,
|
cloudonestorage, s3 (generic), walrus(generic), googlestorage,
|
||||||
scaleup-storage, ecc-s3, swift (generic), transient (in-mem),
|
scaleup-storage, eucalyptus-partnercloud-s3, swift (generic),
|
||||||
filesystem (on-disk)
|
transient (in-mem), filesystem (on-disk)
|
||||||
|
|
||||||
* note * the pom dependency org.jclouds/jclouds-allblobstore gives you access to
|
* note * the pom dependency org.jclouds/jclouds-allblobstore gives you access to
|
||||||
to all of these providers
|
to all of these providers
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>ecc-s3</artifactId>
|
<artifactId>eucalyptus-partnercloud-s3</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>ecc-ec2</artifactId>
|
<artifactId>eucalyptus-partnercloud-ec2</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
Current supported services are:
|
Current supported services are:
|
||||||
[transient, filesystem, s3, azureblob, atmos, cloudfiles, walrus,
|
[transient, filesystem, s3, azureblob, atmos, cloudfiles, walrus,
|
||||||
googlestorage, synaptic, peer1-storage, aws-s3, ecc-s3, cloudfiles-us,
|
googlestorage, synaptic, peer1-storage, aws-s3, eucalyptus-partnercloud-s3,
|
||||||
cloudfiles-uki, swift]
|
cloudfiles-us, cloudfiles-uk, swift]
|
||||||
|
|
||||||
Here's a quick example of how to viewresources in rackspace
|
Here's a quick example of how to viewresources in rackspace
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
"A clojure binding to the jclouds ComputeService.
|
"A clojure binding to the jclouds ComputeService.
|
||||||
|
|
||||||
Current supported providers are:
|
Current supported providers are:
|
||||||
[ec2, aws-ec2, ecc-ec2, cloudservers, cloudservers-uk, cloudservers-us,
|
[ec2, aws-ec2, eucualyptus-partnercloud-ec2, cloudservers,
|
||||||
|
cloudservers-uk, cloudservers-us,
|
||||||
trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock, eucalyptus,
|
trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock, eucalyptus,
|
||||||
slicehost, elastichosts-lon-p, elastichosts-sat-p, elastichosts,
|
slicehost, elastichosts-lon-p, elastichosts-sat-p, elastichosts,
|
||||||
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
||||||
|
|
|
@ -92,8 +92,8 @@ vcloudexpress.propertiesbuilder=org.jclouds.vcloud.VCloudExpressPropertiesBuilde
|
||||||
eucalyptus.contextbuilder=org.jclouds.ec2.EC2ContextBuilder
|
eucalyptus.contextbuilder=org.jclouds.ec2.EC2ContextBuilder
|
||||||
eucalyptus.propertiesbuilder=org.jclouds.eucalyptus.EucalyptusPropertiesBuilder
|
eucalyptus.propertiesbuilder=org.jclouds.eucalyptus.EucalyptusPropertiesBuilder
|
||||||
|
|
||||||
ecc-ec2.contextbuilder=org.jclouds.ec2.EC2ContextBuilder
|
eucalyptus-partnercloud-ec2.contextbuilder=org.jclouds.ec2.EC2ContextBuilder
|
||||||
ecc-ec2.propertiesbuilder=org.jclouds.ecc.ECCEucalyptusPropertiesBuilder
|
eucalyptus-partnercloud-ec2.propertiesbuilder=org.jclouds.epc.EucalyptusPartnerCloudEucalyptusPropertiesBuilder
|
||||||
|
|
||||||
nova-ec2.contextbuilder=org.jclouds.ec2.EC2ContextBuilder
|
nova-ec2.contextbuilder=org.jclouds.ec2.EC2ContextBuilder
|
||||||
nova-ec2.propertiesbuilder=org.jclouds.nova.ec2.NovaEC2PropertiesBuilder
|
nova-ec2.propertiesbuilder=org.jclouds.nova.ec2.NovaEC2PropertiesBuilder
|
||||||
|
@ -174,8 +174,8 @@ cloudfiles-uk.propertiesbuilder=org.jclouds.rackspace.cloudfiles.CloudFilesUKPro
|
||||||
walrus.contextbuilder=org.jclouds.s3.S3ContextBuilder
|
walrus.contextbuilder=org.jclouds.s3.S3ContextBuilder
|
||||||
walrus.propertiesbuilder=org.jclouds.walrus.WalrusPropertiesBuilder
|
walrus.propertiesbuilder=org.jclouds.walrus.WalrusPropertiesBuilder
|
||||||
|
|
||||||
ecc-s3.contextbuilder=org.jclouds.s3.S3ContextBuilder
|
eucalyptus-partnercloud-s3.contextbuilder=org.jclouds.s3.S3ContextBuilder
|
||||||
ecc-s3.propertiesbuilder=org.jclouds.ecc.ECCWalrusPropertiesBuilder
|
eucalyptus-partnercloud-s3.propertiesbuilder=org.jclouds.ecc.EucalyptusPartnerCloudWalrusPropertiesBuilder
|
||||||
|
|
||||||
googlestorage.contextbuilder=org.jclouds.s3.S3ContextBuilder
|
googlestorage.contextbuilder=org.jclouds.s3.S3ContextBuilder
|
||||||
googlestorage.propertiesbuilder=org.jclouds.googlestorage.GoogleStoragePropertiesBuilder
|
googlestorage.propertiesbuilder=org.jclouds.googlestorage.GoogleStoragePropertiesBuilder
|
||||||
|
|
|
@ -30,15 +30,15 @@
|
||||||
<relativePath>../../project/pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>ecc-ec2</artifactId>
|
<artifactId>eucalyptus-partnercloud-ec2</artifactId>
|
||||||
<name>jclouds Eucalyptus Community Cloud EC2 provider</name>
|
<name>jclouds Eucalyptus Partner Cloud EC2 provider</name>
|
||||||
<description>Eucalyptus (EC2) implementation targeted to the Eucalyptus Community Cloud</description>
|
<description>Eucalyptus (EC2) implementation targeted to the Eucalyptus Partner Cloud</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<test.ecc-ec2.endpoint>http://ecc.eucalyptus.com:8773/services/Eucalyptus</test.ecc-ec2.endpoint>
|
<test.eucalyptus-partnercloud-ec2.endpoint>http://partnercloud.eucalyptus.com:8773/services/Eucalyptus</test.eucalyptus-partnercloud-ec2.endpoint>
|
||||||
<test.ecc-ec2.apiversion>2010-06-15</test.ecc-ec2.apiversion>
|
<test.eucalyptus-partnercloud-ec2.apiversion>2010-06-15</test.eucalyptus-partnercloud-ec2.apiversion>
|
||||||
<test.ecc-ec2.identity>FIXME_IDENTITY</test.ecc-ec2.identity>
|
<test.eucalyptus-partnercloud-ec2.identity>FIXME_IDENTITY</test.eucalyptus-partnercloud-ec2.identity>
|
||||||
<test.ecc-ec2.credential>FIXME_CREDENTIAL</test.ecc-ec2.credential>
|
<test.eucalyptus-partnercloud-ec2.credential>FIXME_CREDENTIAL</test.eucalyptus-partnercloud-ec2.credential>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -118,20 +118,20 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-ec2.endpoint</name>
|
<name>test.eucalyptus-partnercloud-ec2.endpoint</name>
|
||||||
<value>${test.ecc-ec2.endpoint}</value>
|
<value>${test.eucalyptus-partnercloud-ec2.endpoint}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-ec2.apiversion</name>
|
<name>test.eucalyptus-partnercloud-ec2.apiversion</name>
|
||||||
<value>${test.ecc-ec2.apiversion}</value>
|
<value>${test.eucalyptus-partnercloud-ec2.apiversion}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-ec2.identity</name>
|
<name>test.eucalyptus-partnercloud-ec2.identity</name>
|
||||||
<value>${test.ecc-ec2.identity}</value>
|
<value>${test.eucalyptus-partnercloud-ec2.identity}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-ec2.credential</name>
|
<name>test.eucalyptus-partnercloud-ec2.credential</name>
|
||||||
<value>${test.ecc-ec2.credential}</value>
|
<value>${test.eucalyptus-partnercloud-ec2.credential}</value>
|
||||||
</property>
|
</property>
|
||||||
</systemProperties>
|
</systemProperties>
|
||||||
</configuration>
|
</configuration>
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc;
|
package org.jclouds.epc;
|
||||||
|
|
||||||
import static org.jclouds.Constants.PROPERTY_ENDPOINT;
|
import static org.jclouds.Constants.PROPERTY_ENDPOINT;
|
||||||
|
|
||||||
|
@ -26,19 +26,19 @@ import java.util.Properties;
|
||||||
import org.jclouds.eucalyptus.EucalyptusPropertiesBuilder;
|
import org.jclouds.eucalyptus.EucalyptusPropertiesBuilder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds properties used in ECCEucalyptus Clients
|
* Builds properties used in EucalyptusPartnerCloudEucalyptus Clients
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
public class ECCEucalyptusPropertiesBuilder extends EucalyptusPropertiesBuilder {
|
public class EucalyptusPartnerCloudEucalyptusPropertiesBuilder extends EucalyptusPropertiesBuilder {
|
||||||
@Override
|
@Override
|
||||||
protected Properties defaultProperties() {
|
protected Properties defaultProperties() {
|
||||||
Properties properties = super.defaultProperties();
|
Properties properties = super.defaultProperties();
|
||||||
properties.setProperty(PROPERTY_ENDPOINT, "http://173.205.188.130:8773/services/Eucalyptus");
|
properties.setProperty(PROPERTY_ENDPOINT, "http://partnercloud.eucalyptus.com:8773/services/Eucalyptus");
|
||||||
return properties;
|
return properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ECCEucalyptusPropertiesBuilder(Properties properties) {
|
public EucalyptusPartnerCloudEucalyptusPropertiesBuilder(Properties properties) {
|
||||||
super(properties);
|
super(properties);
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.compute;
|
package org.jclouds.epc.compute;
|
||||||
|
|
||||||
import static org.jclouds.compute.util.ComputeServiceUtils.getCores;
|
import static org.jclouds.compute.util.ComputeServiceUtils.getCores;
|
||||||
import static org.testng.Assert.assertEquals;
|
import static org.testng.Assert.assertEquals;
|
||||||
|
@ -31,11 +31,11 @@ import org.testng.annotations.Test;
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", sequential = true, testName = "ECCEucalyptusComputeServiceLiveTest")
|
@Test(groups = "live", sequential = true, testName = "EucalyptusPartnerCloudEucalyptusComputeServiceLiveTest")
|
||||||
public class ECCEucalyptusComputeServiceLiveTest extends EC2ComputeServiceLiveTest {
|
public class EucalyptusPartnerCloudEucalyptusComputeServiceLiveTest extends EC2ComputeServiceLiveTest {
|
||||||
|
|
||||||
public ECCEucalyptusComputeServiceLiveTest() {
|
public EucalyptusPartnerCloudEucalyptusComputeServiceLiveTest() {
|
||||||
provider = "ecc-ec2";
|
provider = "eucalyptus-partnercloud-ec2";
|
||||||
// security groups must be <30 characters
|
// security groups must be <30 characters
|
||||||
tag = "eu";
|
tag = "eu";
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.compute;
|
package org.jclouds.epc.compute;
|
||||||
|
|
||||||
import static org.jclouds.compute.util.ComputeServiceUtils.getCores;
|
import static org.jclouds.compute.util.ComputeServiceUtils.getCores;
|
||||||
import static org.testng.Assert.assertEquals;
|
import static org.testng.Assert.assertEquals;
|
||||||
|
@ -37,10 +37,10 @@ import com.google.common.base.Predicate;
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live")
|
@Test(groups = "live")
|
||||||
public class ECCEucalyptusTemplateBuilderLiveTest extends BaseTemplateBuilderLiveTest {
|
public class EucalyptusPartnerCloudEucalyptusTemplateBuilderLiveTest extends BaseTemplateBuilderLiveTest {
|
||||||
|
|
||||||
public ECCEucalyptusTemplateBuilderLiveTest() {
|
public EucalyptusPartnerCloudEucalyptusTemplateBuilderLiveTest() {
|
||||||
provider = "ecc-ec2";
|
provider = "eucalyptus-partnercloud-ec2";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
|
@ -30,16 +30,16 @@
|
||||||
<relativePath>../../project/pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>ecc-s3</artifactId>
|
<artifactId>eucalyptus-partnercloud-s3</artifactId>
|
||||||
<name>jclouds Eucalyptus Community Cloud provider</name>
|
<name>jclouds Eucalyptus Partner Cloud provider</name>
|
||||||
<description>Walrus (S3) implementation targeted to the Eucalyptus Community Cloud</description>
|
<description>Walrus (S3) implementation targeted to the Eucalyptus Partner Cloud</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<test.initializer>org.jclouds.ecc.blobstore.ECCWalrusTestInitializer</test.initializer>
|
<test.initializer>org.jclouds.epc.blobstore.EucalyptusPartnerCloudWalrusTestInitializer</test.initializer>
|
||||||
<test.ecc-s3.endpoint>http://ecc.eucalyptus.com:8773/services/Walrus</test.ecc-s3.endpoint>
|
<test.eucalyptus-partnercloud-s3.endpoint>http://partnercloud.eucalyptus.com:8773/services/Walrus</test.eucalyptus-partnercloud-s3.endpoint>
|
||||||
<test.ecc-s3.apiversion>2006-03-01</test.ecc-s3.apiversion>
|
<test.eucalyptus-partnercloud-s3.apiversion>2006-03-01</test.eucalyptus-partnercloud-s3.apiversion>
|
||||||
<test.ecc-s3.identity>${test.eucalyptus.identity}</test.ecc-s3.identity>
|
<test.eucalyptus-partnercloud-s3.identity>FIXME_IDENTITY</test.eucalyptus-partnercloud-s3.identity>
|
||||||
<test.ecc-s3.credential>${test.eucalyptus.credential}</test.ecc-s3.credential>
|
<test.eucalyptus-partnercloud-s3.credential>FIXME_CREDENTIAL</test.eucalyptus-partnercloud-s3.credential>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -109,20 +109,20 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-s3.endpoint</name>
|
<name>test.eucalyptus-partnercloud-s3.endpoint</name>
|
||||||
<value>${test.ecc-s3.endpoint}</value>
|
<value>${test.eucalyptus-partnercloud-s3.endpoint}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-s3.apiversion</name>
|
<name>test.eucalyptus-partnercloud-s3.apiversion</name>
|
||||||
<value>${test.ecc-s3.apiversion}</value>
|
<value>${test.eucalyptus-partnercloud-s3.apiversion}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-s3.identity</name>
|
<name>test.eucalyptus-partnercloud-s3.identity</name>
|
||||||
<value>${test.ecc-s3.identity}</value>
|
<value>${test.eucalyptus-partnercloud-s3.identity}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.ecc-s3.credential</name>
|
<name>test.eucalyptus-partnercloud-s3.credential</name>
|
||||||
<value>${test.ecc-s3.credential}</value>
|
<value>${test.eucalyptus-partnercloud-s3.credential}</value>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>test.initializer</name>
|
<name>test.initializer</name>
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc;
|
package org.jclouds.epc;
|
||||||
|
|
||||||
import static org.jclouds.Constants.PROPERTY_ENDPOINT;
|
import static org.jclouds.Constants.PROPERTY_ENDPOINT;
|
||||||
|
|
||||||
|
@ -26,19 +26,19 @@ import java.util.Properties;
|
||||||
import org.jclouds.walrus.WalrusPropertiesBuilder;
|
import org.jclouds.walrus.WalrusPropertiesBuilder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds properties used in ECCWalrus Clients
|
* Builds properties used in EucalyptusPartnerCloudWalrus Clients
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
public class ECCWalrusPropertiesBuilder extends WalrusPropertiesBuilder {
|
public class EucalyptusPartnerCloudWalrusPropertiesBuilder extends WalrusPropertiesBuilder {
|
||||||
@Override
|
@Override
|
||||||
protected Properties defaultProperties() {
|
protected Properties defaultProperties() {
|
||||||
Properties properties = super.defaultProperties();
|
Properties properties = super.defaultProperties();
|
||||||
properties.setProperty(PROPERTY_ENDPOINT, "http://ecc.eucalyptus.com:8773/services/Walrus");
|
properties.setProperty(PROPERTY_ENDPOINT, "http://partnercloud.eucalyptus.com:8773/services/Walrus");
|
||||||
return properties;
|
return properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ECCWalrusPropertiesBuilder(Properties properties) {
|
public EucalyptusPartnerCloudWalrusPropertiesBuilder(Properties properties) {
|
||||||
super(properties);
|
super(properties);
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc;
|
package org.jclouds.epc;
|
||||||
|
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
|
@ -25,10 +25,10 @@ import org.testng.annotations.Test;
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
// NOTE:without testName, this will not call @Before* and fail w/NPE during surefire
|
// NOTE:without testName, this will not call @Before* and fail w/NPE during surefire
|
||||||
@Test(enabled = false, groups = "unit", testName = "ECCWalrusAsyncClientTest")
|
@Test(enabled = false, groups = "unit", testName = "EucalyptusPartnerCloudWalrusAsyncClientTest")
|
||||||
public class ECCWalrusAsyncClientTestDisabled extends org.jclouds.walrus.WalrusAsyncClientTestDisabled {
|
public class EucalyptusPartnerCloudWalrusAsyncClientTestDisabled extends org.jclouds.walrus.WalrusAsyncClientTestDisabled {
|
||||||
|
|
||||||
public ECCWalrusAsyncClientTestDisabled() {
|
public EucalyptusPartnerCloudWalrusAsyncClientTestDisabled() {
|
||||||
this.provider = "ecc";
|
this.provider = "ecc";
|
||||||
this.url = "commondatastorage.googleapis.com";
|
this.url = "commondatastorage.googleapis.com";
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc;
|
package org.jclouds.epc;
|
||||||
|
|
||||||
import org.jclouds.walrus.WalrusClientLiveTest;
|
import org.jclouds.walrus.WalrusClientLiveTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -27,7 +27,7 @@ import org.testng.annotations.Test;
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", sequential = true, testName = "ECCWalrusClientLiveTest")
|
@Test(groups = "live", sequential = true, testName = "EucalyptusPartnerCloudWalrusClientLiveTest")
|
||||||
public class ECCWalrusClientLiveTest extends WalrusClientLiveTest {
|
public class EucalyptusPartnerCloudWalrusClientLiveTest extends WalrusClientLiveTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.concurrent.ExecutionException;
|
import java.util.concurrent.ExecutionException;
|
||||||
|
@ -28,8 +28,8 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusBlobIntegrationLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusBlobIntegrationLiveTest")
|
||||||
public class ECCWalrusBlobIntegrationLiveTest extends BaseBlobIntegrationTest {
|
public class EucalyptusPartnerCloudWalrusBlobIntegrationLiveTest extends BaseBlobIntegrationTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Test(expectedExceptions = IllegalArgumentException.class)
|
@Test(expectedExceptions = IllegalArgumentException.class)
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseBlobLiveTest;
|
import org.jclouds.blobstore.integration.internal.BaseBlobLiveTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -25,7 +25,7 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusBlobLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusBlobLiveTest")
|
||||||
public class ECCWalrusBlobLiveTest extends BaseBlobLiveTest {
|
public class EucalyptusPartnerCloudWalrusBlobLiveTest extends BaseBlobLiveTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseBlobMapIntegrationTest;
|
import org.jclouds.blobstore.integration.internal.BaseBlobMapIntegrationTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -25,7 +25,7 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusBlobMapIntegrationLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusBlobMapIntegrationLiveTest")
|
||||||
public class ECCWalrusBlobMapIntegrationLiveTest extends BaseBlobMapIntegrationTest {
|
public class EucalyptusPartnerCloudWalrusBlobMapIntegrationLiveTest extends BaseBlobMapIntegrationTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseBlobSignerLiveTest;
|
import org.jclouds.blobstore.integration.internal.BaseBlobSignerLiveTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -26,7 +26,7 @@ import org.testng.annotations.Test;
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusBlobSignerLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusBlobSignerLiveTest")
|
||||||
public class ECCWalrusBlobSignerLiveTest extends BaseBlobSignerLiveTest {
|
public class EucalyptusPartnerCloudWalrusBlobSignerLiveTest extends BaseBlobSignerLiveTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseContainerIntegrationTest;
|
import org.jclouds.blobstore.integration.internal.BaseContainerIntegrationTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -25,7 +25,7 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusContainerIntegrationLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusContainerIntegrationLiveTest")
|
||||||
public class ECCWalrusContainerIntegrationLiveTest extends BaseContainerIntegrationTest {
|
public class EucalyptusPartnerCloudWalrusContainerIntegrationLiveTest extends BaseContainerIntegrationTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseContainerLiveTest;
|
import org.jclouds.blobstore.integration.internal.BaseContainerLiveTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -25,7 +25,7 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusContainerLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusContainerLiveTest")
|
||||||
public class ECCWalrusContainerLiveTest extends BaseContainerLiveTest {
|
public class EucalyptusPartnerCloudWalrusContainerLiveTest extends BaseContainerLiveTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseInputStreamMapIntegrationTest;
|
import org.jclouds.blobstore.integration.internal.BaseInputStreamMapIntegrationTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -25,7 +25,7 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusInputStreamMapIntegrationLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusInputStreamMapIntegrationLiveTest")
|
||||||
public class ECCWalrusInputStreamMapIntegrationLiveTest extends BaseInputStreamMapIntegrationTest {
|
public class EucalyptusPartnerCloudWalrusInputStreamMapIntegrationLiveTest extends BaseInputStreamMapIntegrationTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import org.jclouds.blobstore.integration.internal.BaseServiceIntegrationTest;
|
import org.jclouds.blobstore.integration.internal.BaseServiceIntegrationTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
@ -25,7 +25,7 @@ import org.testng.annotations.Test;
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "ECCWalrusServiceIntegrationLiveTest")
|
@Test(groups = "live", testName = "EucalyptusPartnerCloudWalrusServiceIntegrationLiveTest")
|
||||||
public class ECCWalrusServiceIntegrationLiveTest extends BaseServiceIntegrationTest {
|
public class EucalyptusPartnerCloudWalrusServiceIntegrationLiveTest extends BaseServiceIntegrationTest {
|
||||||
|
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jclouds.ecc.blobstore;
|
package org.jclouds.epc.blobstore;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@ import com.google.inject.Module;
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
public class ECCWalrusTestInitializer extends TransientBlobStoreTestInitializer {
|
public class EucalyptusPartnerCloudWalrusTestInitializer extends TransientBlobStoreTestInitializer {
|
||||||
|
|
||||||
public ECCWalrusTestInitializer() {
|
public EucalyptusPartnerCloudWalrusTestInitializer() {
|
||||||
provider = "ecc-s3";
|
provider = "ecc-s3";
|
||||||
BaseBlobStoreIntegrationTest.SANITY_CHECK_RETURNED_BUCKET_NAME = true;
|
BaseBlobStoreIntegrationTest.SANITY_CHECK_RETURNED_BUCKET_NAME = true;
|
||||||
}
|
}
|
|
@ -44,8 +44,8 @@
|
||||||
<module>scaleup-storage</module>
|
<module>scaleup-storage</module>
|
||||||
<module>synaptic-storage</module>
|
<module>synaptic-storage</module>
|
||||||
<module>cloudonestorage</module>
|
<module>cloudonestorage</module>
|
||||||
<module>ecc-s3</module>
|
<module>eucalyptus-partnercloud-s3</module>
|
||||||
<module>ecc-ec2</module>
|
<module>eucalyptus-partnercloud-ec2</module>
|
||||||
<module>cloudservers-us</module>
|
<module>cloudservers-us</module>
|
||||||
<module>cloudservers-uk</module>
|
<module>cloudservers-uk</module>
|
||||||
<module>cloudfiles-us</module>
|
<module>cloudfiles-us</module>
|
||||||
|
|
Loading…
Reference in New Issue