pritidesai commented on a change in pull request #528: wip - Adding integratin test on message hub URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/528#discussion_r140088625
########## File path: tests/src/integration/message-hub/manifest.yaml ########## @@ -0,0 +1,29 @@ +packages: + data-processing-with-messagehub: + dependencies: + wskdeployMessageHub: + location: /whisk.system/messaging + inputs: + user: $MESSAGEHUB_USER + password: $MESSAGEHUB_PASSWORD + kafka_admin_url: $MESSAGEHUB_ADMIN_HOST Review comment: I am setting it in the test file `message-hub_test.go` ---------------------------------------------------------------- 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
