mirror of https://github.com/apache/jclouds.git
vcloud does set hostname
This commit is contained in:
parent
15af98ba02
commit
db271da687
|
@ -18,8 +18,6 @@
|
||||||
*/
|
*/
|
||||||
package org.jclouds.bluelock.vcloud.zone01.compute;
|
package org.jclouds.bluelock.vcloud.zone01.compute;
|
||||||
|
|
||||||
import org.jclouds.compute.domain.ExecResponse;
|
|
||||||
import org.jclouds.compute.domain.NodeMetadata;
|
|
||||||
import org.jclouds.vcloud.compute.VCloudComputeServiceLiveTest;
|
import org.jclouds.vcloud.compute.VCloudComputeServiceLiveTest;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
|
@ -34,9 +32,4 @@ public class BluelockVCloudZone01ComputeServiceLiveTest extends VCloudComputeSer
|
||||||
provider = "bluelock-vcloud-zone01";
|
provider = "bluelock-vcloud-zone01";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void checkResponseEqualsHostname(ExecResponse execResponse, NodeMetadata node1) {
|
|
||||||
// hostname is not completely predictable based on node metadata
|
|
||||||
assert execResponse.getOutput().trim().equals("Ubuntu1004") : execResponse + ": " + node1;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue