The SshToCustomPortLiveTest didn't work for remote docker endpoints due to wrong port number used.
This fix allows to decide which `loginPort` to use based on system property configured from the tests. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/313 -- Commit Summary -- * Docker live test fix - SshToCustomPortLiveTest didn't work for remote docker endpoints due to wrong port number used -- File Changes -- M docker/src/test/java/org/jclouds/docker/compute/SshToCustomPortLiveTest.java (6) -- Patch Links -- https://github.com/jclouds/jclouds-labs/pull/313.patch https://github.com/jclouds/jclouds-labs/pull/313.diff -- 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/313
