Returns time since networking service started on the host.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
time_since_networking = duthost.get_networking_uptime()
Takes no arguments.
Returns time since networking service started. Returns None if there was an excpetion in getting the duration.