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
71 Get the experiments_conf used to configure the Executor
76 experiments_conf attribute.
78 if cls.experiments_conf is None:
79 raise NotImplementedError("Override `experiments_conf` attribute")
80 return cls.experiments_conf
92 experiments_conf = cls._getExperimentsConf(test_env)
95 if 'iterations' in experiments_conf:
98 "{}'s experiments_conf".format(cls.__name__)
    [all...]
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
174 (i.e. ``experiments_conf['iterations']``.
194 def __init__(self, test_env, experiments_conf):
203 if isinstance(experiments_conf, dict):
205 self._experiments_conf = experiments_conf
206 elif isinstance(experiments_conf, str):
208 json_conf = JsonConf(experiments_conf)
    [all...]
  /external/lisa/tests/stune/
smoke_test_ramp.py 58 experiments_conf = TESTS_CONF variable in class:STune

Completed in 557 milliseconds