Searched refs:experiments_conf (Results 1 – 8 of 8) sorted by relevance
56 experiments_conf = None variable in LisaTest78 if cls.experiments_conf is None:80 return cls.experiments_conf92 experiments_conf = cls._getExperimentsConf(test_env)95 if 'iterations' in experiments_conf:99 experiments_conf['iterations'] = ITERATIONS_FROM_CMDLINE101 cls.executor = Executor(test_env, experiments_conf)
194 def __init__(self, test_env, experiments_conf): argument203 if isinstance(experiments_conf, dict):205 self._experiments_conf = experiments_conf206 elif isinstance(experiments_conf, str):208 json_conf = JsonConf(experiments_conf)
30 experiments_conf = TESTS_CONF variable in RFC
40 experiments_conf = { variable in HeavyLoadTest
30 experiments_conf = TESTS_CONF variable in SFreq
58 experiments_conf = TESTS_CONF variable in STune
14 …ified set (confs). These wloads and confs can be specified by the \"experiments_conf\" input dicti…
41 " experiments_conf to configure the executor.\n",