GleSYS provider: adjusting ClientLiveTest base class to new framework

This commit is contained in:
Adam Lowe 2012-01-31 10:51:16 +00:00
parent 19ff2eb89b
commit 131e61d9c2
1 changed files with 4 additions and 0 deletions

View File

@ -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();