Merge branch 'bugfix/reenable_esp32s2_ut' into 'master'
Re-enable mqtt/esp-netif unit tests for esp32s2 Closes IDF-1398 and IDF-1396 See merge request espressif/esp-idf!8038
This commit is contained in:
commit
3de8b7922f
2 changed files with 0 additions and 4 deletions
|
@ -63,7 +63,6 @@ TEST_CASE("esp_netif: create and delete multiple netifs", "[esp_netif][leaks=0]"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
TEST_CASE("esp_netif: test dhcp client state transitions for wifi station", "[esp_netif]")
|
TEST_CASE("esp_netif: test dhcp client state transitions for wifi station", "[esp_netif]")
|
||||||
{
|
{
|
||||||
// init default wifi netif
|
// init default wifi netif
|
||||||
|
@ -190,7 +189,6 @@ TEST_CASE("esp_netif: test dhcp state transitions for mesh netifs", "[esp_netif]
|
||||||
TEST_ASSERT(esp_wifi_deinit() == ESP_OK);
|
TEST_ASSERT(esp_wifi_deinit() == ESP_OK);
|
||||||
nvs_flash_deinit();
|
nvs_flash_deinit();
|
||||||
}
|
}
|
||||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
|
|
||||||
TEST_CASE("esp_netif: create custom wifi interfaces", "[esp_netif][leaks=0]")
|
TEST_CASE("esp_netif: create custom wifi interfaces", "[esp_netif][leaks=0]")
|
||||||
{
|
{
|
||||||
|
|
|
@ -37,7 +37,6 @@ TEST_CASE("mqtt init and deinit", "[mqtt][leaks=0]")
|
||||||
esp_mqtt_client_destroy(client);
|
esp_mqtt_client_destroy(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
static const char* this_bin_addr(void)
|
static const char* this_bin_addr(void)
|
||||||
{
|
{
|
||||||
spi_flash_mmap_handle_t out_handle;
|
spi_flash_mmap_handle_t out_handle;
|
||||||
|
@ -69,4 +68,3 @@ TEST_CASE("mqtt enqueue and destroy outbox", "[mqtt][leaks=0]")
|
||||||
|
|
||||||
esp_mqtt_client_destroy(client);
|
esp_mqtt_client_destroy(client);
|
||||||
}
|
}
|
||||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
|
|
Loading…
Reference in a new issue