vishesh92 commented on code in PR #7622: URL: https://github.com/apache/cloudstack/pull/7622#discussion_r1227546880
########## plugins/storage/volume/scaleio/src/test/java/org/apache/cloudstack/storage/datastore/client/ScaleIOGatewayClientImplTest.java: ########## @@ -48,7 +48,7 @@ @RunWith(MockitoJUnitRunner.class) public class ScaleIOGatewayClientImplTest { - private final int port = 443; + private final int port = 8443; Review Comment: `443` is a restricted port in linux and needs root access. Used `8443` instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org