rabbah commented on a change in pull request #2744: Deploy kafka & zookeeper
cluster with ansible
URL:
https://github.com/apache/incubator-openwhisk/pull/2744#discussion_r154236336
##########
File path: tests/src/test/scala/services/KafkaConnectorTests.scala
##########
@@ -65,17 +65,34 @@ class KafkaConnectorTests extends FlatSpec with Matchers
with WskActorSystem wit
super.afterAll()
}
+ def commandComponent(host: String, command: String, component: String) = {
Review comment:
@devbv Could reuse these methods here:
https://github.com/apache/incubator-openwhisk/blob/e587bf8ec632320614f14114c4e85e67f39c06c2/tests/src/test/scala/ha/ShootComponentsTests.scala#L94
Sorry I'm a little late to the party.
----------------------------------------------------------------
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