Open hareesh-ganipineni opened 3 years ago
https://github.com/Azure/sonic-mgmt/blob/6429d311c10dd8eac0ae062e7e31f0d6a86c587a/spytest/tests/routing/BGP/test_bgp.py#L288
Here we need to use
tg_ob.tg_emulation_bgp_route_config(handle=bgp_route[‘handle'], mode='remove', num_routes='4',
prefix=‘122.1.1.0’, as_path='as_seq:1')
instead of
tg_ob.tg_emulation_bgp_route_config(handle=bgp_handle['handle'], mode='remove', num_routes='4',
prefix='122.1.1.0', as_path='as_seq:1')
@ramakristipati please look into this issue.
https://github.com/Azure/sonic-mgmt/blob/6429d311c10dd8eac0ae062e7e31f0d6a86c587a/spytest/tests/routing/BGP/test_bgp.py#L288
Here we need to use
tg_ob.tg_emulation_bgp_route_config(handle=bgp_route[‘handle'], mode='remove', num_routes='4',
prefix=‘122.1.1.0’, as_path='as_seq:1')
instead of
tg_ob.tg_emulation_bgp_route_config(handle=bgp_handle['handle'], mode='remove', num_routes='4',
prefix='122.1.1.0', as_path='as_seq:1')