mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
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 ComputeServiceContext computeContext;
|
||||||
protected RestContext<GleSYSClient, GleSYSAsyncClient> context;
|
protected RestContext<GleSYSClient, GleSYSAsyncClient> context;
|
||||||
|
|
||||||
|
public BaseGleSYSClientLiveTest() {
|
||||||
|
provider = "glesys";
|
||||||
|
}
|
||||||
|
|
||||||
@BeforeGroups(groups = { "live" })
|
@BeforeGroups(groups = { "live" })
|
||||||
public void setupClient() {
|
public void setupClient() {
|
||||||
setupCredentials();
|
setupCredentials();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user