HomeSort by relevance Sort by last modified time
    Searched refs:experiments_conf (Results 1 - 6 of 6) sorted by null

  /external/lisa/tests/eas/
rfc.py 30 experiments_conf = TESTS_CONF variable in class:RFC
heavy_load.py 40 experiments_conf = { variable in class:HeavyLoadTest
  /external/lisa/tests/sfreq/
smoke_test.py 30 experiments_conf = TESTS_CONF variable in class:SFreq
  /external/lisa/libs/utils/
test.py 41 experiments_conf to configure the executor.
56 experiments_conf = None variable in class:LisaTest
68 Get the experiments_conf used to configure the Executor
73 experiments_conf attribute.
75 if cls.experiments_conf is None:
76 raise NotImplementedError("Override `experiments_conf` attribute")
77 return cls.experiments_conf
89 experiments_conf = cls._getExperimentsConf(test_env)
90 cls.executor = Executor(test_env, experiments_conf)
executor.py 49 confs can be specified by the "experiments_conf" input dictionary. Each
62 Is the "tid" defined by the experiments_conf, or a timestamp based
74 :param experiments_conf: Dict with experiment configuration. Keys are:
168 :type experiments_conf: dict
187 def __init__(self, test_env, experiments_conf):
196 if isinstance(experiments_conf, dict):
198 self._experiments_conf = experiments_conf
199 elif isinstance(experiments_conf, str):
201 json_conf = JsonConf(experiments_conf)
205 'experiments_conf must be either a dictionary or a filepath'
    [all...]
  /external/lisa/tests/stune/
smoke_test_ramp.py 58 experiments_conf = TESTS_CONF variable in class:STune

Completed in 95 milliseconds