diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-04-08 13:04:26 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-04-09 08:35:05 -0400 | 
| commit | 0b25370e95306a6b1631fea8d521aa6f04e75fe4 (patch) | |
| tree | 0daabb39ecf1d051a878e8be2153ef816a7959ff /tests/topotests/bgp_vrf_dynamic_route_leak | |
| parent | 98ca91e18193a34791d4693c685b60d57ce56f35 (diff) | |
tests: More black fixups
Just another round of fixups found by running black on the code
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_vrf_dynamic_route_leak')
| -rw-r--r-- | tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py b/tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py index b99f1a7418..291a6e7c3a 100644 --- a/tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py +++ b/tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py @@ -498,6 +498,7 @@ def disable_route_map_to_prefer_global_next_hop(tgen, topo):  #  ##################################################### +  def test_dynamic_imported_routes_advertised_to_iBGP_peer_p0(request):      """      TC5_FUNC_5: @@ -762,9 +763,7 @@ def test_dynamic_imported_routes_advertised_to_iBGP_peer_p0(request):      for addr_type in ADDR_TYPES: -        step( -            "On router R1 delete static routes in vrf ISR to LOOPBACK_1" -        ) +        step("On router R1 delete static routes in vrf ISR to LOOPBACK_1")          input_routes_r1 = {              "r1": { @@ -772,7 +771,7 @@ def test_dynamic_imported_routes_advertised_to_iBGP_peer_p0(request):                      {                          "network": [NETWORK1_3[addr_type], NETWORK1_4[addr_type]],                          "next_hop": (intf_r2_r1[addr_type]).split("/")[0], -                        "delete": True +                        "delete": True,                      }                  ]              }  | 
