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

  /external/autotest/client/site_tests/platform_CrosDisksFormat/
platform_CrosDisksFormat.py 18 def __init__(self, test, test_configs):
20 self._test_configs = test_configs
69 test_configs = []
72 test_configs.extend(json.load(f))
74 tester = CrosDisksFormatTester(self, test_configs)
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 24 def __init__(self, test, test_configs):
26 self._test_configs = test_configs
95 test_configs = []
98 test_configs.extend(json.load(f))
100 tester = CrosDisksFilesystemTester(self, test_configs)
  /tools/test/connectivity/acts/framework/acts/
test_runner.py 50 self.test_configs: A dictionary that is the original test configuration
68 def __init__(self, test_configs, run_list):
70 self.test_configs = test_configs
71 self.testbed_configs = self.test_configs[keys.Config.key_testbed.value]
76 l_path = os.path.join(self.test_configs[keys.Config.key_log_path.value],
253 def parse_config(self, test_configs):
258 test_configs: A json object representing the test configurations.
272 cli_args = test_configs[keys.Config.ikey_cli_args.value]
275 for item in test_configs.items()
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 128 std::vector<TestConfig> test_configs; local
150 test_configs.push_back(test_config);
154 test_configs.push_back(test_config);
158 return test_configs;
    [all...]

Completed in 128 milliseconds