Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 604 Bytes

File metadata and controls

26 lines (18 loc) · 604 Bytes

setup

Overview

Gather facts about the duthost.

docs used to help write this page.

Examples

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

    setup_facts = duthost.setup()

Arguments

This method takes no arguments

Expected Output

The output for this command is far too long to reasonably document. Commonly used properties should be documented at some point.