Skip to content

Commit d8b4627

Browse files
committed
Fixing UT failures
1 parent 4bc503b commit d8b4627

11 files changed

+0
-38
lines changed

src/sonic-config-engine/tests/sample_output/py2/bgpd_frr.conf

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ router bgp 65100
4848
!
4949
bgp bestpath as-path multipath-relax
5050
!
51-
bgp graceful-restart restart-time 240
52-
bgp graceful-restart
53-
bgp graceful-restart preserve-fw-state
54-
bgp graceful-restart select-defer-time 45
5551
!
5652
bgp router-id 10.1.0.32
5753
!

src/sonic-config-engine/tests/sample_output/py2/bgpd_frr_bmp.conf

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ router bgp 65100
4848
!
4949
bgp bestpath as-path multipath-relax
5050
!
51-
bgp graceful-restart restart-time 240
52-
bgp graceful-restart
53-
bgp graceful-restart preserve-fw-state
54-
bgp graceful-restart select-defer-time 45
5551
!
5652
!
5753
bmp mirror buffer-limit 4294967214

src/sonic-config-engine/tests/sample_output/py2/bgpd_frr_dualtor.conf

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ router bgp 65100
4949
!
5050
bgp bestpath as-path multipath-relax
5151
!
52-
bgp graceful-restart restart-time 240
53-
bgp graceful-restart
54-
bgp graceful-restart preserve-fw-state
55-
bgp graceful-restart select-defer-time 45
5652
!
5753
bgp router-id 10.1.0.32
5854
!

src/sonic-config-engine/tests/sample_output/py2/bgpd_quagga.conf

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ router bgp 65100
2020
bgp log-neighbor-changes
2121
bgp bestpath as-path multipath-relax
2222
no bgp default ipv4-unicast
23-
bgp graceful-restart restart-time 240
24-
bgp graceful-restart
2523
bgp router-id 10.1.0.32
2624
network 10.1.0.32/32
2725
address-family ipv6

src/sonic-config-engine/tests/sample_output/py2/frr.conf

-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ router bgp 65100
6868
!
6969
bgp bestpath as-path multipath-relax
7070
!
71-
bgp graceful-restart restart-time 240
72-
bgp graceful-restart
73-
bgp graceful-restart preserve-fw-state
74-
bgp graceful-restart select-defer-time 45
7571
!
7672
bgp router-id 10.1.0.32
7773
!

src/sonic-config-engine/tests/sample_output/py2/t2-chassis-fe-bgpd.conf

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ router bgp 4000 vrf VnetFE
2626
bgp log-neighbor-changes
2727
bgp bestpath as-path multipath-relax
2828
no bgp default ipv4-unicast
29-
bgp graceful-restart restart-time 240
30-
bgp graceful-restart
3129
bgp router-id 4.0.0.0
3230
neighbor 192.168.0.1 remote-as 3000
3331
neighbor 192.168.0.1 description Leaf01

src/sonic-config-engine/tests/sample_output/py3/bgpd_frr.conf

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ router bgp 65100
4848
!
4949
bgp bestpath as-path multipath-relax
5050
!
51-
bgp graceful-restart restart-time 240
52-
bgp graceful-restart
53-
bgp graceful-restart preserve-fw-state
54-
bgp graceful-restart select-defer-time 45
5551
!
5652
bgp router-id 10.1.0.32
5753
!

src/sonic-config-engine/tests/sample_output/py3/bgpd_frr_bmp.conf

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ router bgp 65100
4848
!
4949
bgp bestpath as-path multipath-relax
5050
!
51-
bgp graceful-restart restart-time 240
52-
bgp graceful-restart
53-
bgp graceful-restart preserve-fw-state
54-
bgp graceful-restart select-defer-time 45
5551
!
5652
!
5753
bmp mirror buffer-limit 4294967214

src/sonic-config-engine/tests/sample_output/py3/bgpd_frr_dualtor.conf

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ router bgp 65100
4949
!
5050
bgp bestpath as-path multipath-relax
5151
!
52-
bgp graceful-restart restart-time 240
53-
bgp graceful-restart
54-
bgp graceful-restart preserve-fw-state
55-
bgp graceful-restart select-defer-time 45
5652
!
5753
bgp router-id 10.1.0.32
5854
!

src/sonic-config-engine/tests/sample_output/py3/bgpd_quagga.conf

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ router bgp 65100
2020
bgp log-neighbor-changes
2121
bgp bestpath as-path multipath-relax
2222
no bgp default ipv4-unicast
23-
bgp graceful-restart restart-time 240
24-
bgp graceful-restart
2523
bgp router-id 10.1.0.32
2624
network 10.1.0.32/32
2725
address-family ipv6

src/sonic-config-engine/tests/sample_output/py3/frr.conf

-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ router bgp 65100
6868
!
6969
bgp bestpath as-path multipath-relax
7070
!
71-
bgp graceful-restart restart-time 240
72-
bgp graceful-restart
73-
bgp graceful-restart preserve-fw-state
74-
bgp graceful-restart select-defer-time 45
7571
!
7672
bgp router-id 10.1.0.32
7773
!

0 commit comments

Comments
 (0)