mrutkows commented on a change in pull request #476: Fixing the precedence order of retreiving credentials and adding unit tests URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/476#discussion_r138753995
########## File path: tests/dat/manifest_validate_credentials.yaml ########## @@ -0,0 +1,21 @@ +package: + name: ValidateWhiskConfig + apiHost: sample.manifest.openwhisk.org + credential: sample-manifest-credential + namespace: sample-manifest-namespace + actions: + # helloworld action in NodeJS + helloworld: + function: actions/hello.js + runtime: nodejs:6 + inputs: + name: + type: string + description: name of a person + place: + type: string + description: location of a person + outputs: + payload: + type: string + description: a simple greeting message, Hello World! Review comment: Add another line at the end please. ---------------------------------------------------------------- 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
