dubeejw commented on a change in pull request #3170: Add controller info route
test
URL:
https://github.com/apache/incubator-openwhisk/pull/3170#discussion_r160738623
##########
File path: tests/src/test/scala/whisk/core/entity/test/ExecHelpers.scala
##########
@@ -99,4 +99,6 @@ trait ExecHelpers extends Matchers with WskActorSystem with
StreamLogging {
protected def bb(image: String, code: String, main: Option[String] = None) =
{
BlackBoxExec(ExecManifest.ImageName(trim(image)),
Some(trim(code)).filter(_.nonEmpty), main, false)
}
+
+ protected def getRuntimesManifest() = ExecManifest.runtimesManifest
Review comment:
I believe `ExecManifest.runtimesManifest` can only be accessed from packages
in the `core`. It is defined with an access modifier `protected[core] object
ExecManifest {`.
----------------------------------------------------------------
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