mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
testing: add more parallelism to packetimpact dgram tests
This lowered runtime down to about [2 minutes](https://buildkite.com/gvisor/pipeline/builds/29983#018fca80-2991-4414-aa11-91c71874ea3b). PiperOrigin-RevId: 639204164
This commit is contained in:
committed by
gVisor bot
parent
9d3ea997e2
commit
bb242cb310
@@ -86,6 +86,7 @@ func runAllCombinations(t *testing.T, proto protocolTest) {
|
||||
dut.Net.RemoteIPv6,
|
||||
} {
|
||||
t.Run(fmt.Sprintf("bindTo=%s", bindTo), func(t *testing.T) {
|
||||
t.Parallel()
|
||||
for _, sendTo := range []net.IP{
|
||||
net.IPv4bcast,
|
||||
net.IPv4allsys,
|
||||
|
||||
Reference in New Issue
Block a user