Lines Matching refs:run_command
53 response = self.ubman.run_command('printenv')
55 response = self.ubman.run_command('printenv')
117 state_test_env.ubman.run_command('setenv %s' % var)
144 state_test_env.ubman.run_command(
158 response = state_test_env.ubman.run_command('echo ${%s}' % var)
174 response = state_test_env.ubman.run_command('printenv %s' % var)
219 response = c.run_command('printenv %s' % var)
284 response = c.run_command('env import -c %s -' % addr)
297 response = c.run_command('env import -c %s - foo1 foo2 foo4' % addr)
312 c.run_command('env export %s' % addr)
320 c.run_command('env import %s - foo1 foo2 foo4' % addr)
349 c.run_command('env export %s' % addr)
357 c.run_command('env import -d %s - foo1 foo2 foo4' % addr)
377 response = c.run_command('env info')
390 response = c.run_command('env info -p -d')
396 response = c.run_command('env info -p -d -q')
399 response = c.run_command('env info -p -q')
402 response = c.run_command('env info -d -q')
414 response = c.run_command('env info')
418 response = c.run_command('env info -p -d')
422 response = c.run_command('env info -d -q')
423 response = c.run_command('echo $?')
426 response = c.run_command('env info -p -q')
427 response = c.run_command('echo $?')
430 response = c.run_command('env info -d -p -q')
431 response = c.run_command('echo $?')
474 c.run_command('host bind 0 %s' % fs_img)
476 response = c.run_command('ext4ls host 0:0')
480 response = c.run_command('env select EXT4')
483 response = c.run_command('env save')
486 response = c.run_command('env load')
489 response = c.run_command('ext4ls host 0:0')
492 response = c.run_command('env info')
497 response = c.run_command('env info -p -d')
501 response = c.run_command('env info -d -q')
503 response = c.run_command('echo $?')
506 response = c.run_command('env info -p -q')
508 response = c.run_command('echo $?')
511 response = c.run_command('env erase')
514 response = c.run_command('env load')
518 response = c.run_command('env info')
523 response = c.run_command('env info -p -d')
528 response = c.run_command('env select nowhere')
531 response = c.run_command('env load')
534 response = c.run_command('env info')
539 response = c.run_command('env info -p -d')