Skip to content

Commit

Permalink
Issue_882: Updated instance name as str
Browse files Browse the repository at this point in the history
  • Loading branch information
Geetanjali Mane authored and Geetanjali Mane committed Jan 3, 2025
1 parent 1dd3e8d commit c2134a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions anta/tests/routing/isis.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,19 +762,19 @@ class VerifyISISGracefulRestart(AntaTest):
- VerifyISISGracefulRestart:
instances:
- vrf: default
name: 1
name: '1'
graceful_restart: True
graceful_helper: True
- vrf: default
name: 2
name: '2'
graceful_restart: True
graceful_helper: True
- vrf: test
name: 1
name: '1'
graceful_restart: True
graceful_helper: True
- vrf: test
name: 2
name: '2'
graceful_restart: True
graceful_helper: True
Expand Down
8 changes: 4 additions & 4 deletions examples/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,19 +545,19 @@ anta.tests.routing.isis:
# Verifies the graceful restart and helper mechanism.
instances:
- vrf: default
name: 1
name: '1'
graceful_restart: True
graceful_helper: True
- vrf: default
name: 2
name: '2'
graceful_restart: True
graceful_helper: True
- vrf: test
name: 1
name: '1'
graceful_restart: True
graceful_helper: True
- vrf: test
name: 2
name: '2'
graceful_restart: True
graceful_helper: True

Expand Down

0 comments on commit c2134a0

Please sign in to comment.