Skip to content

Commit 7e02cd3

Browse files
committed
Merge branch 'bugfix/remove_check_for_reason_assoc_expire_backport_v3.1' into 'release/v3.1'
test: remove check for REASON_ASSOC_EXPIRE (backport v3.1) See merge request idf/esp-idf!2953
2 parents ef30229 + 66e7027 commit 7e02cd3

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

components/idf_test/integration_test/TC_IT_TCPIP_DHCP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ test cases:
593593
- - P SSC1 C +DHCP:AP,OK
594594
- P SSC2 C +JAP:DISCONNECTED
595595
- - SSC SSC2 sta -D
596-
- - R SSC2 C +JAP:DISCONNECTED
596+
- - R SSC2 C OK
597597
- - SSC SSC1 dhcp -E -o 2
598598
- - R SSC1 C +DHCP:AP,OK
599599
- - SSC SSC1 dhcp -S -o 2

components/idf_test/integration_test/TC_IT_WIFI_CONN.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -810,21 +810,13 @@ test cases:
810810
- - R PC_COM NC ERROR C +WIFICONN:OK
811811
- - SSC SSC2 sta -C -s <random_string> -p <random_string>
812812
- - R SSC2 RE JAP:DISCONNECTED,\d+,5
813-
- - WIFI <pc_wifi_nic> DISCONN
814-
- - P PC_COM C OK
815-
- R SSC2 C +JAP:CONNECTED
816-
- - SSC SSC1 ap -S -s <random_string> -p <random_string> -t 3 -m 1
817-
- - P SSC1 C +SAP:OK
818-
- P SSC2 RE JAP:DISCONNECTED,\d+,4
819813
execution time: 0.0
820814
expected result: |-
821815
1. succeed
822816
2. disconnect event REASON_HANDSHAKE_TIMEOUT
823817
3. succeed
824818
4. succeed
825819
5. disconnect event REASON_ASSOC_TOOMANY
826-
6. succeed, target2 connect succeed
827-
7. disconnect event REASON_ASSOC_EXPIRE
828820
initial condition: T2_1
829821
level: Integration
830822
module: WIFI MAC
@@ -834,11 +826,8 @@ test cases:
834826
3. target2 disconnect
835827
4. PC WIFI NIC connect to target1
836828
5. target2 connect to target1 with correct password
837-
6. PC WIFI NIC disconnect
838-
7. reconfig softap
839829
sub module: WIFI Connect
840-
summary: test wifi disconnect reason REASON_ASSOC_TOOMANY, REASON_HANDSHAKE_TIMEOUT,
841-
REASON_ASSOC_EXPIRE
830+
summary: test wifi disconnect reason REASON_ASSOC_TOOMANY, REASON_HANDSHAKE_TIMEOUT
842831
test environment: SSC_T2_1
843832
test point 1: basic function
844833
test point 2: wifi disconnect reason test

0 commit comments

Comments
 (0)