Lines Matching refs:run_command

49                 response = self.u_boot_console.run_command('printenv')
51 response = self.u_boot_console.run_command('printenv')
113 state_test_env.u_boot_console.run_command('setenv %s' % var)
140 state_test_env.u_boot_console.run_command(
154 response = state_test_env.u_boot_console.run_command('echo ${%s}' % var)
170 response = state_test_env.u_boot_console.run_command('printenv %s' % var)
193 response = c.run_command('printenv %s' % var)
258 response = c.run_command('env import -c %s -' % addr)
271 response = c.run_command('env import -c %s - foo1 foo2 foo4' % addr)
286 c.run_command('env export %s' % addr)
294 c.run_command('env import %s - foo1 foo2 foo4' % addr)
323 c.run_command('env export %s' % addr)
331 c.run_command('env import -d %s - foo1 foo2 foo4' % addr)
351 response = c.run_command('env info')
364 response = c.run_command('env info -p -d')
368 response = c.run_command('env info -p -d -q')
371 response = c.run_command('env info -p -q')
374 response = c.run_command('env info -d -q')
386 response = c.run_command('env info')
390 response = c.run_command('env info -p -d')
394 response = c.run_command('env info -d -q')
395 response = c.run_command('echo $?')
398 response = c.run_command('env info -p -q')
399 response = c.run_command('echo $?')
402 response = c.run_command('env info -d -p -q')
403 response = c.run_command('echo $?')
446 c.run_command('host bind 0 %s' % fs_img)
448 response = c.run_command('ext4ls host 0:0')
452 response = c.run_command('env select EXT4')
455 response = c.run_command('env save')
458 response = c.run_command('env load')
461 response = c.run_command('ext4ls host 0:0')
464 response = c.run_command('env info')
469 response = c.run_command('env info -p -d')
473 response = c.run_command('env info -d -q')
475 response = c.run_command('echo $?')
478 response = c.run_command('env info -p -q')
480 response = c.run_command('echo $?')
483 response = c.run_command('env erase')
486 response = c.run_command('env load')
490 response = c.run_command('env info')
495 response = c.run_command('env info -p -d')
500 response = c.run_command('env select nowhere')
503 response = c.run_command('env load')
506 response = c.run_command('env info')
511 response = c.run_command('env info -p -d')