Lines Matching refs:u_boot_console
18 def __init__(self, u_boot_console): argument
28 self.u_boot_console = u_boot_console
42 if self.u_boot_console.config.buildconfig.get(
44 with self.u_boot_console.disable_check('main_signon'):
45 response = self.u_boot_console.run_command('printenv')
47 response = self.u_boot_console.run_command('printenv')
87 def state_test_env(u_boot_console): argument
92 ste = StateTestEnv(u_boot_console)
109 state_test_env.u_boot_console.run_command('setenv %s' % var)
128 bc = state_test_env.u_boot_console.config.buildconfig
136 state_test_env.u_boot_console.run_command(
150 response = state_test_env.u_boot_console.run_command('echo $%s' % var)
166 response = state_test_env.u_boot_console.run_command('printenv %s' % var)
187 c = state_test_env.u_boot_console