This test case checks if specified BGP drop statistics are zero, ensuring that no BGP messages
are being dropped.(Inbound updates, Inbound paths, Outbound paths).
Expected Results
----------------
* Success: The test will pass if the BGP peer's drop statistics are zero.
* Failure: The test will fail if the BGP peer's drop statistics are non-zero.
Fixes #769
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)
Description
This test case checks if specified BGP drop statistics are zero, ensuring that no BGP messages are being dropped.(Inbound updates, Inbound paths, Outbound paths).
Fixes #769
Checklist:
pre-commit run
)tox -e testenv
)