Lines Matching refs:u_boot_console
77 def test_ums(u_boot_console, env__usb_dev_port, env__block_devs): argument
99 u_boot_console.log.warning(
112 mount_point = u_boot_console.config.env['env__mount_points'][0]
119 test_f = u_boot_utils.PersistentRandomFile(u_boot_console, 'ums.bin',
136 u_boot_console.log.action(
139 u_boot_console.run_command(cmd, wait_for_prompt=False)
140 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
142 u_boot_console.log.action('Reading raw data from UMS device')
156 u_boot_console.log.action('Mounting exported UMS device')
158 u_boot_utils.run_and_log(u_boot_console, cmd)
173 u_boot_console.log.action('Unmounting UMS device')
175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
193 u_boot_console.log.action(
195 u_boot_console.ctrlc()
207 u_boot_console.log.action('Writing test file via UMS')
209 u_boot_utils.run_and_log(u_boot_console, cmd)
213 u_boot_utils.run_and_log(u_boot_console, cmd)
225 u_boot_console.log.action('Reading test file back via UMS')
228 u_boot_utils.run_and_log(u_boot_console, cmd)