diff options
| -rw-r--r-- | .pylintrc | 2 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r1/frr.conf | 5 | ||||
| -rw-r--r-- | tests/topotests/high_ecmp/r2/frr.conf | 6 |
3 files changed, 11 insertions, 2 deletions
@@ -1,5 +1,5 @@ [MASTER] -init-hook="import sys; sys.path.insert(0, '..')" +init-hook="import sys; sys.path.extend(['..', 'tests/topotests']);" signature-mutators=common_config.retry,retry [FORMAT] diff --git a/tests/topotests/high_ecmp/r1/frr.conf b/tests/topotests/high_ecmp/r1/frr.conf index d50ca846d4..957e17e914 100644 --- a/tests/topotests/high_ecmp/r1/frr.conf +++ b/tests/topotests/high_ecmp/r1/frr.conf @@ -2572,3 +2572,8 @@ interface r1-eth513 ipv6 address 2001:db8:3:4::1/64 no shutdown ! +interface r1-eth514 + ip address 10.3.5.1/30 + ipv6 address 2001:db8:3:5::1/64 + no shut +! diff --git a/tests/topotests/high_ecmp/r2/frr.conf b/tests/topotests/high_ecmp/r2/frr.conf index 1dfa8cc02c..151f6da45c 100644 --- a/tests/topotests/high_ecmp/r2/frr.conf +++ b/tests/topotests/high_ecmp/r2/frr.conf @@ -2572,4 +2572,8 @@ interface r2-eth513 ipv6 address 2001:db8:3:4::2/64 no shutdown ! - +interface r2-eth514 + ip address 10.3.5.2/30 + ipv6 address 2001:db8:3:5::2/64 + no shutdown +! |
