diff options
author | Florin Coras <fcoras@cisco.com> | 2023-05-25 12:04:53 -0700 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-06-14 09:55:28 +0000 |
commit | 5e6bc730efc64c1ccbaca765e99faab828b2f76c (patch) | |
tree | a1011974dfec116769beff7010b17253c1b5eed5 /test/asf/test_vcl.py | |
parent | c4d0f47faef33ff882642fc5de75d46719b98d5d (diff) |
udp: fix local port reuse checkv23.06-rc2
Type: fix
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I323946f7838507110c663f5a904399a74fc76691
(cherry picked from commit d921b8988044f708318eb73a1fa883fce094a4d6)
Diffstat (limited to 'test/asf/test_vcl.py')
-rw-r--r-- | test/asf/test_vcl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asf/test_vcl.py b/test/asf/test_vcl.py index 9853529da56..59c077ee4f7 100644 --- a/test/asf/test_vcl.py +++ b/test/asf/test_vcl.py @@ -996,6 +996,7 @@ class LDPThruHostStackIperfUdp(VCLTestCase): "-t 2", "-u", "-l 1400", + "-P 2", "-c", self.loop0.local_ip4, ] |