mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 10:39:03 +00:00
Do not force the Chef server version
This commit is contained in:
parent
b4b7f5623a
commit
05481efd71
@ -38,8 +38,8 @@
|
||||
<test.chef.endpoint>http://localhost:4000</test.chef.endpoint>
|
||||
<test.chef.api-version></test.chef.api-version>
|
||||
<test.chef.build-version></test.chef.build-version>
|
||||
<test.chef.identity>chef-validator</test.chef.identity>
|
||||
<test.chef.credential>${user.home}/.chef/validation.pem</test.chef.credential>
|
||||
<test.chef.identity>chef-webui</test.chef.identity>
|
||||
<test.chef.credential>${user.home}/.chef/webui.pem</test.chef.credential>
|
||||
<test.chef.validator.identity>chef-validator</test.chef.validator.identity>
|
||||
<test.chef.validator.credential>${user.home}/.chef/validation.pem</test.chef.validator.credential>
|
||||
<jclouds.osgi.import>
|
||||
|
@ -18,9 +18,6 @@
|
||||
*/
|
||||
package org.jclouds.chef;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jclouds.Constants;
|
||||
import org.jclouds.chef.internal.BaseChefClientLiveTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
@ -32,11 +29,5 @@ import org.testng.annotations.Test;
|
||||
@Test(groups = { "live" })
|
||||
public class ChefClientLiveTest extends BaseChefClientLiveTest {
|
||||
|
||||
@Override
|
||||
protected Properties setupProperties() {
|
||||
Properties props = super.setupProperties();
|
||||
props.setProperty(Constants.PROPERTY_API_VERSION, ChefAsyncClient.VERSION);
|
||||
return props;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -54,7 +54,6 @@ import org.testng.annotations.Test;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import com.google.common.collect.Iterables;
|
||||
import com.google.common.io.Closeables;
|
||||
import com.google.common.primitives.Bytes;
|
||||
/**
|
||||
|
@ -22,7 +22,6 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.jclouds.Constants;
|
||||
import org.jclouds.apis.BaseContextLiveTest;
|
||||
import org.jclouds.chef.ChefContext;
|
||||
import org.testng.annotations.Test;
|
||||
|
@ -20,10 +20,7 @@ package org.jclouds.ohai.functions;
|
||||
|
||||
import static org.testng.Assert.assertEquals;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.jclouds.crypto.CryptoStreams;
|
||||
import org.testng.annotations.BeforeTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user