Skip to content

Commit fb58786

Browse files
committed
Godeps: update github.com/contiv/objdb to latest master
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent aa32b52 commit fb58786

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

Godeps/Godeps.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/contiv/objdb/etcdService.go

+18-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

systemtests/container_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ func (c *container) checkPingFailure(ipaddr string) error {
4343
func (c *container) checkPing(ipaddr string) error {
4444
logrus.Infof("Checking ping from %v to %s", c, ipaddr)
4545
out, err := c.exec("ping -c 1 " + ipaddr)
46-
if err != nil {
47-
return err
48-
}
4946

5047
if err != nil || strings.Contains(out, "0 received, 100% packet loss") {
5148
logrus.Errorf("Ping from %v to %s FAILED: %q - %v", c, ipaddr, out, err)

0 commit comments

Comments
 (0)