From 2ea6d2cca01917a9b883623c45a9337d86258dbc Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sat, 27 Apr 2024 23:30:08 +0300 Subject: [PATCH] tests: Add missing check_router_status for bgp_tcp_mss test Signed-off-by: Donatas Abraitis --- tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py b/tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py index 332952790f..aeb9bf529d 100644 --- a/tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py +++ b/tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py @@ -54,6 +54,7 @@ from lib.common_config import ( addKernelRoute, apply_raw_config, check_address_types, + check_router_status, create_prefix_lists, create_route_maps, create_static_routes, -- 2.39.5