Home
last modified time | relevance | path

Searched refs:get_sdkconfig (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/
Dapp_test.py45 server_ip = dut1.app.get_sdkconfig()['CONFIG_TEST_APP_PPP_SERVER_IP'].replace('"','')
46 client_ip = dut1.app.get_sdkconfig()['CONFIG_TEST_APP_PPP_CLIENT_IP'].replace('"','')
47 port_nr = dut1.app.get_sdkconfig()['CONFIG_TEST_APP_TCP_PORT']
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl/
Dmqtt_ssl_example_test.py81 value = re.search(r'\:\/\/([^:]+)\:([0-9]+)', dut1.app.get_sdkconfig()['CONFIG_BROKER_URI'])
84 bin_size = min(int(dut1.app.get_sdkconfig()['CONFIG_BROKER_BIN_SIZE_TO_SEND']), bin_size)
/hal_espressif-3.6.0/examples/protocols/modbus/serial/
Dexample_test.py160 opt = dut.app.get_sdkconfig()[mode_str]
178 logger.debug('DUT slave sdkconfig: %s\r\n' % dut_slave.app.get_sdkconfig())
179 logger.debug('DUT master sdkconfig: %s\r\n' % dut_master.app.get_sdkconfig())
/hal_espressif-3.6.0/examples/protocols/websocket/
Dexample_test.py115 if 'CONFIG_WEBSOCKET_URI_FROM_STDIN' in dut1.app.get_sdkconfig():
118 uri = dut1.app.get_sdkconfig()['CONFIG_WEBSOCKET_URI'].strip('"')
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/publish_connect_test/
Dapp_test.py338 cases[case] = dut1.app.get_sdkconfig()[case]
358 value = re.search(r'\:\/\/([^:]+)\:([0-9]+)', dut1.app.get_sdkconfig()[config_option])
363 …publish_cfg['publish_topic'] = dut1.app.get_sdkconfig()['CONFIG_EXAMPLE_SUBSCIBE_TOPIC'].replace('…
364 …publish_cfg['subscribe_topic'] = dut1.app.get_sdkconfig()['CONFIG_EXAMPLE_PUBLISH_TOPIC'].replace(…
/hal_espressif-3.6.0/examples/custom_bootloader/bootloader_override/
Dexample_test.py15 … welcome_message = dut.app.get_sdkconfig()['CONFIG_EXAMPLE_BOOTLOADER_WELCOME_MESSAGE'].strip("\"")
/hal_espressif-3.6.0/tools/test_apps/phy/phy_multi_init_data_test/
Dapp_test.py21 if 'CONFIG_ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED' in dut.app.get_sdkconfig().keys():
/hal_espressif-3.6.0/tools/test_apps/system/memprot/
Dapp_test.py30 current_target = dut.app.get_sdkconfig()['CONFIG_IDF_TARGET'].replace('"','').lower()
/hal_espressif-3.6.0/examples/system/app_trace_to_host/
Dexample_test.py32 …cores = 1 if dut.app.get_sdkconfig().get('CONFIG_FREERTOS_UNICORE', '').replace('"','') == 'y' els…
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DIDFApp.py279 def get_sdkconfig(self): # type: () -> Dict member in IDFApp
300 sdkconfig_dict = self.get_sdkconfig()
363 sdkconfig_dict = self.get_sdkconfig()
DIDFDUT.py267 sdkconfig_dict = self.app.get_sdkconfig()
401 offs = int(self.app.get_sdkconfig()['CONFIG_BOOTLOADER_OFFSET_IN_FLASH'], 0)
/hal_espressif-3.6.0/examples/protocols/mqtt/ws/
Dmqtt_ws_example_test.py60 value = re.search(r'\:\/\/([^:]+)\:([0-9]+)', dut1.app.get_sdkconfig()['CONFIG_BROKER_URI'])
/hal_espressif-3.6.0/examples/protocols/mqtt/wss/
Dmqtt_wss_example_test.py61 value = re.search(r'\:\/\/([^:]+)\:([0-9]+)', dut1.app.get_sdkconfig()['CONFIG_BROKER_URI'])
/hal_espressif-3.6.0/tools/test_apps/system/panic/test_panic_util/
Dtest_panic_util.py77 sdkconfig = self.app.get_sdkconfig()
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/
Dexample_test.py200 opt = dut.app.get_sdkconfig()[mode_str]