ningyougang commented on issue #2517: Support client certificate verify on server side URL: https://github.com/apache/incubator-openwhisk/pull/2517#issuecomment-317349786 @rabbah , i have added the test case for client certificate auth in AuthentiateTests.scala Actully, in this pr, i have modified a bug. ``` @RunWith(classOf[JUnitRunner]) class AuthenticatedRouteTests ``` For original codes, it doesn't add `@RunWith(classOf[JUnitRunner])` on this class, If doesn't add, it will don't run the test case for this class. So i added to support running these test cases for this class ---------------------------------------------------------------- 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
