summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/runner
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetimpact/runner')
-rw-r--r--test/packetimpact/runner/packetimpact_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/packetimpact/runner/packetimpact_test.go b/test/packetimpact/runner/packetimpact_test.go
index e58a1fb1b..75617f6de 100644
--- a/test/packetimpact/runner/packetimpact_test.go
+++ b/test/packetimpact/runner/packetimpact_test.go
@@ -268,6 +268,7 @@ func TestOne(t *testing.T) {
"--remote_ipv6", remoteIPv6.String(),
"--remote_mac", remoteMAC.String(),
"--device", testNetDev,
+ "--dut_type", *dutPlatform,
)
_, err = testbench.Exec(dockerutil.RunOpts{}, testArgs...)
if !*expectFailure && err != nil {