anta icon indicating copy to clipboard operation
anta copied to clipboard

feat(anta): Refactor VerifyReachability test case to add coverage for DF Bit, packet size

Open vitthalmagadum opened this issue 7 months ago • 0 comments

Description

  • Updated the test case to include optional field of DF bit(Updated input model for df-bit) in command.
  • Included optional field of packet size variation(Updated input model for packet size) in command.

Fixes #756

Checklist:

  • [X] My code follows the style guidelines of this project
  • [X] I have performed a self-review of my code
  • [X] I have run pre-commit for code linting and typing (pre-commit run)
  • [ ] I have made corresponding changes to the documentation
  • [X] I have added tests that prove my fix is effective or that my feature works
  • [X] New and existing unit tests pass locally with my changes (tox -e testenv)

vitthalmagadum avatar Jul 22 '24 07:07 vitthalmagadum