Skip to content

Commit

Permalink
fix u2o arp/nd e2e
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Jun 17, 2024
1 parent e0bcc29 commit b57964c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/kube-ovn/underlay/underlay.go
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,6 @@ var _ = framework.SerialDescribe("[group:underlay]", func() {
ginkgo.By("Sending ND NS request to " + lrpIPv6 + " from container " + containerName)
cmd := strings.Fields("ndisc6 -1 -n -r1 -w1000 " + lrpIPv6 + " eth0")
_, _, err = docker.Exec(containerID, nil, cmd...)
if err == nil {
time.Sleep(time.Hour)
}
framework.ExpectError(err)
framework.ExpectEqual(err, docker.ErrNonZeroExitCode{Cmd: cmd, ExitCode: 2})
} else {
Expand Down

0 comments on commit b57964c

Please sign in to comment.