andreaturli commented on this pull request.
> + }
+ }
+
+ @Override
+ public void testOptionToNotBlock() throws Exception {
+ // Packet ComputeService implementation has to block until the node
+ // is provisioned, to be able to return it.
+ }
+
+ @Override
+ protected void checkUserMetadataContains(NodeMetadata node,
ImmutableMap<String, String> userMetadata) {
+ // The Packet API does not return the user data
+ }
+
+ @Override
+ public void testAScriptExecutionAfterBootWithBasicTemplate() throws
Exception {
I've seen an inconsistency across images, in particular
"hostname" command on `centOS 7` returns the short name while on `Ubuntu 16` it
returns the fqdn. Using "hostname -s" seems to be safer. Not sure it is a
problem of this provider or something useful for at jcloud core level
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/354