X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vxlan.py;h=99d5d13f0fb200882b1496ddc772d72029262ed4;hb=1d977dceee55ad1cb7480cf7bb7737448ce5a124;hp=6bdcb258bcd37c5ee37ed43bccb27260f2563aee;hpb=d927834a1f4dfd18eb4d0788e69f106fc3780ef8;p=vpp.git diff --git a/test/test_vxlan.py b/test/test_vxlan.py index 6bdcb258bcd..99d5d13f0fb 100644 --- a/test/test_vxlan.py +++ b/test/test_vxlan.py @@ -97,7 +97,7 @@ class TestVxlan(BridgeDomain, VppTestCase): add or del tunnels sharing the same mcast dst to test vxlan ref_count mechanism """ - n_shared_dst_tunnels = 2000 + n_shared_dst_tunnels = 20 vni_start = 10000 vni_end = vni_start + n_shared_dst_tunnels for vni in range(vni_start, vni_end):