HomeSort by relevance Sort by last modified time
    Searched refs:_wait_until_data_flushed (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/wb_kupdate/
wb_kupdate_unittest.py 40 """Tests the _wait_until_data_flushed method.
44 self._logger.info('Testing the "_wait_until_data_flushed" method - '
60 self._wbkupdate_obj._wait_until_data_flushed(datetime.datetime.now(),
68 """Tests the _wait_until_data_flushed method.
72 self._logger.info('Testing the "_wait_until_data_flushed" method - '
86 self._wbkupdate_obj._wait_until_data_flushed,
wb_kupdate.py 139 def _wait_until_data_flushed(self, start_time, max_wait_time): member in class:wb_kupdate
234 time_taken = self._wait_until_data_flushed(write_completion_time,

Completed in 385 milliseconds