mirror of https://github.com/apache/jclouds.git
GleSYS provider: adjusting ClientLiveTest base class to new framework
This commit is contained in:
parent
19ff2eb89b
commit
131e61d9c2
|
@ -59,6 +59,10 @@ public class BaseGleSYSClientLiveTest extends BaseVersionedServiceLiveTest {
|
|||
protected ComputeServiceContext computeContext;
|
||||
protected RestContext<GleSYSClient, GleSYSAsyncClient> context;
|
||||
|
||||
public BaseGleSYSClientLiveTest() {
|
||||
provider = "glesys";
|
||||
}
|
||||
|
||||
@BeforeGroups(groups = { "live" })
|
||||
public void setupClient() {
|
||||
setupCredentials();
|
||||
|
|
Loading…
Reference in New Issue