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

  /external/lisa/tests/eas/
rfc.py 29 test_conf = TESTS_CONF variable in class:RFC
heavy_load.py 33 test_conf = { variable in class:HeavyLoadTest
capacity_capping.py 89 cls.env = TestEnv(test_conf=TEST_CONF)
load_tracking.py 33 test_conf = { variable in class:_LoadTrackingBase
preliminary.py 52 TEST_CONF = {
63 cls.env = TestEnv(test_conf=TEST_CONF)
generic.py 46 test_conf = { variable in class:_EnergyModelTest
  /external/lisa/tests/sfreq/
smoke_test.py 29 test_conf = TESTS_CONF variable in class:SFreq
  /external/lisa/libs/utils/
test.py 40 Subclasses should provide a test_conf to configure the TestEnv and an
53 test_conf = None variable in class:LisaTest
61 if cls.test_conf is None:
62 raise NotImplementedError("Override `test_conf` attribute")
63 return cls.test_conf
87 test_env = TestEnv(test_conf=cls._getTestConf())
151 or 'ftrace' not in self.test_conf):
156 events = self.test_conf['ftrace']['events']
env.py 73 - a test configuration (test_conf) defining which SW setups we need on
76 using the test_conf::results_dir option and is by default wiped from
116 :param test_conf: Configuration of software for target experiments. Takes
174 def __init__(self, target_conf=None, test_conf=None, wipe=True,
182 self.test_conf = {}
230 if test_conf:
231 if isinstance(test_conf, dict):
233 self.test_conf = test_conf
234 elif isinstance(test_conf, str)
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 411 def prep_artifacts(self, test_conf):
418 @param test_conf: Dictionary containing the test configuration.
648 def _stage_artifacts_onto_devserver(self, test_conf):
651 @param test_conf: a dictionary containing test configuration values
659 source_payload_uri = test_conf['source_payload_uri']
670 source_archive_uri = test_conf.get('source_archive_uri')
687 target_payload_uri = test_conf['target_payload_uri']
691 target_archive_uri = test_conf.get('target_archive_uri')
704 test_conf['update_type'], target_payload_uri,
730 def prep_artifacts(self, test_conf)
    [all...]
  /external/lisa/tests/stune/
smoke_test_ramp.py 57 test_conf = TESTS_CONF variable in class:STune
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_summary.py 55 import test_conf as conf
61 from test_conf import (log_root_dir, merged_validators, segment_weights,
report_html.py 12 import test_conf as conf
firmware_utils.py 14 import test_conf as conf
main.py 26 import test_conf as conf
firmware_log.py 50 import test_conf as conf
firmware_window.py 19 import test_conf as conf
test_flow.py 22 import test_conf as conf
touchbotII_robot_wrapper.py 14 import test_conf as conf
validators.py 12 (3) add the new validator in test_conf, and
    [all...]
  /system/update_engine/payload_consumer/
download_action_unittest.cc 440 FakeP2PManagerConfiguration *test_conf = new FakeP2PManagerConfiguration(); local
442 test_conf, nullptr, &fake_um_, "cros_au", 3,
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 15 import test_conf as conf
validators_unittest.py 14 import test_conf as conf
    [all...]

Completed in 377 milliseconds