Checks status for cirtical services.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
service_statuses = duthost.critical_services_status()
Takes no arguments.
Returns dictionary mapping service name to whether that service is started.
{SERVICE_NAME}
-True
if service specified is started,False
otherwise.