Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 565 Bytes

get_critical_services.md

File metadata and controls

25 lines (18 loc) · 565 Bytes

get_critical_services

Overview

Gets the critical services for the ASIC.

Examples

def test_fun(duthosts, rand_one_dut_hostname, tbinfo, enum_frontend_asic_index):
    duthost = duthosts[rand_one_dut_hostname]

    sonic_asic = duthost.asic_instance(asic_index=enum_frontend_asic_index)

    crit_servs = sonic_asic.get_critical_services()

Arguments

Takes no arguments

Expected Output

List of service names running on the ASIC.