A random hostname belonging to one of the DUT instances defined by the deployed testbed.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
A random hostname. This hostname corresponds to one of the DUTs deployed by the current testbed.