Searched refs:intf (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 417 def get_if_addr6(intf, address_type): argument 433 if if_list[2] == intf and if_list[1] == address_type: 440 def wait_for_dhcp(intf): argument 454 reset_host_interface(intf) 457 ip = scapy.get_if_addr(intf) 458 log.info('DHCP address assigned to {} as {}'.format(intf, ip)) 462 def reset_host_interface(intf): argument 469 intf_down_cmd = 'ifconfig %s down' % intf 470 intf_up_cmd = 'ifconfig %s up' % intf 475 log.info('{} has been reset'.format(intf))
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 6367 for intf in intfs: 6368 if intf in out: 6369 ad.log.info("tcpdump on interface %s is already running", intf) 6373 % (ad.serial, intf, test_name, begin_time) 6377 "udp port 4500 -w %s" % (ad.serial, intf, log_file_name)) 6380 (ad.serial, intf, log_file_name))
|