aristanetworks / anta

What do you call an ant with frogs legs?
https://anta.arista.com/
Apache License 2.0
46 stars 24 forks source link

Refactor VerifyReachability test case to add coverage for DF Bit, packet size #756

Closed vitthalmagadum closed 1 month ago

vitthalmagadum commented 1 month ago

We need to refactor the existing VerifyReachability test case to enhance coverage including additional scenarios. Currently the test case does not cover:

  1. DF (Don't Fragment) Bit: We need to test packets with the DF bit set to ensure proper handling of fragmentation.
  2. Packet sizes: The test case should cover a range of packet size to verify behavior under different conditions.

Tasks:

Example of ping commands: ping $dest_ip source Loopback0 size 9000 df-bit repeat 10 ping $LO0P_IP source Loopback0 size 9100 df-bit repeat 10