Lines Matching refs:response
197 response = ubman.run_command('abootimg get ver')
198 assert response == "2"
200 response = ubman.run_command('env print v')
201 assert response == 'v=2'
204 response = ubman.run_command('abootimg get recovery_dtbo a')
205 assert response == 'Error: recovery_dtbo_size is 0'
208 response = ubman.run_command('abootimg dump dtb').replace('\r', '')
209 assert response == dtb_dump_resp
213 response = ubman.run_command('env print a')
214 assert response == 'a=11f00000'
218 response = ubman.run_command('env print dtb1_start')
220 assert response == correct_str
223 response = ubman.run_command('env print v')
224 assert response == 'v=x2'
244 response = ubman.run_command('abootimg get ver')
245 assert response == "4"
247 response = ubman.run_command('env print v')
248 assert response == 'v=4'
251 response = ubman.run_command('abootimg get recovery_dtbo a')
252 assert response == 'Error: header version must be >= 1 and <= 2 to get dtbo'
256 response = ubman.run_command('env print a')
257 assert response == 'a=11f00000'
261 response = ubman.run_command('env print dtb2_start')
263 assert response == correct_str
267 response = ubman.run_command('env print v')
268 assert response == 'v=x2'