mirror of https://github.com/apache/jclouds.git
Ensure rackspace cloudidentity live tests pass where applicable
Disables incompatible keystone tests
This commit is contained in:
parent
6249d60b0b
commit
46f25bc913
|
@ -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 />
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
}
|
|
@ -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";
|
||||
}
|
||||
}
|
|
@ -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";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue