Provides a dictionary that maps DUT hostnames to DUT instances
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
A dictionary mapping hostnames to instances.
Provides a dictionary that maps DUT hostnames to DUT instances
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
A dictionary mapping hostnames to instances.