mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
esp32s2: resume wifi unit test
This commit is contained in:
@@ -99,5 +99,4 @@ TEST_CASE("Test PHY/RTC functions called when cache is disabled", "[phy_rtc][cac
|
|||||||
|
|
||||||
vSemaphoreDelete(semphr_done);
|
vSemaphoreDelete(semphr_done);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
|
||||||
|
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#define EVENT_HANDLER_FLAG_DO_NOT_AUTO_RECONNECT 0x00000001
|
#define EVENT_HANDLER_FLAG_DO_NOT_AUTO_RECONNECT 0x00000001
|
||||||
|
|
||||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
static const char* TAG = "test_wifi";
|
static const char* TAG = "test_wifi";
|
||||||
static uint32_t wifi_event_handler_flag;
|
static uint32_t wifi_event_handler_flag;
|
||||||
|
|
||||||
@@ -341,5 +340,3 @@ static void test_wifi_connection_softap(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE_MULTIPLE_DEVICES("test wifi retain connection for 60s", "[wifi][test_env=UT_T2_1][timeout=90]", test_wifi_connection_sta, test_wifi_connection_softap);
|
TEST_CASE_MULTIPLE_DEVICES("test wifi retain connection for 60s", "[wifi][test_env=UT_T2_1][timeout=90]", test_wifi_connection_sta, test_wifi_connection_softap);
|
||||||
|
|
||||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
@@ -561,6 +561,12 @@ UT_036:
|
|||||||
- UT_T1_PSRAMV0
|
- UT_T1_PSRAMV0
|
||||||
- psram
|
- psram
|
||||||
|
|
||||||
|
UT_037:
|
||||||
|
extends: .unit_test_template
|
||||||
|
tags:
|
||||||
|
- ESP32S2_IDF
|
||||||
|
- UT_T2_1
|
||||||
|
|
||||||
# ToDo: re-enable this job when ESP32-S2 LEDC runner installed
|
# ToDo: re-enable this job when ESP32-S2 LEDC runner installed
|
||||||
# UT_037:
|
# UT_037:
|
||||||
# extends: .unit_test_template
|
# extends: .unit_test_template
|
||||||
|
Reference in New Issue
Block a user