]> granicus.if.org Git - esp-idf/commitdiff
fix bug for case WIFI_CONN_0102:
authorYinling <heyinling@espressif.com>
Mon, 24 Oct 2016 10:59:56 +0000 (18:59 +0800)
committerYinling <heyinling@espressif.com>
Mon, 24 Oct 2016 10:59:56 +0000 (18:59 +0800)
after set AP, STA will disconnected and do reconnect. scan could fail as reconnect also use scan

components/idf_test/integration_test/TestCaseAll.yml

index 3b2242787c843bbad1b827aa18e5898e2719793b..9e4823a297e257ea300cdde460aba13f2b4246b3 100644 (file)
@@ -5868,6 +5868,8 @@ test cases:
     - ['R SSC2 RE "\+JAP:CONNECTED,%%s"%%(<target_ssid>)']
   - - SSC SSC1 ap -S -s <target_ssid> -n 15
     - ['R SSC1 C +SAP:OK']
+  - - SSC SSC2 sta -C -s <target_ssid> -p <target_password>
+    - ['R SSC2 RE "\+JAP:CONNECTED,%%s"%%(<target_ssid>)']
   - - SSC SSC2 sta -S
     - ['R SSC2 RE "\+SCAN:%%s,.+,\d+,1"%%(<target_ssid>)']
   comment: ''