Searched refs:experiments_conf (Results 1 – 8 of 8) sorted by relevance
56 experiments_conf = None variable in LisaTest75 if cls.experiments_conf is None:77 return cls.experiments_conf89 experiments_conf = cls._getExperimentsConf(test_env)90 cls.executor = Executor(test_env, experiments_conf)
187 def __init__(self, test_env, experiments_conf): argument196 if isinstance(experiments_conf, dict):198 self._experiments_conf = experiments_conf199 elif isinstance(experiments_conf, str):201 json_conf = JsonConf(experiments_conf)
30 experiments_conf = TESTS_CONF variable in SFreq
30 experiments_conf = TESTS_CONF variable in RFC
40 experiments_conf = { variable in HeavyLoadTest
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",