Github user huafengw commented on the issue:
https://github.com/apache/incubator-gearpump/pull/162
Hi Karol, would you mind do some code modification in
org.apache.gearpump.integrationtest.Docker.scala, change the implementation of
`getNetworkGateway` to
```
final def getNetworkGateway(container: String): String = {
trace(container, s"Get gateway of container...") {
Docker.inspect(container, "--format={{.NetworkSettings.Gateway}}")
}
}
```
Then rerun the integration test on your Ubuntu environment to see whether
the modification is OK?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---