nacx 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'd rather apply that fix directly in the base class, as it seems safe?
--
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