Searched refs:get_sdkconfig (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/ |
D | app_test.py | 45 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/ |
D | mqtt_ssl_example_test.py | 81 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/ |
D | example_test.py | 160 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/ |
D | example_test.py | 115 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/ |
D | app_test.py | 338 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/ |
D | example_test.py | 15 … 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/ |
D | app_test.py | 21 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/ |
D | app_test.py | 30 current_target = dut.app.get_sdkconfig()['CONFIG_IDF_TARGET'].replace('"','').lower()
|
/hal_espressif-3.6.0/examples/system/app_trace_to_host/ |
D | example_test.py | 32 …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/ |
D | IDFApp.py | 279 def get_sdkconfig(self): # type: () -> Dict member in IDFApp 300 sdkconfig_dict = self.get_sdkconfig() 363 sdkconfig_dict = self.get_sdkconfig()
|
D | IDFDUT.py | 267 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/ |
D | mqtt_ws_example_test.py | 60 value = re.search(r'\:\/\/([^:]+)\:([0-9]+)', dut1.app.get_sdkconfig()['CONFIG_BROKER_URI'])
|
/hal_espressif-3.6.0/examples/protocols/mqtt/wss/ |
D | mqtt_wss_example_test.py | 61 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/ |
D | test_panic_util.py | 77 sdkconfig = self.app.get_sdkconfig()
|
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/ |
D | example_test.py | 200 opt = dut.app.get_sdkconfig()[mode_str]
|