Lines Matching refs:u_boot_console
78 def test_ums(u_boot_console, env__usb_dev_port, env__block_devs): argument
100 u_boot_console.log.warning(
113 mount_point = u_boot_console.config.env['env__mount_points'][0]
120 test_f = u_boot_utils.PersistentRandomFile(u_boot_console, 'ums.bin',
137 u_boot_console.log.action(
140 u_boot_console.run_command(cmd, wait_for_prompt=False)
141 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
143 u_boot_console.log.action('Reading raw data from UMS device')
157 u_boot_console.log.action('Mounting exported UMS device')
159 u_boot_utils.run_and_log(u_boot_console, cmd)
174 u_boot_console.log.action('Unmounting UMS device')
176 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
194 u_boot_console.log.action(
196 u_boot_console.ctrlc()
208 u_boot_console.log.action('Writing test file via UMS')
210 u_boot_utils.run_and_log(u_boot_console, cmd)
214 u_boot_utils.run_and_log(u_boot_console, cmd)
226 u_boot_console.log.action('Reading test file back via UMS')
229 u_boot_utils.run_and_log(u_boot_console, cmd)