Home | History | Annotate | Download | only in rlz

Lines Matching refs:log_file

126   def _AssertEventsInPing(self, log_file, excepted_event_list, readFile=1):
134 for line in log_file[::readFile]:
167 def _AssertRlzValues(self, log_file, readFile=1):
171 log_file: String variable contains contents of log file.
174 for line in log_file[::readFile]:
201 log_file = open(
206 self._AssertEventsInPing(log_file, excepted_events)
225 log_file = open(
231 self._AssertEventsInPing(log_file, excepted_events)
234 self._AssertRlzValues(log_file)
248 log_file = open(
251 for line in log_file[::-1]: