Lines Matching refs:run_command
53 response = self.u_boot_console.run_command('printenv')
55 response = self.u_boot_console.run_command('printenv')
117 state_test_env.u_boot_console.run_command('setenv %s' % var)
144 state_test_env.u_boot_console.run_command(
158 response = state_test_env.u_boot_console.run_command('echo ${%s}' % var)
174 response = state_test_env.u_boot_console.run_command('printenv %s' % var)
220 response = c.run_command('printenv %s' % var)
285 response = c.run_command('env import -c %s -' % addr)
298 response = c.run_command('env import -c %s - foo1 foo2 foo4' % addr)
313 c.run_command('env export %s' % addr)
321 c.run_command('env import %s - foo1 foo2 foo4' % addr)
350 c.run_command('env export %s' % addr)
358 c.run_command('env import -d %s - foo1 foo2 foo4' % addr)
378 response = c.run_command('env info')
391 response = c.run_command('env info -p -d')
397 response = c.run_command('env info -p -d -q')
400 response = c.run_command('env info -p -q')
403 response = c.run_command('env info -d -q')
415 response = c.run_command('env info')
419 response = c.run_command('env info -p -d')
423 response = c.run_command('env info -d -q')
424 response = c.run_command('echo $?')
427 response = c.run_command('env info -p -q')
428 response = c.run_command('echo $?')
431 response = c.run_command('env info -d -p -q')
432 response = c.run_command('echo $?')
475 c.run_command('host bind 0 %s' % fs_img)
477 response = c.run_command('ext4ls host 0:0')
481 response = c.run_command('env select EXT4')
484 response = c.run_command('env save')
487 response = c.run_command('env load')
490 response = c.run_command('ext4ls host 0:0')
493 response = c.run_command('env info')
498 response = c.run_command('env info -p -d')
502 response = c.run_command('env info -d -q')
504 response = c.run_command('echo $?')
507 response = c.run_command('env info -p -q')
509 response = c.run_command('echo $?')
512 response = c.run_command('env erase')
515 response = c.run_command('env load')
519 response = c.run_command('env info')
524 response = c.run_command('env info -p -d')
529 response = c.run_command('env select nowhere')
532 response = c.run_command('env load')
535 response = c.run_command('env info')
540 response = c.run_command('env info -p -d')