rabbah commented on a change in pull request #4004: Enable running basic system 
tests without requiring whisk.properties
URL: 
https://github.com/apache/incubator-openwhisk/pull/4004#discussion_r218149162
 
 

 ##########
 File path: tests/src/test/scala/common/WhiskProperties.java
 ##########
 @@ -157,6 +172,10 @@ public static int numberOfInvokers() {
         return getInvokerHosts().length;
     }
 
+    public static boolean isSSLCheckRelaxed() {
+        return Boolean.valueOf(getPropFromSystemOrEnv("whisk.ssl.relax"));
 
 Review comment:
   this is handy - could then use it here directly?
   
https://github.com/apache/incubator-openwhisk/blob/50de78a9d5f723485b0f568901189e2447580a47/tests/src/test/scala/system/rest/RestUtil.scala#L34

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to