Searched refs:ret_code (Results 1 – 3 of 3) sorted by relevance
| /test/py/tests/ |
| A D | test_zynqmp_rpu.py | 68 def ret_code(ubman): function 75 return ret_code(ubman) 85 assert ret_code(ubman).endswith('0') 125 assert ret_code(ubman).endswith('0') 149 assert ret_code(ubman).endswith('1') 179 assert not ret_code(ubman).endswith('0') 196 assert ret_code(ubman).endswith('0') 210 assert not ret_code(ubman).endswith('0') 214 assert ret_code(ubman).endswith('0')
|
| A D | test_saveenv.py | 48 def ret_code(ubman): function 61 assert ret_code(ubman).endswith('0') 66 assert ret_code(ubman).endswith('1') 71 assert ret_code(ubman).endswith('0') 125 assert ret_code(ubman).endswith('0')
|
| A D | test_spi.py | 406 ret_code = ubman.run_command('echo $?') 408 assert ret_code.endswith(str(exp_ret)) 410 return output, ret_code 473 output, ret_code = flash_ops(ubman, 'erase', prot_start, prot_size, 0, -1) 479 output, ret_code = flash_ops( 497 output, ret_code = flash_ops( 505 output, ret_code = flash_ops( 526 output, ret_code = flash_ops( 529 if EXPECTED_ERASE not in output or ret_code.endswith('1'): 532 output, ret_code = flash_ops( [all …]
|
Completed in 9 milliseconds