criticalserviesstatus
October 31, 2022 ยท View on GitHub
Overview
Checks status for cirtical services.
Examples
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
service_statuses = duthost.critical_services_status()
Arguments
Takes no arguments.
Expected Output
Returns dictionary mapping service name to whether that service is started.
{SERVICE_NAME}-Trueif service specified is started,Falseotherwise.