Whether all critical services have started on the SONiC host.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
all_serv_start = duthost.critical_services_fully_started()
Takes no arguments.
True
if all critical services are fully started, False
otherwise.