mrutkows commented on a change in pull request #366: Support more runtime types
from bluemix host info.
URL:
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/366#discussion_r135244752
##########
File path: tests/src/integration/runtimetests/manifest.yml
##########
@@ -0,0 +1,62 @@
+package:
Review comment:
@lzbj I do not see tests fro Python2 and Python3, which are both supported
currently by OpenWhisk. i.e.,
"image": "openwhisk/python2action:latest",
"deprecated": false,
"requireMain": false,
"default": true,
"attached": false,
"kind": "python:2"
}, {
"image": "openwhisk/python3action:latest",
"deprecated": false,
"requireMain": false,
"default": false,
"attached": false,
"kind": "python:3"
}],
----------------------------------------------------------------
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