blob: f9f74ff95cab7397e37ec1d15ab4da44aa6ec161 [file] [log] [blame]
from _typeshed import Incomplete
from mobly import keys as keys
from mobly import utils as utils
ENV_MOBLY_LOGPATH: str
class MoblyConfigError(Exception): ...
def load_test_config_file(test_config_path, tb_filters: Incomplete | None = ...): ...
class TestRunConfig:
log_path: str
test_bed_name: Incomplete
testbed_name: Incomplete
controller_configs: Incomplete
user_params: Incomplete
summary_writer: Incomplete
test_class_name_suffix: Incomplete
def __init__(self) -> None: ...
def copy(self): ...