Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(anta): Added the test case to verify the Graceful Restart (GR) and GR-Helper #988

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

geetanjalimanegslab
Copy link
Collaborator

Description

This test performs the following checks:

 1. Verifies that the ISIS is configured.
 2. Verifies that the specified VRF is found.
 3. Verifies that the specified VRF instance is found.
 4. Verifies that the IS-IS graceful restart and graceful helper are set as expected in the inputs.

Expected Results
----------------
* Success: The test will pass if graceful restart and graceful helper are set as expected for a specified VRF instance.
* Failure: The test will fail if graceful restart and graceful helper are not set as expected for a specified VRF instance.

Fixes #882

Checklist:

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

Copy link

codspeed-hq bot commented Dec 26, 2024

CodSpeed Performance Report

Merging #988 will not alter performance

Comparing geetanjalimanegslab:test_isis_graceful_restart (f2eb754) with main (2a0bf6c)

Summary

✅ 22 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the test case to verify the Graceful Restart (GR) and GR-Helper
1 participant