Lines Matching refs:run_command
14 response = u_boot_console.run_command('echo hello')
21 response = u_boot_console.run_command(cmd)
31 response = u_boot_console.run_command(cmd)
33 u_boot_console.run_command('setenv list')
38 u_boot_console.run_command('setenv foo "setenv monty 1; setenv python 2"')
39 u_boot_console.run_command('run foo')
40 response = u_boot_console.run_command('echo $monty')
42 response = u_boot_console.run_command('echo $python')
44 u_boot_console.run_command('setenv foo')
45 u_boot_console.run_command('setenv monty')
46 u_boot_console.run_command('setenv python')