Searched refs:expect_output (Results 1 – 4 of 4) sorted by relevance
151 expect_output = 'FW update succeed.'152 succeed = self.check_update_result(expected_output=expect_output)155 'but didn\'t find it.'.format(expect_output))163 expect_output = 'Same FW version, no update required.'165 succeed = self.check_update_result(expected_output=expect_output)168 'but didn\'t find it.'.format(expect_output))
194 expect_output = 'update firmware complete'196 str_compare=expect_output)202 'but didn\'t find it.'.format(expect_output))211 expect_output = 'The device has the same FW as system'213 str_compare=expect_output)219 'but didn\'t find it.'.format(expect_output))
215 expect_output = 'Done. Updated firmwares successfully.'216 output, succeed = self.flash_fw(str_compare=expect_output, force=True)222 'but didn\'t find it.'.format(expect_output))232 expect_output = 'Firmware is up to date.'233 output, succeed = self.flash_fw(str_compare=expect_output)239 'but didn\'t find it.'.format(expect_output))
916 bool expect_output) { in RunQueries() argument926 if (expect_output) { in RunQueries()