In the testsuite
suite_group_alpha_lab_testing
, and in test case
alpha/bgp_routing/test_med_metric.py::test_alpha_lab_bgp_routing_med_metric
the command sudo -S systemctl restart frr.service fails to restart correctly leading to
INFO asyncssh:logging.py:92 [conn=112, chan=6] Command: echo onl | sudo -S systemctl restart frr.service
INFO asyncssh:logging.py:92 [conn=111, chan=6] Received exit status 1
INFO asyncssh:logging.py:92 [conn=111, chan=6] Received channel close
INFO asyncssh:logging.py:92 [conn=111, chan=6] Channel closed
DEBUG dist1:Logger.py:156 Job for frr.service failed.
See "systemctl status frr.service" and "journalctl -xe" for details.
which in turn leads to show bgp summary json command failing.
DEBUG dist1:Logger.py:156 vtysh -c 'show bgp summary json'
INFO asyncssh:logging.py:92 [conn=111, chan=22] Requesting new SSH session
INFO asyncssh:logging.py:92 [conn=111, chan=22] Command: vtysh -c 'show bgp summary json'
INFO asyncssh:logging.py:92 [conn=111, chan=22] Received exit status 1
INFO asyncssh:logging.py:92 [conn=111, chan=22] Received channel close
INFO asyncssh:logging.py:92 [conn=111, chan=22] Channel closed
DEBUG dist1:Logger.py:156 Exiting: failed to connect to any daemons.
All below tests fail for the same reason
alpha/bgp_routing/test_med_metric.py::test_alpha_lab_bgp_routing_med_metric
alpha/bgp_routing/test_route_allow_as_in.py::test_alpha_lab_bgp_routing_allow_as_in
alpha/bgp_routing/test_route_filtering.py::test_alpha_lab_bgp_routing_route_filtering
alpha/bgp_routing/test_route_loop_detection.py::test_alpha_lab_bgp_routing_loop_detection
alpha/bgp_routing/test_route_map.py::test_alpha_lab_bgp_routing_route_map
alpha/bgp_routing/test_route_selection.py::test_alpha_lab_bgp_routing_route_selection
alpha/bgp_routing/test_timers.py::test_alpha_lab_bgp_routing_timers
alpha/static_routing/test_floating_vs_bgp_route.py::test_alpha_lab_static_routing_floating_vs_bgp_route
In the testsuite
, and in test case
the command sudo -S systemctl restart frr.service fails to restart correctly leading to
which in turn leads to show bgp summary json command failing.
All below tests fail for the same reason