Skip to content

Commit

Permalink
fix for intermittent failures in vxlan ecmp test suite (sonic-net#14024)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnantKishorSharma authored Aug 9, 2024
1 parent 4720578 commit 6fb6f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/test/files/ptftests/py3/vxlan_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Logger = logging.getLogger(__name__)

# Some constants used in this code
MIN_PACKET_COUNT = 4
MIN_PACKET_COUNT = 10
MINIMUM_PACKETS_FOR_ECMP_VALIDATION = 300
TEST_ECN = True

Expand Down

0 comments on commit 6fb6f20

Please sign in to comment.