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_r135245185
 
 

 ##########
 File path: tests/src/integration/runtimetests/manifest.yml
 ##########
 @@ -0,0 +1,62 @@
+package:
+  name: helloworld
+  version: 1.0
+  license: Apache-2.0
+  actions:
+    greeting:
+      web-export: true
+      version: 1.0
+      function: src/greeting.js
+      runtime: nodejs:6
+      inputs:
+        name: string
+        place: string
+      outputs:
+        payload: string
+  actions:
+      greetingphp:
+        web-export: true
+        version: 1.0
+        function: src/hello.php
+        runtime: php:7.1
+        inputs:
+          name: string
+          place: string
+        outputs:
+          payload: string
+  actions:
+        greetingpython:
+          web-export: true
+          version: 1.0
+          function: src/hello.py
+          runtime: php:7.1
+          inputs:
+            name: string
+            place: string
+          outputs:
+            payload: string
+  actions:
+          greetingswift:
+            web-export: true
+            version: 1.0
+            function: src/hello.swift
+            runtime: php:7.1
+            inputs:
+              name: string
+              place: string
+            outputs:
+              payload: string
+  actions:
+          helloworldjava:
+            function: src/hello.jar
+            runtime: java
+            main: Hello
 
 Review comment:
   @lzbj Should we test an invalid value to assure of our (error) response? 
   
   Also, I would like to see a valid "kind" (like NodeJS) used with an old (no 
longer supported) version to test for that as well.
 
----------------------------------------------------------------
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