Exemplo n.º 1
0
 def test_set_mtu_on_link_aggregation(self):
     la = UnityIpPort('spa_la_2', cli=t_rest())
     la.set_mtu(1500)
Exemplo n.º 2
0
 def test_set_mtu_on_eth_port(self):
     port = UnityIpPort('spa_eth3', cli=t_rest())
     port.set_mtu(1500)