diff options
author | Zeling Feng <zeling@google.com> | 2020-11-18 13:26:47 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-18 13:29:03 -0800 |
commit | d2b701758d3fb1c39162243521e6b985f8b5ef78 (patch) | |
tree | 7063f6fd49d9ea88016e5c6a0af4b8bc16ae1fa4 /test/packetimpact/runner/packetimpact_test.go | |
parent | 60b97bfda6b5a2730c3016c8d243d521a89b6272 (diff) |
Remove the redundant containerIP parameter
PiperOrigin-RevId: 343144023
Diffstat (limited to 'test/packetimpact/runner/packetimpact_test.go')
-rw-r--r-- | test/packetimpact/runner/packetimpact_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packetimpact/runner/packetimpact_test.go b/test/packetimpact/runner/packetimpact_test.go index c598bfc29..46334b7ab 100644 --- a/test/packetimpact/runner/packetimpact_test.go +++ b/test/packetimpact/runner/packetimpact_test.go @@ -28,5 +28,5 @@ func init() { } func TestOne(t *testing.T) { - runner.TestWithDUT(context.Background(), t, runner.NewDockerDUT, runner.DutAddr) + runner.TestWithDUT(context.Background(), t, runner.NewDockerDUT) } |