Searched refs:logpath (Results 1 - 5 of 5) sorted by relevance
| /pkg/src/tests/cli/ |
| H A D | t_pkg_intent.py | 94 """Scan logpath looking for request header log entries for 103 logpath = dc.get_logpath() 104 self.debug("check for intent entries in {0}".format(logpath)) 105 logfile = open(logpath, "r")
|
| H A D | t_pkg_refresh.py | 99 """Scan logpath for a specific depotcontroller looking for 120 logpath = dc.get_logpath() 121 self.debug("check for operation entries in {0}".format(logpath)) 122 logfile = open(logpath, "r") 352 logpath = dc.get_logpath() 354 logpath)) 355 logfile = open(logpath, "r")
|
| H A D | t_pkg_depotd.py | 527 logpath = os.path.join(self.test_root, self.id()) 531 self.__dc.set_logpath(logpath)
|
| /pkg/src/modules/ |
| H A D | depotcontroller.py | 194 def set_logpath(self, logpath): 195 self.__logpath = logpath
|
| /pkg/src/tests/ |
| H A D | pkg5unittest.py | 3183 def prep_depot(self, port, repodir, logpath, refresh_index=False, 3194 self.debug("prep_depot: set depot log to {0}".format(logpath)) 3206 dc.set_logpath(logpath) 3584 def check_traceback(self, logpath): 3585 """ Scan logpath looking for tracebacks. 3588 self.debug("check for depot tracebacks in {0}".format(logpath)) 3589 logfile = open(logpath, "r") 3593 raise DepotTracebackException(logpath, output)
|
Completed in 51 milliseconds