fixed test case on ninefold

This commit is contained in:
Adrian Cole 2012-01-17 23:08:16 -08:00
parent de720b6da3
commit 8c2832df48
1 changed files with 0 additions and 7 deletions

View File

@ -19,8 +19,6 @@
package org.jclouds.ninefold.compute.compute;
import org.jclouds.cloudstack.compute.CloudStackComputeServiceLiveTest;
import org.jclouds.compute.domain.ExecResponse;
import org.jclouds.compute.domain.NodeMetadata;
import org.testng.annotations.Test;
/**
@ -33,9 +31,4 @@ public class NinefoldComputeServiceLiveTest extends CloudStackComputeServiceLive
public NinefoldComputeServiceLiveTest() {
provider = "ninefold-compute";
}
protected void checkResponseEqualsHostname(ExecResponse execResponse, NodeMetadata node1) {
// hostname is not predictable based on node metadata
assert execResponse.getOutput().trim().equals("ubuntu");
}
}