Lines Matching refs:execute
31 status, buf = host.execute(["id"])
41 status, buf = host.execute(["uname", "-s", "-n", "-r", "-m", "-o"])
46 status, buf = host.execute(["ifconfig", iface])
54 status, buf = host.execute([setup_params['wpa_supplicant'], "-v"])
62 status, buf = host.execute([setup_params['hostapd'], "-v"])
70 status, buf = host.execute([setup_params['iperf'], "-v"])
82 status, buf = host.execute(["id"])
91 status, buf = host.execute(["ifconfig", iface])
99 status, buf = host.execute(["ls", "-l", setup_params['wpa_supplicant']])
103 status, buf = host.execute(["ls", "-l", setup_params['hostapd']])
107 status, buf = host.execute(["which", setup_params['iperf']])
111 status, buf = host.execute(["which", "tshark"])