Updated Branches:
  refs/heads/master 6249d60b0 -> 46f25bc91

Ensure rackspace cloudidentity live tests pass where applicable
Disables incompatible keystone tests


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/46f25bc9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/46f25bc9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/46f25bc9

Branch: refs/heads/master
Commit: 46f25bc9131d9d175624c327020e5c7eb41f1489
Parents: 6249d60
Author: Zack Shoylev <[email protected]>
Authored: Fri Jun 21 11:33:05 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Fri Jun 21 11:33:05 2013 -0700

----------------------------------------------------------------------
 apis/rackspace-cloudidentity/pom.xml            |  2 +-
 .../CloudIdentityTenantApiLiveTest.java         | 31 --------------------
 .../features/CloudIdentityTokenApiLiveTest.java | 31 --------------------
 .../features/CloudIdentityUserApiLiveTest.java  | 31 --------------------
 4 files changed, 1 insertion(+), 94 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/46f25bc9/apis/rackspace-cloudidentity/pom.xml
----------------------------------------------------------------------
diff --git a/apis/rackspace-cloudidentity/pom.xml 
b/apis/rackspace-cloudidentity/pom.xml
index e586b6f..c3f1b58 100644
--- a/apis/rackspace-cloudidentity/pom.xml
+++ b/apis/rackspace-cloudidentity/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <!-- keystone endpoint -->
-    
<test.rackspace-cloudidentity.endpoint>https://identity.api.rackspacecloud.com/v${jclouds.api-version}/</test.rackspace-cloudidentity.endpoint>
+    
<test.rackspace-cloudidentity.endpoint>https://identity.api.rackspacecloud.com/v2.0/</test.rackspace-cloudidentity.endpoint>
     <!-- keystone version -->
     
<test.rackspace-cloudidentity.api-version>2.0</test.rackspace-cloudidentity.api-version>
     <test.rackspace-cloudidentity.build-version />

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/46f25bc9/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTenantApiLiveTest.java
----------------------------------------------------------------------
diff --git 
a/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTenantApiLiveTest.java
 
b/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTenantApiLiveTest.java
deleted file mode 100644
index 1ee0dd4..0000000
--- 
a/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTenantApiLiveTest.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.jclouds.rackspace.cloudidentity.v2_0.features;
-
-import org.jclouds.openstack.keystone.v2_0.features.TenantApiLiveTest;
-import org.testng.annotations.Test;
-
-/**
- * 
- * @author Adrian Cole
- */
-@Test(groups = "live", testName = "CloudIdentityTenantApiLiveTest", 
singleThreaded = true)
-public class CloudIdentityTenantApiLiveTest extends TenantApiLiveTest {
-   public CloudIdentityTenantApiLiveTest() {
-      provider = "rackspace-cloudidentity";
-   }
-}

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/46f25bc9/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTokenApiLiveTest.java
----------------------------------------------------------------------
diff --git 
a/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTokenApiLiveTest.java
 
b/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTokenApiLiveTest.java
deleted file mode 100644
index 093533d..0000000
--- 
a/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityTokenApiLiveTest.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.jclouds.rackspace.cloudidentity.v2_0.features;
-
-import org.jclouds.openstack.keystone.v2_0.features.TokenApiLiveTest;
-import org.testng.annotations.Test;
-
-/**
- * 
- * @author Adrian Cole
- */
-@Test(groups = "live", testName = "CloudIdentityTokenApiLiveTest", 
singleThreaded = true)
-public class CloudIdentityTokenApiLiveTest extends TokenApiLiveTest {
-   public CloudIdentityTokenApiLiveTest() {
-      provider = "rackspace-cloudidentity";
-   }
-}

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/46f25bc9/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityUserApiLiveTest.java
----------------------------------------------------------------------
diff --git 
a/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityUserApiLiveTest.java
 
b/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityUserApiLiveTest.java
deleted file mode 100644
index 960f263..0000000
--- 
a/apis/rackspace-cloudidentity/src/test/java/org/jclouds/rackspace/cloudidentity/v2_0/features/CloudIdentityUserApiLiveTest.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.jclouds.rackspace.cloudidentity.v2_0.features;
-
-import org.jclouds.openstack.keystone.v2_0.features.UserApiLiveTest;
-import org.testng.annotations.Test;
-
-/**
- * 
- * @author Adrian Cole
- */
-@Test(groups = "live", testName = "CloudIdentityUserApiLiveTest", 
singleThreaded = true)
-public class CloudIdentityUserApiLiveTest extends UserApiLiveTest {
-   public CloudIdentityUserApiLiveTest() {
-      provider = "rackspace-cloudidentity";
-   }
-}

Reply via email to