Home
last modified time | relevance | path

Searched refs:db_file_path (Results 1 – 2 of 2) sorted by relevance

/external/autotest/scheduler/
Drdb_testing_utils.py292 def initialize_database_for_testing(self, db_file_path=None): argument
304 if not db_file_path:
305 db_file_path = self.DB_FILE
311 settings.DATABASES['default']['NAME'] = db_file_path
312 self.db_file_path = db_file_path
326 os.remove(self.db_file_path)
Dhost_scheduler.py424 db_file_path=rdb_testing_utils.FileDatabaseHelper.DB_FILE)