Home
last modified time | relevance | path

Searched refs:config_name (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DIDFApp.py111 def __init__(self, dest_root_path, artifact_index_file, app_path, config_name, target): argument
115 assert app_path or config_name
121 self.artifact_info = self._find_artifact(artifact_index, app_path, config_name, target)
124 def _find_artifact(artifact_index, app_path, config_name, target): # type: ignore argument
131 if config_name:
132 match_result = match_result and config_name == artifact_info['config']
229 …def __init__(self, app_path, config_name=None, target=None, case_group=IDFCaseGroup, artifact_cls=… argument
232 self.config_name = config_name # type: (str)
258 if self.config_name:
259 parts.append('config<{}>'.format(self.config_name))
[all …]
D__init__.py141 level='example', erase_nvs=True, config_name=None, **kwargs): argument
184 level='integration', erase_nvs=True, config_name=None, **kwargs): argument
206 level='integration', erase_nvs=True, config_name=None, **kwargs): argument
320 def print_heap_size(app_name, config_name, target, minimum_free_heap_size): argument
331 '' if not config_name else config_name,
/hal_espressif-3.6.0/tools/unit-test-app/
Didf_ext.py47 config_name = re.match(r'ut-apply-config-(.*)', ut_apply_config_name).group(1)
63 if config_name in CONFIG_NAMES:
65 config_path = os.path.join(project_path, 'configs', config_name)
70 print('Reconfigure: config %s, target %s' % (config_name, target))
96 config_name = re.match(r'ut-build-(.*)', ut_build_name).group(1)
98 if config_name in CONFIG_NAMES:
99 build_args.build_dir = os.path.join(BUILDS_DIR, config_name)
101 src = os.path.join(BUILDS_DIR, config_name)
102 dest = os.path.join(BINARIES_DIR, config_name)
110 ut_apply_config('ut-apply-config-' + config_name, ctx, build_args)
[all …]
DREADME.md15config_name` and `idf.py ut-build-config_name` (where `config_name` is the file name under `unit-t…
25config_name` and `make ut-build-config_name` (where `config_name` is the file name under `unit-tes…
124 …print in CI job to get the config name: `Running unit test for config: config_name`. Then flash th…
DMakefile47 $(foreach config_name,$(CONFIG_NAMES), $(eval $(call GenerateConfigTargets,$(config_name))))
/hal_espressif-3.6.0/examples/wifi/iperf/
Diperf_test.py50 def __init__(self, dut, softap_dut, config_name, test_result=None): argument
51 …IperfUtility.IperfTestUtility.__init__(self, dut, config_name, 'softap', '1234567890', None, None,…
155 for config_name in config_names:
157 sdkconfig_files[config_name] = os.path.join(os.path.dirname(__file__),
158 'sdkconfig.ci.{}'.format(config_name))
161 dut = env.get_dut('iperf', 'examples/wifi/iperf', app_config_name=config_name)
166 test_result[config_name] = {
167 'tcp_tx': IperfUtility.TestResult('tcp', 'tx', config_name),
168 'tcp_rx': IperfUtility.TestResult('tcp', 'rx', config_name),
169 'udp_tx': IperfUtility.TestResult('udp', 'tx', config_name),
[all …]
/hal_espressif-3.6.0/tools/ci/python_packages/idf_iperf_test_util/
DIperfUtility.py47 def __init__(self, proto, direction, config_name): # type: (str, str, str) -> None argument
50 self.config_name = config_name
219 ret = '[{}_{}][{}]: {}\r\n\r\n'.format(self.proto, self.direction, self.config_name,
234 def __init__(self, dut, config_name, ap_ssid, ap_password, argument
236 self.config_name = config_name
250 'tcp_tx': TestResult('tcp', 'tx', config_name),
251 'tcp_rx': TestResult('tcp', 'rx', config_name),
252 'udp_tx': TestResult('udp', 'tx', config_name),
253 'udp_rx': TestResult('udp', 'rx', config_name),
383 .format(self.config_name,
[all …]
DTestReport.py35 for config_name in sdkconfig_files:
36 self.sdkconfigs[config_name] = self._parse_config_file(sdkconfig_files[config_name])
/hal_espressif-3.6.0/tools/unit-test-app/tools/
DUnitTestParser.py79 def parse_test_cases_for_one_config(self, configs_folder, config_output_folder, config_name): argument
87 print('Tags of config %s: %s' % (config_name, tags))
89 test_groups = self.get_test_groups(os.path.join(configs_folder, config_name))
101 match = self.STRIP_CONFIG_PATTERN.match(config_name)
117 tc = self.parse_one_test_case(name, desc, config_name, stripped_config_name, tags)
125 …nd('{} ({}): duplicated test case ID: {}'.format(stripped_config_name, config_name, tc['summary']))
255 def parse_one_test_case(self, name, description, config_name, stripped_config_name, tags): argument
268 test_case.update({'config': config_name,
/hal_espressif-3.6.0/tools/
Dfind_apps.py64 default_config_name = rule.config_name
80 config_name = rule.config_name or ''
86 config_name = groups.group(1)
90 app_path, sdkconfig_path, config_name))
99 config_name,
/hal_espressif-3.6.0/tools/kconfig_new/test/gen_kconfig_doc/
Dtest_target_visibility.py30 def visible(self, config_name): argument
31 self.assertTrue(self.v.visible(self._get_config(config_name)))
33 def invisible(self, config_name): argument
34 self.assertFalse(self.v.visible(self._get_config(config_name)))
Dtest_kconfig_out.py35 def get_doc_out(self, config_name): argument
37 gen_kconfig_doc.write_menu_item(output, self.get_config(config_name), self.visibility)
/hal_espressif-3.6.0/tools/find_build_apps/
Dcommon.py101 config_name, argument
113 self.config_name = config_name
197 'config': self.config_name,
215 config_name=d['config'],
238 if self.config_name:
240 path = path.replace(WILDCARD_PLACEHOLDER, self.config_name)
277 'config_name': self.config_name,
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/
Dutil.py43 def __getitem__(self, config_name): argument
45 return self.sdkconfig[config_name]
/hal_espressif-3.6.0/examples/system/efuse/
Dexample_test.py63 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
110 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
210 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
255 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
354 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
478 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
599 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
661 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
739 …ttfw_idf.log_performance('{}_bootloader_{}_bin_size'.format(dut.app.target, dut.app.config_name), …
/hal_espressif-3.6.0/examples/ethernet/iperf/
Diperf_test.py32 …def __init__(self, dut, config_name, pc_nic_ip, pc_iperf_log_file, test_result=None): # type: (s… argument
33 …IperfUtility.IperfTestUtility.__init__(self, dut, config_name, 'None', 'None', pc_nic_ip, pc_iperf…
/hal_espressif-3.6.0/examples/system/startup_time/
Dexample_test.py25 dut.app.config_name,
/hal_espressif-3.6.0/examples/peripherals/gpio/generic_gpio/
Dexample_test.py16 ttfw_idf.print_heap_size(app_name, dut.app.config_name, dut.TARGET, res[0])
/hal_espressif-3.6.0/examples/get-started/hello_world/
Dexample_test.py16 ttfw_idf.print_heap_size(app_name, dut.app.config_name, dut.TARGET, res[0])
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/
DApp.py45 def __init__(self, app_path, config_name=None, target=None): argument
/hal_espressif-3.6.0/examples/protocols/https_mbedtls/
Dexample_test.py43 ttfw_idf.print_heap_size(app_name, dut1.app.config_name, dut1.TARGET, res[0])
/hal_espressif-3.6.0/tools/ci/
Dcheck_build_warnings.py92 … logging.error('Issue in app {}, config {}:'.format(build_item.app_dir, build_item.config_name))