houshengbo 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_r140085170
########## 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 + kafka_brokers_sasl: $KAFKA_BROKERS_SASL Review comment: How can we pick up the brokers in Travis? Would it be ok to set them in travis? ---------------------------------------------------------------- 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
