(self, lines: List[str])
| 307 | self._current_test = None |
| 308 | |
| 309 | def add_httpd_conf(self, lines: List[str]): |
| 310 | self._httpd_base_conf.extend(lines) |
| 311 | |
| 312 | def add_httpd_log_modules(self, modules: List[str]): |
| 313 | self._httpd_log_modules.extend(modules) |