Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 531 Bytes

get_asic_namespace.md

File metadata and controls

25 lines (18 loc) · 531 Bytes

get_asic_namespace

Overview

Provides namespace for 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)

    ns = sonic_asic.get_asic_namespace()

Arguments

Takes no arguments.

Expected Output

Namespace as a String for ASIC.