You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/14 19:33:14 UTC

[GitHub] pritidesai commented on issue #256: Add zipaction integration test cases.

pritidesai commented on issue #256: Add zipaction integration test cases.
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/256#issuecomment-308534961
 
 
   Thanks a bunch David for this fix, I downloaded source from this pull request, built wskdeploy binary and tested it. I was able to create `cat-get-action` action as stated in #269 and run it successfully:
   
   ```
   wsk action invoke cat-get/cat-get-action --blocking --param id 2
   "response": {
           "result": {
               "color": "red",
               "id": 2,
               "name": "minnie"
           },
           "status": "success",
           "success": true
       },
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services