mirror of https://github.com/apache/jclouds.git
fixed test case on ninefold
This commit is contained in:
parent
de720b6da3
commit
8c2832df48
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue