Lines Matching refs:run_command
13 response = u_boot_console.run_command('echo hello')
20 response = u_boot_console.run_command(cmd)
30 response = u_boot_console.run_command(cmd)
32 u_boot_console.run_command('setenv list')
37 u_boot_console.run_command('setenv foo \'setenv monty 1; setenv python 2\'')
38 u_boot_console.run_command('run foo')
39 response = u_boot_console.run_command('echo ${monty}')
41 response = u_boot_console.run_command('echo ${python}')
43 u_boot_console.run_command('setenv foo')
44 u_boot_console.run_command('setenv monty')
45 u_boot_console.run_command('setenv python')