netperf: explicitly test IPv4 only

This commit is contained in:
Christian Helmuth 2018-01-12 11:39:18 +01:00
parent a1e22789af
commit ce44dcf9c1
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ sleep 3
foreach netperf_test $netperf_tests {
puts "\n---------------------------- $netperf_test -----------------------"
spawn netperf-$version -H $ip_addr -P 1 -v 2 -t $netperf_test -c -C -- $packet_size $force_ports
spawn netperf-$version -4 -H $ip_addr -P 1 -v 2 -t $netperf_test -c -C -- $packet_size $force_ports
set netperf_id $spawn_id
set spawn_id_list [list $netperf_id $serial_id]