File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
feature/gribi/otg_tests/gribi_to_bgp_redistribution Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ This test validates the gRIBI route redistribution from gRIBI to BGP for IPv4 in
135135* Step 2 - Program a gRIBI route in TEST_VRF
136136
137137``` yaml
138- # gRIBI Entry using gribic: Redistribute gRIBI to BGP
139138' operation: { op: ADD network_instance: "TEST_VRF" next_hop: { index: 1001 next_hop { ip_address: { value: "192.0.2.2" } } } }'
140139' operation: { op: ADD network_instance: "TEST_VRF" next_hop_group: { id: 2001 next_hop_group { next_hop { index: 1001 weight: { value: 1 } } } } }'
141140' operation: { op: ADD network_instance: "TEST_VRF" ipv4: { prefix: "198.51.100.1/32" ipv4_entry { next_hop_group: { value: 2001 } } } }'
@@ -165,7 +164,6 @@ This test validates the gRIBI route redistribution from gRIBI to BGP for IPv4 in
165164* Step 2 - Program a gRIBI route in TEST_VRF
166165
167166``` yaml
168- # gRIBI Entry using gribic: Redistribute gRIBI to BGP
169167' operation: { op: ADD network_instance: "TEST_VRF" next_hop: { index: 1001 next_hop { ip_address: { value: "192.0.2.2" } } } }'
170168' operation: { op: ADD network_instance: "TEST_VRF" next_hop_group: { id: 2001 next_hop_group { next_hop { index: 1001 weight: { value: 1 } } } } }'
171169' operation: { op: ADD network_instance: "TEST_VRF" ipv4: { prefix: "198.51.100.1/32" ipv4_entry { next_hop_group: { value: 2001 } } } }'
@@ -254,7 +252,6 @@ This test validates the gRIBI route redistribution from gRIBI to BGP for IPv4 in
254252* Step 2 - Program a gRIBI route in TEST_VRF
255253
256254``` yaml
257- # gRIBI Entry using gribic: Redistribute gRIBI to BGP
258255' operation: { op: ADD network_instance: "TEST_VRF" next_hop: { index: 1001 next_hop { ip_address: { value: "192.0.2.2" } } } }'
259256' operation: { op: ADD network_instance: "TEST_VRF" next_hop_group: { id: 2001 next_hop_group { next_hop { index: 1001 weight: { value: 1 } } } } }'
260257' operation: { op: ADD network_instance: "TEST_VRF" ipv4: { prefix: "198.51.100.1/32" ipv4_entry { next_hop_group: { value: 2001 } } } }'
You can’t perform that action at this time.
0 commit comments