You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ev...@apache.org on 2013/07/02 02:47:02 UTC

git commit: Ensure rackspace cloudidentity live tests pass where applicable Disables incompatible keystone tests

Updated Branches:
  refs/heads/1.6.x 56a5d2dc3 -> 162379aae


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/162379aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/162379aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/162379aa

Branch: refs/heads/1.6.x
Commit: 162379aae014af06c8fd66f034db4e4b16be23c0
Parents: 56a5d2d
Author: Zack Shoylev <za...@rackspace.com>
Authored: Thu Jun 20 15:25:56 2013 -0500
Committer: Everett Toews <ev...@rackspace.com>
Committed: Mon Jul 1 19:43:44 2013 -0500

----------------------------------------------------------------------
 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/162379aa/apis/rackspace-cloudidentity/pom.xml
----------------------------------------------------------------------
diff --git a/apis/rackspace-cloudidentity/pom.xml b/apis/rackspace-cloudidentity/pom.xml
index f7e38f2..769be24 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/162379aa/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/162379aa/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/162379aa/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";
-   }
-}