Removes any ssh tunnels if present created for syncd RPC communication
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
duthost.remove_ssh_tunnel_sai_rpc()
Takes no arguments
Provides no output
Removes any ssh tunnels if present created for syncd RPC communication
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
duthost.remove_ssh_tunnel_sai_rpc()
Takes no arguments
Provides no output