Searched refs:work_dir (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py4427 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4430 parameter is a port to run on. The 'work_dir' is a temporary
4438 if not os.path.exists(work_dir):
4439 os.makedirs(work_dir)
4440 self.__conf_path = os.path.join(work_dir, "httpd.conf")
4639 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4640 ApacheController.__init__(self, conf, port, work_dir,
4658 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4659 ApacheController.__init__(self, conf, port, work_dir,

Completed in 21 milliseconds