cloudstack doesn't authoritatively set the hostname

This commit is contained in:
Adrian Cole 2011-11-17 16:12:12 +02:00
parent a377fe04a0
commit e08372a8aa
1 changed files with 6 additions and 0 deletions

View File

@ -61,4 +61,10 @@ public class CloudStackComputeServiceLiveTest extends BaseComputeServiceLiveTest
assert node.getUserMetadata().equals(ImmutableMap.<String, String> of()) : String.format(
"node userMetadata did not match %s %s", userMetadata, node);
}
@Override
public void testOptionToNotBlock() {
// start call blocks until we static nat, which is long enough to reach
// running state
}
}