2017-01-29 10:47:49 export USER=root 2017-01-29 10:47:49 ./start.sh 2017-01-29 10:47:49 ./run-tests.py ap_open_disable_enable DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_disable_enable 1/1 Test: AP with open mode getting disabled and re-enabled Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_disable_enable 0.533505 2017-01-29 10:47:50.344210 passed all 1 test case(s) 2017-01-29 10:47:50 ./run-tests.py ap_open_disconnect_in_ps DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_disconnect_in_ps 1/1 Test: Disconnect with the client in PS to regression-test a kernel bug Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_disconnect_in_ps 1.070441 2017-01-29 10:47:51.489149 passed all 1 test case(s) 2017-01-29 10:47:51 ./run-tests.py ap_open_id_str DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_id_str 1/1 Test: AP with open mode and id_str Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_id_str 0.102572 2017-01-29 10:47:51.666400 passed all 1 test case(s) 2017-01-29 10:47:51 ./run-tests.py ap_open_ifdown DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_ifdown 1/1 Test: AP with open mode and external ifconfig down Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_open.py", line 360, in test_ap_open_ifdown hapd.cmd_execute(['ip', 'link', 'set', 'dev', apdev[0]['ifname'], 'down']) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 159, in cmd_execute stdout=subprocess.PIPE, shell=shell) File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_open_ifdown 0.168673 2017-01-29 10:47:51.908570 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_open_ifdown 2017-01-29 10:47:51 ./run-tests.py ap_open_invalid_wmm_action DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_invalid_wmm_action 1/1 Test: AP with open mode configuration and invalid WMM Action frame Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_invalid_wmm_action 0.100262 2017-01-29 10:47:52.083348 passed all 1 test case(s) 2017-01-29 10:47:52 ./run-tests.py ap_open_out_of_memory DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_out_of_memory 1/1 Test: hostapd failing to setup interface due to allocation failure Starting AP wlan3 Starting AP wlan4 hostapd interface started even with memory allocation failure: 1:hostapd_alloc_bss_data Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_open.py", line 213, in test_ap_open_out_of_memory hapd_out_of_mem(hapd, apdev[1], 1, "hostapd_alloc_bss_data") File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_open.py", line 208, in hapd_out_of_mem raise Exception("hostapd interface started even with memory allocation failure: %d:%s" % (count, func)) Exception: hostapd interface started even with memory allocation failure: 1:hostapd_alloc_bss_data FAIL ap_open_out_of_memory 0.111053 2017-01-29 10:47:52.288058 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_open_out_of_memory 2017-01-29 10:47:52 ./run-tests.py ap_open_packet_loss DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_packet_loss 1/1 Test: AP with open mode configuration and large packet loss Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_open_packet_loss 17.164621 2017-01-29 10:48:09.529593 passed all 1 test case(s) 2017-01-29 10:48:09 ./run-tests.py ap_open_per_sta_vif DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_per_sta_vif 1/1 Test: AP VLAN with open network Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_per_sta_vif 0.253881 2017-01-29 10:48:09.878374 passed all 1 test case(s) 2017-01-29 10:48:09 ./run-tests.py ap_open_pmf_default DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_pmf_default 1/1 Test: AP with open mode (no security) configuration and pmf=2 Starting AP wlan3 Connect STA wlan1 to AP Connect STA wlan2 to AP Connect STA wlan0 to AP PASS ap_open_pmf_default 0.242334 2017-01-29 10:48:10.193955 passed all 1 test case(s) 2017-01-29 10:48:10 ./run-tests.py ap_open_poll_sta DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_poll_sta 1/1 Test: AP with open mode and STA poll Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_poll_sta 0.10379 2017-01-29 10:48:10.374981 passed all 1 test case(s) 2017-01-29 10:48:10 ./run-tests.py ap_open_reassoc_not_found DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_reassoc_not_found 1/1 Test: AP with open mode and REASSOCIATE not finding a match Connect STA wlan0 to AP PASS ap_open_reassoc_not_found 0.18829 2017-01-29 10:48:10.648051 passed all 1 test case(s) 2017-01-29 10:48:10 ./run-tests.py ap_open_reconnect_on_inactivity_disconnect DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_reconnect_on_inactivity_disconnect 1/1 Test: Reconnect to open mode AP after inactivity related disconnection Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_reconnect_on_inactivity_disconnect 0.117343 2017-01-29 10:48:10.838398 passed all 1 test case(s) 2017-01-29 10:48:10 ./run-tests.py ap_open_select_any DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_select_any 1/1 Test: AP with open mode and select any network Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_open_select_any 0.09413 2017-01-29 10:48:11.007630 passed all 1 test case(s) 2017-01-29 10:48:11 ./run-tests.py ap_open_select_network DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_select_network 1/1 Test: Open mode connection and SELECT_NETWORK to change network Starting AP wlan3 Starting AP wlan4 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_open_select_network 0.394173 2017-01-29 10:48:11.492912 passed all 1 test case(s) 2017-01-29 10:48:11 ./run-tests.py ap_open_select_twice DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_select_twice 1/1 Test: AP with open mode and select network twice Connect STA wlan0 to AP Starting AP wlan3 PASS ap_open_select_twice 0.140803 2017-01-29 10:48:11.723970 passed all 1 test case(s) 2017-01-29 10:48:11 ./run-tests.py ap_open_sta_enable_disable DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_sta_enable_disable 1/1 Test: AP with open mode and wpa_supplicant ENABLE/DISABLE_NETWORK Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan5 to AP PASS ap_open_sta_enable_disable 0.409212 2017-01-29 10:48:12.224799 passed all 1 test case(s) 2017-01-29 10:48:12 ./run-tests.py ap_open_sta_statistics DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_sta_statistics 1/1 Test: AP with open mode and STA statistics Starting AP wlan3 Connect STA wlan0 to AP stats1: {'listen_interval': '5', 'rx_packets': '2', 'timeout_next': 'NULLFUNC POLL', 'addr': '02:00:00:00:00:00', 'rx_bytes': '99', 'inactive_msec': '1', 'supported_rates': '02 04 0b 16 0c 12 18 24 30 48 60 6c', 'capability': '0x421', 'flags': '[AUTH][ASSOC][AUTHORIZED][SHORT_PREAMBLE][WMM]', 'connected_time': '0', 'tx_bytes': '196', 'aid': '1', 'tx_packets': '3'} stats2: {'listen_interval': '5', 'rx_packets': '2', 'timeout_next': 'NULLFUNC POLL', 'addr': '02:00:00:00:00:00', 'rx_bytes': '99', 'inactive_msec': '402', 'supported_rates': '02 04 0b 16 0c 12 18 24 30 48 60 6c', 'capability': '0x421', 'flags': '[AUTH][ASSOC][AUTHORIZED][SHORT_PREAMBLE][WMM]', 'connected_time': '0', 'tx_bytes': '196', 'aid': '1', 'tx_packets': '3'} stats3: {'listen_interval': '5', 'rx_packets': '8', 'timeout_next': 'NULLFUNC POLL', 'addr': '02:00:00:00:00:00', 'rx_bytes': '3205', 'inactive_msec': '8', 'supported_rates': '02 04 0b 16 0c 12 18 24 30 48 60 6c', 'capability': '0x421', 'flags': '[AUTH][ASSOC][AUTHORIZED][SHORT_PREAMBLE][WMM]', 'connected_time': '0', 'tx_bytes': '1782', 'aid': '1', 'tx_packets': '6'} PASS ap_open_sta_statistics 0.548129 2017-01-29 10:48:12.848090 passed all 1 test case(s) 2017-01-29 10:48:12 ./run-tests.py ap_open_start_disabled DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_start_disabled 1/1 Test: AP with open mode and beaconing disabled Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_start_disabled 0.200099 2017-01-29 10:48:13.122709 passed all 1 test case(s) 2017-01-29 10:48:13 ./run-tests.py ap_open_start_disabled2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_start_disabled2 1/1 Test: AP with open mode and beaconing disabled (2) Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_start_disabled2 0.203976 2017-01-29 10:48:13.403192 passed all 1 test case(s) 2017-01-29 10:48:13 ./run-tests.py ap_open_tdls DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_tdls 1/1 Test: Open AP and two stations using TDLS Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Setup TDLS Teardown TDLS Setup TDLS Teardown TDLS PASS ap_open_tdls 5.89695 2017-01-29 10:48:19.372931 passed all 1 test case(s) 2017-01-29 10:48:19 ./run-tests.py ap_open_tdls_vht DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_tdls_vht 1/1 Test: Open AP and two stations using TDLS Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_tdls.py", line 368, in test_ap_open_tdls_vht hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_open_tdls_vht 5.204784 2017-01-29 10:48:24.651944 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_open_tdls_vht 2017-01-29 10:48:24 ./run-tests.py ap_open_tdls_vht160 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_tdls_vht160 1/1 Test: Open AP and two stations using TDLS with VHT 160 Starting AP wlan3 Skip test case: ZA regulatory rule did not have DFS requirement removed SKIP ap_open_tdls_vht160 2.198365 2017-01-29 10:48:26.922691 passed all 0 test case(s) skipped 1 test case(s) 2017-01-29 10:48:26 ./run-tests.py ap_open_tdls_vht80 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_tdls_vht80 1/1 Test: Open AP and two stations using TDLS with VHT 80 Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_tdls.py", line 398, in test_ap_open_tdls_vht80 hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_open_tdls_vht80 5.207948 2017-01-29 10:48:32.202854 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_open_tdls_vht80 2017-01-29 10:48:32 ./run-tests.py ap_open_tdls_vht80plus80 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_tdls_vht80plus80 1/1 Test: Open AP and two stations using TDLS with VHT 80+80 Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_tdls.py", line 442, in test_ap_open_tdls_vht80plus80 hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_open_tdls_vht80plus80 5.201597 2017-01-29 10:48:37.485229 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_open_tdls_vht80plus80 2017-01-29 10:48:37 ./run-tests.py ap_open_unexpected_assoc_event DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_unexpected_assoc_event 1/1 Test: AP with open mode and unexpected association event Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_unexpected_assoc_event 0.130697 2017-01-29 10:48:37.688795 passed all 1 test case(s) 2017-01-29 10:48:37 ./run-tests.py ap_open_unknown_action DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_unknown_action 1/1 Test: AP with open mode configuration and unknown Action frame Starting AP wlan3 Connect STA wlan0 to AP PASS ap_open_unknown_action 0.09747 2017-01-29 10:48:37.860681 passed all 1 test case(s) 2017-01-29 10:48:37 ./run-tests.py ap_open_wpas_in_bridge DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_open_wpas_in_bridge 1/1 Test: Open mode AP and wpas interface in a bridge Starting AP wlan3 Ignore expected interface_add failure due to missing bridge interface: Failed to add a dynamic wpa_supplicant interface [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_open.py", line 281, in test_ap_open_wpas_in_bridge subprocess.call(['ip', 'link', 'set', 'dev', br_ifname, 'down']) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_open_wpas_in_bridge 0.200168 2017-01-29 10:48:38.141418 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_open_wpas_in_bridge 2017-01-29 10:48:38 ./run-tests.py ap_pmf_assoc_comeback DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_assoc_comeback 1/1 Test: WPA2-PSK AP with PMF association comeback Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_assoc_comeback 1.209596 2017-01-29 10:48:39.441473 passed all 1 test case(s) 2017-01-29 10:48:39 ./run-tests.py ap_pmf_assoc_comeback2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_assoc_comeback2 1/1 Test: WPA2-PSK AP with PMF association comeback (using DROP_SA) Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_assoc_comeback2 1.213907 2017-01-29 10:48:40.730079 passed all 1 test case(s) 2017-01-29 10:48:40 ./run-tests.py ap_pmf_negative DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_negative 1/1 Test: WPA2-PSK AP without PMF (negative test) Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_negative 10.800293 2017-01-29 10:48:51.604194 passed all 1 test case(s) 2017-01-29 10:48:51 ./run-tests.py ap_pmf_optional DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_optional 1/1 Test: WPA2-PSK AP with PMF optional Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_optional 2.563887 2017-01-29 10:48:54.304791 passed all 1 test case(s) 2017-01-29 10:48:54 ./run-tests.py ap_pmf_optional_2akm DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_optional_2akm 1/1 Test: WPA2-PSK AP with PMF optional (2 AKMs) Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_optional_2akm 0.381395 2017-01-29 10:48:54.799072 passed all 1 test case(s) 2017-01-29 10:48:54 ./run-tests.py ap_pmf_optional_eap DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_optional_eap 1/1 Test: WPA2EAP AP with PMF optional Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_optional_eap 0.221259 2017-01-29 10:48:55.115987 passed all 1 test case(s) 2017-01-29 10:48:55 ./run-tests.py ap_pmf_required DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_required 1/1 Test: WPA2-PSK AP with PMF required Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_required 0.442489 2017-01-29 10:48:55.632080 passed all 1 test case(s) 2017-01-29 10:48:55 ./run-tests.py ap_pmf_required_eap DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_required_eap 1/1 Test: WPA2-EAP AP with PMF required Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_pmf_required_eap 0.162429 2017-01-29 10:48:55.880267 passed all 1 test case(s) 2017-01-29 10:48:55 ./run-tests.py ap_pmf_required_sha1 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_required_sha1 1/1 Test: WPA2-PSK AP with PMF required with SHA1 AKM Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_required_sha1 0.219516 2017-01-29 10:48:56.178846 passed all 1 test case(s) 2017-01-29 10:48:56 ./run-tests.py ap_pmf_required_sta_no_pmf DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_required_sta_no_pmf 1/1 Test: WPA2-PSK AP with PMF required and PMF disabled on STA Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_required_sta_no_pmf 0.154466 2017-01-29 10:48:56.424792 passed all 1 test case(s) 2017-01-29 10:48:56 ./run-tests.py ap_pmf_sta_sa_query DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_sta_sa_query 1/1 Test: WPA2-PSK AP with station using SA Query Connect STA wlan0 to AP PASS ap_pmf_sta_sa_query 2.398224 2017-01-29 10:48:58.922799 passed all 1 test case(s) 2017-01-29 10:48:58 ./run-tests.py ap_pmf_sta_sa_query_no_response DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_sta_sa_query_no_response 1/1 Test: WPA2-PSK AP with station using SA Query and getting no response Connect STA wlan0 to AP PASS ap_pmf_sta_sa_query_no_response 3.555093 2017-01-29 10:49:02.584813 passed all 1 test case(s) 2017-01-29 10:49:02 ./run-tests.py ap_pmf_sta_unprot_deauth_burst DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_sta_unprot_deauth_burst 1/1 Test: WPA2-PSK AP with station receiving burst of unprotected Deauthentication frames Connect STA wlan0 to AP PASS ap_pmf_sta_unprot_deauth_burst 12.963412 2017-01-29 10:49:15.645268 passed all 1 test case(s) 2017-01-29 10:49:15 ./run-tests.py ap_pmf_toggle DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_pmf_toggle 1/1 Test: WPA2-PSK AP with PMF optional and changing PMF on reassociation Starting AP wlan3 Connect STA wlan0 to AP PASS ap_pmf_toggle 0.202936 2017-01-29 10:49:15.959872 passed all 1 test case(s) 2017-01-29 10:49:15 ./run-tests.py ap_qosmap DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_qosmap 1/1 Test: QoS mapping Starting AP wlan3 Connect STA wlan0 to AP PASS ap_qosmap 1.00433 2017-01-29 10:49:17.041681 passed all 1 test case(s) 2017-01-29 10:49:17 ./run-tests.py ap_qosmap_default DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_qosmap_default 1/1 Test: QoS mapping with default values Starting AP wlan3 Connect STA wlan0 to AP PASS ap_qosmap_default 0.747582 2017-01-29 10:49:17.888693 passed all 1 test case(s) 2017-01-29 10:49:17 ./run-tests.py ap_qosmap_default_acm DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_qosmap_default_acm 1/1 Test: QoS mapping with default values and ACM=1 for VO/VI Starting AP wlan3 Connect STA wlan0 to AP PASS ap_qosmap_default_acm 0.69612 2017-01-29 10:49:18.684586 passed all 1 test case(s) 2017-01-29 10:49:18 ./run-tests.py ap_qosmap_invalid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_qosmap_invalid 1/1 Test: QoS mapping ctrl_iface error handling Starting AP wlan3 PASS ap_qosmap_invalid 0.071907 2017-01-29 10:49:18.848239 passed all 1 test case(s) 2017-01-29 10:49:18 ./run-tests.py ap_reassociation_to_same_bss DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_reassociation_to_same_bss 1/1 Test: Reassociate to the same BSS Starting AP wlan3 Connect STA wlan0 to AP PASS ap_reassociation_to_same_bss 13.434081 2017-01-29 10:49:32.362660 passed all 1 test case(s) 2017-01-29 10:49:32 ./run-tests.py ap_remove_during_acs DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_remove_during_acs 1/1 Test: Remove interface during ACS Starting AP wlan3 Removing BSS wlan3 Starting AP wlan3 Removing BSS wlan3 PASS ap_remove_during_acs 6.936009 2017-01-29 10:49:39.411950 passed all 1 test case(s) 2017-01-29 10:49:39 ./run-tests.py ap_remove_during_acs2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_remove_during_acs2 1/1 Test: Remove BSS during ACS in multi-BSS configuration Starting AP wlan3 Removing BSS wlan3 Starting AP wlan3 Removing BSS wlan3 PASS ap_remove_during_acs2 0.257855 2017-01-29 10:49:39.786182 passed all 1 test case(s) 2017-01-29 10:49:39 ./run-tests.py ap_remove_during_acs3 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_remove_during_acs3 1/1 Test: Remove second BSS during ACS in multi-BSS configuration Starting AP wlan3 Removing BSS wlan3 Starting AP wlan3 Removing BSS wlan3-2 PASS ap_remove_during_acs3 0.26869 2017-01-29 10:49:40.159168 passed all 1 test case(s) 2017-01-29 10:49:40 ./run-tests.py ap_remove_during_ht_coex_scan DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_remove_during_ht_coex_scan 1/1 Test: Remove interface during HT co-ex scan Starting AP wlan3 Removing BSS wlan3 PASS ap_remove_during_ht_coex_scan 1.429458 2017-01-29 10:49:41.702209 passed all 1 test case(s) 2017-01-29 10:49:41 ./run-tests.py ap_remove_during_ht_coex_scan2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_remove_during_ht_coex_scan2 1/1 Test: Remove BSS during HT co-ex scan in multi-BSS configuration Starting AP wlan3 Removing BSS wlan3 PASS ap_remove_during_ht_coex_scan2 0.096517 2017-01-29 10:49:41.903145 passed all 1 test case(s) 2017-01-29 10:49:41 ./run-tests.py ap_remove_during_ht_coex_scan3 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_remove_during_ht_coex_scan3 1/1 Test: Remove second BSS during HT co-ex scan in multi-BSS configuration Starting AP wlan3 Removing BSS wlan3-2 PASS ap_remove_during_ht_coex_scan3 0.054728 2017-01-29 10:49:42.064210 passed all 1 test case(s) 2017-01-29 10:49:42 ./run-tests.py ap_require_ht DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_require_ht 1/1 Test: Require HT Starting AP wlan3 Connect STA wlan1 to AP Connect STA wlan0 to AP Connect STA wlan2 to AP PASS ap_require_ht 0.148386 2017-01-29 10:49:42.295576 passed all 1 test case(s) 2017-01-29 10:49:42 ./run-tests.py ap_require_ht_limited_rates DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_require_ht_limited_rates 1/1 Test: Require HT with limited supported rates Starting AP wlan3 Connect STA wlan1 to AP Connect STA wlan0 to AP PASS ap_require_ht_limited_rates 0.113078 2017-01-29 10:49:42.487287 passed all 1 test case(s) 2017-01-29 10:49:42 ./run-tests.py ap_roam_open DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_roam_open 1/1 Test: Roam between two open APs Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_roam_open 18.236341 2017-01-29 10:50:00.796633 passed all 1 test case(s) 2017-01-29 10:50:00 ./run-tests.py ap_roam_open_failed DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_roam_open_failed 1/1 Test: Roam failure due to rejected authentication Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_roam_open_failed 0.487621 2017-01-29 10:50:01.396310 passed all 1 test case(s) 2017-01-29 10:50:01 ./run-tests.py ap_roam_set_bssid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_roam_set_bssid 1/1 Test: Roam control Starting AP wlan3 Starting AP wlan4 Connect STA wlan0 to AP PASS ap_roam_set_bssid 0.172416 2017-01-29 10:50:01.659798 passed all 1 test case(s) 2017-01-29 10:50:01 ./run-tests.py ap_roam_wpa2_psk DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_roam_wpa2_psk 1/1 Test: Roam between two WPA2-PSK APs Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_roam_wpa2_psk 18.106149 2017-01-29 10:50:19.866527 passed all 1 test case(s) 2017-01-29 10:50:19 ./run-tests.py ap_roam_wpa2_psk_failed DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_roam_wpa2_psk_failed 1/1 Test: Roam failure with WPA2-PSK AP due to wrong passphrase Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_roam_wpa2_psk_failed 5.990778 2017-01-29 10:50:25.973071 passed all 1 test case(s) 2017-01-29 10:50:25 ./run-tests.py ap_roam_wpa2_psk_race DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_roam_wpa2_psk_race 1/1 Test: Roam between two WPA2-PSK APs and try to hit a disconnection race Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan4 PASS ap_roam_wpa2_psk_race 3.681197 2017-01-29 10:50:29.756919 passed all 1 test case(s) 2017-01-29 10:50:29 ./run-tests.py ap_short_preamble DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_short_preamble 1/1 Test: Open AP with short preamble Starting AP wlan3 Connect STA wlan0 to AP PASS ap_short_preamble 0.102083 2017-01-29 10:50:29.970685 passed all 1 test case(s) 2017-01-29 10:50:29 ./run-tests.py ap_spectrum_management_required DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_spectrum_management_required 1/1 Test: Open AP with spectrum management required Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_params.py", line 253, in test_ap_spectrum_management_required hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_spectrum_management_required 5.16002 2017-01-29 10:50:35.209826 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_spectrum_management_required 2017-01-29 10:50:35 ./run-tests.py ap_tdls_discovery DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_tdls_discovery 1/1 Test: WPA2-PSK AP and two stations using TDLS discovery Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_tdls_discovery 0.647673 2017-01-29 10:50:35.968444 passed all 1 test case(s) 2017-01-29 10:50:35 ./run-tests.py ap_tdls_link_status DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_tdls_link_status 1/1 Test: Check TDLS link status between two stations Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP wlan0: TDLS link status: peer does not exist wlan1: TDLS link status: peer does not exist Setup TDLS wlan0: TDLS link status: connected wlan1: TDLS link status: connected Teardown TDLS wlan0: TDLS link status: peer does not exist wlan1: TDLS link status: peer does not exist PASS ap_tdls_link_status 4.304312 2017-01-29 10:50:40.347791 passed all 1 test case(s) 2017-01-29 10:50:40 ./run-tests.py ap_track_sta DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_track_sta 1/1 Test: Dualband AP tracking unconnected stations Starting AP wlan3 Starting AP wlan4 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 18, in test_ap_track_sta _test_ap_track_sta(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 37, in _test_ap_track_sta hapd2 = hostapd.add_ap(apdev[1], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_track_sta 10.139145 2017-01-29 10:50:50.574833 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_track_sta 2017-01-29 10:50:50 ./run-tests.py ap_track_sta_force_2ghz DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_track_sta_force_2ghz 1/1 Test: Dualband AP forcing dualband STA to connect on 2.4 GHz Starting AP wlan3 Starting AP wlan4 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 256, in test_ap_track_sta_force_2ghz _test_ap_track_sta_force_2ghz(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 275, in _test_ap_track_sta_force_2ghz hapd2 = hostapd.add_ap(apdev[1], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_track_sta_force_2ghz 10.181852 2017-01-29 10:51:00.873833 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_track_sta_force_2ghz 2017-01-29 10:51:00 ./run-tests.py ap_track_sta_force_5ghz DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_track_sta_force_5ghz 1/1 Test: Dualband AP forcing dualband STA to connect on 5 GHz Starting AP wlan3 Starting AP wlan4 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 222, in test_ap_track_sta_force_5ghz _test_ap_track_sta_force_5ghz(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 241, in _test_ap_track_sta_force_5ghz hapd2 = hostapd.add_ap(apdev[1], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_track_sta_force_5ghz 10.152931 2017-01-29 10:51:11.146936 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_track_sta_force_5ghz 2017-01-29 10:51:11 ./run-tests.py ap_track_sta_no_auth DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_track_sta_no_auth 1/1 Test: Dualband AP rejecting authentication from dualband STA on 2.4 GHz Starting AP wlan3 Starting AP wlan4 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 119, in test_ap_track_sta_no_auth _test_ap_track_sta_no_auth(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 138, in _test_ap_track_sta_no_auth hapd2 = hostapd.add_ap(apdev[1], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_track_sta_no_auth 10.178016 2017-01-29 10:51:21.432822 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_track_sta_no_auth 2017-01-29 10:51:21 ./run-tests.py ap_track_sta_no_auth_passive DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_track_sta_no_auth_passive 1/1 Test: AP rejecting authentication from dualband STA on 2.4 GHz (passive) Starting AP wlan3 Starting AP wlan4 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 165, in test_ap_track_sta_no_auth_passive _test_ap_track_sta_no_auth_passive(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 187, in _test_ap_track_sta_no_auth_passive hapd2 = hostapd.add_ap(apdev[1], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_track_sta_no_auth_passive 10.219588 2017-01-29 10:51:31.767106 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_track_sta_no_auth_passive 2017-01-29 10:51:31 ./run-tests.py ap_track_sta_no_probe_resp DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_track_sta_no_probe_resp 1/1 Test: Dualband AP not replying to probes from dualband STA on 2.4 GHz Starting AP wlan3 Starting AP wlan4 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 84, in test_ap_track_sta_no_probe_resp _test_ap_track_sta_no_probe_resp(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_track.py", line 105, in _test_ap_track_sta_no_probe_resp hapd2 = hostapd.add_ap(apdev[1], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_track_sta_no_probe_resp 10.240337 2017-01-29 10:51:42.112158 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_track_sta_no_probe_resp 2017-01-29 10:51:42 ./run-tests.py ap_tx_queue_params DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_tx_queue_params 1/1 Test: Open AP with TX queue params set Starting AP wlan3 Connect STA wlan0 to AP PASS ap_tx_queue_params 0.203824 2017-01-29 10:51:42.429542 passed all 1 test case(s) 2017-01-29 10:51:42 ./run-tests.py ap_vendor_elements DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vendor_elements 1/1 Test: WPA2-PSK AP with vendor elements added Starting AP wlan3 Connect STA wlan0 to AP PASS ap_vendor_elements 0.14613 2017-01-29 10:51:42.665862 passed all 1 test case(s) 2017-01-29 10:51:42 ./run-tests.py ap_vht160 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht160 1/1 Test: VHT with 160 MHz channel width Starting AP wlan3 DFS event timed out Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 319, in test_ap_vht160 ev = wait_dfs_event(hapd, "DFS-CAC-START", 5) File "/lkp/benchmarks/hwsim/tests/hwsim/test_dfs.py", line 24, in wait_dfs_event raise Exception("DFS event timed out") Exception: DFS event timed out FAIL ap_vht160 5.225516 2017-01-29 10:51:47.970747 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht160 2017-01-29 10:51:47 ./run-tests.py ap_vht160_no_dfs DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht160_no_dfs 1/1 Test: VHT with 160 MHz channel width and no DFS Starting AP wlan3 Skip test case: ZA regulatory rule did not have DFS requirement removed SKIP ap_vht160_no_dfs 2.218279 2017-01-29 10:51:50.309573 passed all 0 test case(s) skipped 1 test case(s) 2017-01-29 10:51:50 ./run-tests.py ap_vht80 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80 1/1 Test: VHT with 80 MHz channel width Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 40, in test_ap_vht80 hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80 5.145294 2017-01-29 10:51:55.570376 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80 2017-01-29 10:51:55 ./run-tests.py ap_vht80_csa DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80_csa 1/1 Test: VHT with 80 MHz channel width and CSA Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 578, in test_ap_vht80_csa hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80_csa 5.154398 2017-01-29 10:52:00.834891 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80_csa 2017-01-29 10:52:00 ./run-tests.py ap_vht80_invalid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80_invalid 1/1 Test: VHT with invalid 80 MHz channel configuration (seg1) Starting AP wlan3 AP-DISABLED not reported Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 180, in test_ap_vht80_invalid raise Exception("AP-DISABLED not reported") Exception: AP-DISABLED not reported FAIL ap_vht80_invalid 5.079402 2017-01-29 10:52:06.022693 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80_invalid 2017-01-29 10:52:06 ./run-tests.py ap_vht80_invalid2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80_invalid2 1/1 Test: VHT with invalid 80 MHz channel configuration (seg0) Starting AP wlan3 PASS ap_vht80_invalid2 5.084147 2017-01-29 10:52:11.205970 passed all 1 test case(s) 2017-01-29 10:52:11 ./run-tests.py ap_vht80_params DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80_params 1/1 Test: VHT with 80 MHz channel width and number of optional features enabled Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 134, in test_ap_vht80_params hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80_params 5.223181 2017-01-29 10:52:16.554853 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80_params 2017-01-29 10:52:16 ./run-tests.py ap_vht80_pwr_constraint DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80_pwr_constraint 1/1 Test: VHT with 80 MHz channel width and local power constraint Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 709, in test_ap_vht80_pwr_constraint hapd = hostapd.add_ap(apdev[0], params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80_pwr_constraint 5.161846 2017-01-29 10:52:21.820011 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80_pwr_constraint 2017-01-29 10:52:21 ./run-tests.py ap_vht80b DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80b 1/1 Test: VHT with 80 MHz channel width (HT40- channel 40) Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 109, in test_ap_vht80b vht80_test(apdev[0], dev[0], 40, "[HT40-]") File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 90, in vht80_test hapd = hostapd.add_ap(apdev, params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80b 5.344173 2017-01-29 10:52:27.274777 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80b 2017-01-29 10:52:27 ./run-tests.py ap_vht80c DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80c 1/1 Test: VHT with 80 MHz channel width (HT40+ channel 44) Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 113, in test_ap_vht80c vht80_test(apdev[0], dev[0], 44, "[HT40+]") File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 90, in vht80_test hapd = hostapd.add_ap(apdev, params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80c 5.337977 2017-01-29 10:52:32.719856 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80c 2017-01-29 10:52:32 ./run-tests.py ap_vht80d DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80d 1/1 Test: VHT with 80 MHz channel width (HT40- channel 48) Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 117, in test_ap_vht80d vht80_test(apdev[0], dev[0], 48, "[HT40-]") File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 90, in vht80_test hapd = hostapd.add_ap(apdev, params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht80d 5.322952 2017-01-29 10:52:38.150804 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80d 2017-01-29 10:52:38 ./run-tests.py ap_vht80plus80 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80plus80 1/1 Test: VHT with 80+80 MHz channel width Starting AP wlan3 Starting AP wlan4 AP setup timed out(2) Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 497, in test_ap_vht80plus80 raise Exception("AP setup timed out(2)") Exception: AP setup timed out(2) FAIL ap_vht80plus80 10.292206 2017-01-29 10:52:48.565613 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80plus80 2017-01-29 10:52:48 ./run-tests.py ap_vht80plus80_invalid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht80plus80_invalid 1/1 Test: VHT with invalid 80+80 MHz channel Starting AP wlan3 AP-DISABLED not reported Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 553, in test_ap_vht80plus80_invalid raise Exception("AP-DISABLED not reported") Exception: AP-DISABLED not reported FAIL ap_vht80plus80_invalid 5.08117 2017-01-29 10:52:53.758040 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht80plus80_invalid 2017-01-29 10:52:53 ./run-tests.py ap_vht_20 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht_20 1/1 Test: VHT and 20 MHz channel Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 240, in test_ap_vht_20 hapd = hostapd.add_ap(ap, params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht_20 5.162511 2017-01-29 10:52:59.033699 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht_20 2017-01-29 10:52:59 ./run-tests.py ap_vht_40 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht_40 1/1 Test: VHT and 40 MHz channel Starting AP wlan3 AP startup failed Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 267, in test_ap_vht_40 hapd = hostapd.add_ap(ap, params) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 426, in add_ap raise Exception("AP startup failed") Exception: AP startup failed FAIL ap_vht_40 5.162536 2017-01-29 10:53:04.311951 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht_40 2017-01-29 10:53:04 ./run-tests.py ap_vht_capab_not_supported DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht_capab_not_supported 1/1 Test: VHT configuration with driver not supporting all vht_capab entries Starting AP wlan3 Startup failure not reported Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vht.py", line 294, in test_ap_vht_capab_not_supported raise Exception("Startup failure not reported") Exception: Startup failure not reported FAIL ap_vht_capab_not_supported 5.104781 2017-01-29 10:53:09.530455 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vht_capab_not_supported 2017-01-29 10:53:09 ./run-tests.py ap_vht_on_24ghz DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vht_on_24ghz 1/1 Test: Subset of VHT features on 2.4 GHz Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_vht_on_24ghz 2.369257 2017-01-29 10:53:12.027564 passed all 1 test case(s) 2017-01-29 10:53:12 ./run-tests.py ap_vlan_file_open DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_file_open 1/1 Test: AP VLAN with open network and vlan_file mapping Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_vlan_file_open 0.658634 2017-01-29 10:53:12.802678 passed all 1 test case(s) 2017-01-29 10:53:12 ./run-tests.py ap_vlan_iface_cleanup_multibss DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_iface_cleanup_multibss 1/1 Test: AP VLAN operation in multi-BSS multi-VLAN case Skip test case: python module netifaces not available SKIP ap_vlan_iface_cleanup_multibss 0.021 2017-01-29 10:53:12.913957 passed all 0 test case(s) skipped 1 test case(s) 2017-01-29 10:53:12 ./run-tests.py ap_vlan_iface_cleanup_multibss_per_sta_vif DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_iface_cleanup_multibss_per_sta_vif 1/1 Test: AP VLAN operation in multi-BSS multi-VLAN case with per-sta-vif set Skip test case: python module netifaces not available SKIP ap_vlan_iface_cleanup_multibss_per_sta_vif 0.019736 2017-01-29 10:53:13.015981 passed all 0 test case(s) skipped 1 test case(s) 2017-01-29 10:53:13 ./run-tests.py ap_vlan_open DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_open 1/1 Test: AP VLAN with open network Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_vlan_open 0.626322 2017-01-29 10:53:13.724892 passed all 1 test case(s) 2017-01-29 10:53:13 ./run-tests.py ap_vlan_open_per_sta_vif DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_open_per_sta_vif 1/1 Test: AP VLAN (dynamic) with open network Starting AP wlan3 Connect STA wlan0 to AP PASS ap_vlan_open_per_sta_vif 0.231707 2017-01-29 10:53:14.048888 passed all 1 test case(s) 2017-01-29 10:53:14 ./run-tests.py ap_vlan_reconnect DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_reconnect 1/1 Test: AP VLAN with WPA2-PSK connect, disconnect, connect Starting AP wlan3 connect sta Connect STA wlan0 to AP disconnect sta reconnect sta Connect STA wlan0 to AP PASS ap_vlan_reconnect 1.471247 2017-01-29 10:53:15.613586 passed all 1 test case(s) 2017-01-29 10:53:15 ./run-tests.py ap_vlan_tagged DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_tagged 1/1 Test: AP VLAN with tagged interface Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_vlan_tagged 0.728617 2017-01-29 10:53:16.441996 passed all 1 test case(s) 2017-01-29 10:53:16 ./run-tests.py ap_vlan_tagged_wpa2_radius_id_change DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_tagged_wpa2_radius_id_change 1/1 Test: AP tagged VLAN with WPA2-Enterprise and RADIUS attributes changing VLANID wlan0.1: ERROR while getting interface flags: No such device wlan0.2: ERROR while getting interface flags: No such device [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vlan.py", line 128, in test_ap_vlan_tagged_wpa2_radius_id_change subprocess.call(['ip', 'link', 'del', ifname1]) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_vlan_tagged_wpa2_radius_id_change 0.02752 2017-01-29 10:53:16.558851 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vlan_tagged_wpa2_radius_id_change 2017-01-29 10:53:16 ./run-tests.py ap_vlan_without_station DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_without_station 1/1 Test: AP VLAN with WPA2-PSK and no station Starting AP wlan3 Connect STA wlan0 to AP first frame not observed [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 447, in main t(dev, apdev, params) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vlan.py", line 531, in test_ap_vlan_without_station subprocess.call(['ip', 'link', 'set', 'dev', 'brvlan1', 'down']) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_vlan_without_station 1.813715 2017-01-29 10:53:18.445770 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vlan_without_station 2017-01-29 10:53:18 ./run-tests.py ap_vlan_wpa2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2 1/1 Test: AP VLAN with WPA2-PSK Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_vlan_wpa2 0.642163 2017-01-29 10:53:19.171482 passed all 1 test case(s) 2017-01-29 10:53:19 ./run-tests.py ap_vlan_wpa2_psk_radius_required DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_psk_radius_required 1/1 Test: AP VLAN with WPA2-PSK and RADIUS attributes required Starting AP wlan3 connecting without VLAN Connect STA wlan0 to AP Received authentication request connecting without VLAN failed as expected connecting without VLAN (CUI/User-Name) Connect STA wlan1 to AP Received authentication request connecting without VLAN failed as expected(2) connecting with VLAN Connect STA wlan2 to AP Received authentication request connecting with VLAN succeeded as expected PASS ap_vlan_wpa2_psk_radius_required 4.782869 2017-01-29 10:53:24.050005 passed all 1 test case(s) 2017-01-29 10:53:24 ./run-tests.py ap_vlan_wpa2_radius DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius 1/1 Test: AP VLAN with WPA2-Enterprise and RADIUS attributes Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_vlan_wpa2_radius 0.637957 2017-01-29 10:53:24.788024 passed all 1 test case(s) 2017-01-29 10:53:24 ./run-tests.py ap_vlan_wpa2_radius_2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius_2 1/1 Test: AP VLAN with WPA2-Enterprise and RADIUS EGRESS_VLANID attributes Starting AP wlan3 Connect STA wlan0 to AP PASS ap_vlan_wpa2_radius_2 0.299586 2017-01-29 10:53:25.175946 passed all 1 test case(s) 2017-01-29 10:53:25 ./run-tests.py ap_vlan_wpa2_radius_id_change DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius_id_change 1/1 Test: AP VLAN with WPA2-Enterprise and RADIUS attributes changing VLANID Starting AP wlan4 Starting AP wlan3 Connect STA wlan0 to AP VLAN-ID -> 2 VLAN-ID -> 1 PASS ap_vlan_wpa2_radius_id_change 2.021272 2017-01-29 10:53:27.295141 passed all 1 test case(s) 2017-01-29 10:53:27 ./run-tests.py ap_vlan_wpa2_radius_mixed DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius_mixed 1/1 Test: AP VLAN with WPA2-Enterprise and tagged+untagged VLANs Starting AP wlan3 Connect STA wlan0 to AP wlan0.1: ERROR while getting interface flags: No such device [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vlan.py", line 614, in test_ap_vlan_wpa2_radius_mixed subprocess.call(['ip', 'link', 'del', ifname]) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_vlan_wpa2_radius_mixed 0.304158 2017-01-29 10:53:27.691924 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vlan_wpa2_radius_mixed 2017-01-29 10:53:27 ./run-tests.py ap_vlan_wpa2_radius_required DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius_required 1/1 Test: AP VLAN with WPA2-Enterprise and RADIUS attributes required Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan2 to AP PASS ap_vlan_wpa2_radius_required 0.225414 2017-01-29 10:53:28.024153 passed all 1 test case(s) 2017-01-29 10:53:28 ./run-tests.py ap_vlan_wpa2_radius_tagged DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_vlan_wpa2_radius_tagged 1/1 Test: AP VLAN with WPA2-Enterprise and RADIUS EGRESS_VLANID attributes Starting AP wlan3 Connect STA wlan0 to AP wlan0.1: ERROR while getting interface flags: No such device [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_vlan.py", line 584, in test_ap_vlan_wpa2_radius_tagged subprocess.call(['ip', 'link', 'del', ifname]) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_vlan_wpa2_radius_tagged 0.238155 2017-01-29 10:53:28.336174 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_vlan_wpa2_radius_tagged 2017-01-29 10:53:28 ./run-tests.py ap_wds_sta DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wds_sta 1/1 Test: WPA2-PSK AP with STA using 4addr mode Starting AP wlan3 [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_params.py", line 178, in test_ap_wds_sta dev[0].cmd_execute(['ip', 'link', 'set', 'dev', 'wds-br0', 'down']) File "/lkp/benchmarks/hwsim/tests/hwsim/wpasupplicant.py", line 59, in cmd_execute stdout=subprocess.PIPE, shell=shell) File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_wds_sta 0.084011 2017-01-29 10:53:28.509705 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wds_sta 2017-01-29 10:53:28 ./run-tests.py ap_wep_tdls DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wep_tdls 1/1 Test: WEP AP and two stations using TDLS Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Setup TDLS Teardown TDLS Setup TDLS PASS ap_wep_tdls 4.570341 2017-01-29 10:53:33.157443 passed all 1 test case(s) 2017-01-29 10:53:33 ./run-tests.py ap_wpa2_already_in_bridge DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_already_in_bridge 1/1 Test: hostapd behavior with interface already in bridge [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_psk.py", line 412, in test_ap_wpa2_already_in_bridge 'down']) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 596, in cmd_execute return hapd_global.cmd_execute(cmd, shell=shell) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 52, in cmd_execute stdout=subprocess.PIPE, shell=shell) File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_wpa2_already_in_bridge 0.028096 2017-01-29 10:53:33.289026 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_already_in_bridge 2017-01-29 10:53:33 ./run-tests.py ap_wpa2_bridge_fdb DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_bridge_fdb 1/1 Test: Bridge FDB entry removal Starting AP wlan3 [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_psk.py", line 388, in test_ap_wpa2_bridge_fdb 'down']) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 596, in cmd_execute return hapd_global.cmd_execute(cmd, shell=shell) File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 52, in cmd_execute stdout=subprocess.PIPE, shell=shell) File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_wpa2_bridge_fdb 0.125688 2017-01-29 10:53:33.489199 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_bridge_fdb 2017-01-29 10:53:33 ./run-tests.py ap_wpa2_eap_aka DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka 1/1 Test: WPA2-Enterprise connection using EAP-AKA Starting AP wlan3 Connect STA wlan0 to AP Negative test with incorrect key Connect STA wlan0 to AP Invalid Milenage key Connect STA wlan0 to AP Invalid Milenage key(2) Connect STA wlan0 to AP Invalid Milenage key(3) Connect STA wlan0 to AP Invalid Milenage key(4) Connect STA wlan0 to AP Invalid Milenage key(5) Connect STA wlan0 to AP Invalid Milenage key(6) Connect STA wlan0 to AP Missing key configuration Connect STA wlan0 to AP PASS ap_wpa2_eap_aka 0.466771 2017-01-29 10:53:34.046524 passed all 1 test case(s) 2017-01-29 10:53:34 ./run-tests.py ap_wpa2_eap_aka_config DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_config 1/1 Test: EAP-AKA configuration options Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_aka_config 0.103942 2017-01-29 10:53:34.224598 passed all 1 test case(s) 2017-01-29 10:53:34 ./run-tests.py ap_wpa2_eap_aka_ext DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_ext 1/1 Test: WPA2-Enterprise connection using EAP-AKA and external UMTS auth Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_aka_ext 1.209841 2017-01-29 10:53:35.506750 passed all 1 test case(s) 2017-01-29 10:53:35 ./run-tests.py ap_wpa2_eap_aka_ext_auth_fail DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_ext_auth_fail 1/1 Test: EAP-AKA with external UMTS auth and auth failing Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_aka_ext_auth_fail 0.129207 2017-01-29 10:53:35.709033 passed all 1 test case(s) 2017-01-29 10:53:35 ./run-tests.py ap_wpa2_eap_aka_prime DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_prime 1/1 Test: WPA2-Enterprise connection using EAP-AKA' Starting AP wlan3 Connect STA wlan0 to AP EAP-AKA' bidding protection when EAP-AKA enabled as well Connect STA wlan1 to AP Negative test with incorrect key Connect STA wlan0 to AP PASS ap_wpa2_eap_aka_prime 0.299668 2017-01-29 10:53:36.085256 passed all 1 test case(s) 2017-01-29 10:53:36 ./run-tests.py ap_wpa2_eap_aka_prime_ext_auth_fail DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_prime_ext_auth_fail 1/1 Test: EAP-AKA' with external UMTS auth and auth failing Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_aka_prime_ext_auth_fail 0.120172 2017-01-29 10:53:36.290311 passed all 1 test case(s) 2017-01-29 10:53:36 ./run-tests.py ap_wpa2_eap_aka_prime_sql DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_prime_sql 1/1 Test: WPA2-Enterprise connection using EAP-AKA' (SQL) Starting AP wlan3 Connect STA wlan0 to AP AKA' fast re-authentication AKA' full auth with pseudonym AKA' full auth with permanent identity AKA' reauth with mismatching k_aut Connect STA wlan0 to AP AKA' reauth with mismatching counter Connect STA wlan0 to AP AKA' reauth with max reauth count reached PASS ap_wpa2_eap_aka_prime_sql 0.271563 2017-01-29 10:53:36.640641 passed all 1 test case(s) 2017-01-29 10:53:36 ./run-tests.py ap_wpa2_eap_aka_sql DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_aka_sql 1/1 Test: WPA2-Enterprise connection using EAP-AKA (SQL) Starting AP wlan3 Connect STA wlan0 to AP AKA fast re-authentication AKA full auth with pseudonym AKA full auth with permanent identity AKA reauth with mismatching MK Connect STA wlan0 to AP AKA reauth with mismatching counter Connect STA wlan0 to AP AKA reauth with max reauth count reached PASS ap_wpa2_eap_aka_sql 0.281962 2017-01-29 10:53:36.997241 passed all 1 test case(s) 2017-01-29 10:53:37 ./run-tests.py ap_wpa2_eap_assoc_rsn DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_assoc_rsn 1/1 Test: WPA2-Enterprise AP and association request RSN IE differences Starting AP wlan3 Starting AP wlan4 Normal wpa_supplicant assoc req RSN IE Connect STA wlan0 to AP Extra PMKIDCount field in RSN IE Connect STA wlan0 to AP Extra Group Management Cipher Suite in RSN IE Connect STA wlan0 to AP Extra undefined extension field in RSN IE Connect STA wlan0 to AP RSN IE without RSN Capabilities Connect STA wlan0 to AP RSN IE without AKM Connect STA wlan0 to AP RSN IE without pairwise Connect STA wlan0 to AP RSN IE without group Connect STA wlan0 to AP Normal wpa_supplicant assoc req RSN IE Connect STA wlan0 to AP Group management cipher included in assoc req RSN IE Connect STA wlan0 to AP Invalid group cipher Connect STA wlan0 to AP Invalid pairwise cipher Connect STA wlan0 to AP Management frame protection not enabled Connect STA wlan0 to AP Unsupported management group cipher Connect STA wlan0 to AP PASS ap_wpa2_eap_assoc_rsn 0.396224 2017-01-29 10:53:37.469433 passed all 1 test case(s) 2017-01-29 10:53:37 ./run-tests.py ap_wpa2_eap_eke DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_eke 1/1 Test: WPA2-Enterprise connection using EAP-EKE Starting AP wlan3 Connect STA wlan0 to AP Test forced algorithm selection Test failed algorithm negotiation Negative test with incorrect password Connect STA wlan0 to AP PASS ap_wpa2_eap_eke 1.550959 2017-01-29 10:53:39.093824 passed all 1 test case(s) 2017-01-29 10:53:39 ./run-tests.py ap_wpa2_eap_eke_many DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_eke_many 1/1 Test: WPA2-Enterprise connection using EAP-EKE (many connections) [long] Skip test case: Skip test case with long duration due to --long not specified SKIP ap_wpa2_eap_eke_many 0.017569 2017-01-29 10:53:39.197913 passed all 0 test case(s) skipped 1 test case(s) 2017-01-29 10:53:39 ./run-tests.py ap_wpa2_eap_eke_server_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_eke_server_oom 1/1 Test: WPA2-Enterprise connection using EAP-EKE with server OOM Starting AP wlan3 Connect STA wlan0 to AP EAP failure timed out Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 2637, in test_ap_wpa2_eap_eke_server_oom expect_failure=True) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 127, in eap_connect maybe_local_error=maybe_local_error) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 154, in eap_check_auth raise Exception("EAP failure timed out") Exception: EAP failure timed out FAIL ap_wpa2_eap_eke_server_oom 10.147871 2017-01-29 10:53:49.419396 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_eke_server_oom 2017-01-29 10:53:49 ./run-tests.py ap_wpa2_eap_eke_serverid_nai DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_eke_serverid_nai 1/1 Test: WPA2-Enterprise connection using EAP-EKE with serverid NAI Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_eke_serverid_nai 0.240357 2017-01-29 10:53:49.750657 passed all 1 test case(s) 2017-01-29 10:53:49 ./run-tests.py ap_wpa2_eap_expanded_nak DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_expanded_nak 1/1 Test: WPA2-Enterprise connection with EAP resulting in expanded NAK Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_expanded_nak 3.833199 2017-01-29 10:53:53.659050 passed all 1 test case(s) 2017-01-29 10:53:53 ./run-tests.py ap_wpa2_eap_ext_enable_network_while_connected DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_ext_enable_network_while_connected 1/1 Test: WPA2-Enterprise interactive identity entry and ENABLE_NETWORK Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_ext_enable_network_while_connected 1.109932 2017-01-29 10:53:54.872852 passed all 1 test case(s) 2017-01-29 10:53:54 ./run-tests.py ap_wpa2_eap_fast_binary_pac DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_binary_pac 1/1 Test: WPA2-Enterprise connection using EAP-FAST and binary PAC format Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_binary_pac 0.359954 2017-01-29 10:53:55.305322 passed all 1 test case(s) 2017-01-29 10:53:55 ./run-tests.py ap_wpa2_eap_fast_binary_pac_errors DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_binary_pac_errors 1/1 Test: EAP-FAST and binary PAC errors Starting AP wlan3 Connect STA wlan0 to AP Allocation failure did not trigger Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 3098, in test_ap_wpa2_eap_fast_binary_pac_errors dev[0].wait_disconnected() File "/lkp/benchmarks/hwsim/tests/hwsim/utils.py", line 39, in __exit__ raise Exception("Allocation failure did not trigger") Exception: Allocation failure did not trigger FAIL ap_wpa2_eap_fast_binary_pac_errors 0.343072 2017-01-29 10:53:55.723043 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_fast_binary_pac_errors 2017-01-29 10:53:55 ./run-tests.py ap_wpa2_eap_fast_cipher_suites DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_cipher_suites 1/1 Test: EAP-FAST and different TLS cipher suites Starting AP wlan3 Connect STA wlan0 to AP Testing DHE-RSA-AES128-SHA Connect STA wlan0 to AP Testing RC4-SHA Connect STA wlan0 to AP Allow failure due to missing TLS library support Testing AES128-SHA Connect STA wlan0 to AP Testing AES256-SHA Connect STA wlan0 to AP Testing DHE-RSA-AES256-SHA Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_cipher_suites 0.270285 2017-01-29 10:53:56.079482 passed all 1 test case(s) 2017-01-29 10:53:56 ./run-tests.py ap_wpa2_eap_fast_eap_aka DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_eap_aka 1/1 Test: WPA2-Enterprise connection using EAP-FAST/EAP-AKA Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_eap_aka 0.129652 2017-01-29 10:53:56.282184 passed all 1 test case(s) 2017-01-29 10:53:56 ./run-tests.py ap_wpa2_eap_fast_gtc_auth_prov DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_gtc_auth_prov 1/1 Test: WPA2-Enterprise connection using EAP-FAST/GTC and authenticated provisioning Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_gtc_auth_prov 0.202377 2017-01-29 10:53:56.557988 passed all 1 test case(s) 2017-01-29 10:53:56 ./run-tests.py ap_wpa2_eap_fast_gtc_identity_change DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_gtc_identity_change 1/1 Test: WPA2-Enterprise connection using EAP-FAST/GTC and identity changing Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_gtc_identity_change 0.354583 2017-01-29 10:53:57.000763 passed all 1 test case(s) 2017-01-29 10:53:57 ./run-tests.py ap_wpa2_eap_fast_missing_pac_config DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_missing_pac_config 1/1 Test: WPA2-Enterprise connection using EAP-FAST and missing PAC config Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_missing_pac_config 0.131274 2017-01-29 10:53:57.237997 passed all 1 test case(s) 2017-01-29 10:53:57 ./run-tests.py ap_wpa2_eap_fast_mschapv2_unauth_prov DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_mschapv2_unauth_prov 1/1 Test: WPA2-Enterprise connection using EAP-FAST/MSCHAPv2 and unauthenticated provisioning Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_mschapv2_unauth_prov 0.398248 2017-01-29 10:53:57.709301 passed all 1 test case(s) 2017-01-29 10:53:57 ./run-tests.py ap_wpa2_eap_fast_pac_file DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_pac_file 1/1 Test: WPA2-Enterprise connection using EAP-FAST/MSCHAPv2 and PAC file Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_fast_pac_file 0.632614 2017-01-29 10:53:58.419823 passed all 1 test case(s) 2017-01-29 10:53:58 ./run-tests.py ap_wpa2_eap_fast_pac_lifetime DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_pac_lifetime 1/1 Test: EAP-FAST and PAC lifetime Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_pac_lifetime 3.196976 2017-01-29 10:54:01.715609 passed all 1 test case(s) 2017-01-29 10:54:01 ./run-tests.py ap_wpa2_eap_fast_pac_refresh DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_pac_refresh 1/1 Test: EAP-FAST and PAC refresh Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_pac_refresh 0.75031 2017-01-29 10:54:02.543901 passed all 1 test case(s) 2017-01-29 10:54:02 ./run-tests.py ap_wpa2_eap_fast_pac_truncate DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_pac_truncate 1/1 Test: EAP-FAST and PAC list truncation Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_fast_pac_truncate 1.501264 2017-01-29 10:54:04.121818 passed all 1 test case(s) 2017-01-29 10:54:04 ./run-tests.py ap_wpa2_eap_fast_prf_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_prf_oom 1/1 Test: WPA2-Enterprise connection using EAP-FAST and OOM in PRF Starting AP wlan3 Connect STA wlan0 to AP EAP failure not reported Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 3421, in test_ap_wpa2_eap_fast_prf_oom raise Exception("EAP failure not reported") Exception: EAP failure not reported FAIL ap_wpa2_eap_fast_prf_oom 15.580542 2017-01-29 10:54:19.791546 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_fast_prf_oom 2017-01-29 10:54:19 ./run-tests.py ap_wpa2_eap_fast_server_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_server_oom 1/1 Test: EAP-FAST/MSCHAPv2 and server OOM Starting AP wlan3 Connect STA wlan0 to AP No EAP failure reported Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 3444, in test_ap_wpa2_eap_fast_server_oom raise Exception("No EAP failure reported") Exception: No EAP failure reported FAIL ap_wpa2_eap_fast_server_oom 10.787575 2017-01-29 10:54:30.692047 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_fast_server_oom 2017-01-29 10:54:30 ./run-tests.py ap_wpa2_eap_fast_text_pac_errors DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_fast_text_pac_errors 1/1 Test: EAP-FAST and text PAC errors Starting AP wlan3 Connect STA wlan0 to AP Failure not triggered Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 3198, in test_ap_wpa2_eap_fast_text_pac_errors wait_fail_trigger(dev[0], "GET_ALLOC_FAIL") File "/lkp/benchmarks/hwsim/tests/hwsim/utils.py", line 60, in wait_fail_trigger raise Exception(note) Exception: Failure not triggered FAIL ap_wpa2_eap_fast_text_pac_errors 2.077946 2017-01-29 10:54:32.883014 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_fast_text_pac_errors 2017-01-29 10:54:32 ./run-tests.py ap_wpa2_eap_gpsk DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_gpsk 1/1 Test: WPA2-Enterprise connection using EAP-GPSK Starting AP wlan3 Connect STA wlan0 to AP Test forced algorithm selection Test failed algorithm negotiation Negative test with incorrect password Connect STA wlan0 to AP PASS ap_wpa2_eap_gpsk 0.626592 2017-01-29 10:54:33.607477 passed all 1 test case(s) 2017-01-29 10:54:33 ./run-tests.py ap_wpa2_eap_gpsk_ptk_rekey_ap DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_gpsk_ptk_rekey_ap 1/1 Test: WPA2-Enterprise with EAP-GPSK and PTK rekey enforced by AP Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_gpsk_ptk_rekey_ap 2.2082 2017-01-29 10:54:35.891163 passed all 1 test case(s) 2017-01-29 10:54:35 ./run-tests.py ap_wpa2_eap_ikev2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_ikev2 1/1 Test: WPA2-Enterprise connection using EAP-IKEv2 Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Negative test with incorrect password Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_ikev2 0.236761 2017-01-29 10:54:36.217126 passed all 1 test case(s) 2017-01-29 10:54:36 ./run-tests.py ap_wpa2_eap_ikev2_as_frag DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_ikev2_as_frag 1/1 Test: WPA2-Enterprise connection using EAP-IKEv2 with server fragmentation Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_ikev2_as_frag 0.144386 2017-01-29 10:54:36.436560 passed all 1 test case(s) 2017-01-29 10:54:36 ./run-tests.py ap_wpa2_eap_ikev2_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_ikev2_oom 1/1 Test: WPA2-Enterprise connection using EAP-IKEv2 and OOM Starting AP wlan3 Connect STA wlan0 to AP Allocation failure did not trigger Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 2738, in test_ap_wpa2_eap_ikev2_oom dev[0].request("REMOVE_NETWORK all") File "/lkp/benchmarks/hwsim/tests/hwsim/utils.py", line 39, in __exit__ raise Exception("Allocation failure did not trigger") Exception: Allocation failure did not trigger FAIL ap_wpa2_eap_ikev2_oom 0.336949 2017-01-29 10:54:36.859300 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_ikev2_oom 2017-01-29 10:54:36 ./run-tests.py ap_wpa2_eap_in_bridge DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_in_bridge 1/1 Test: WPA2-EAP and wpas interface in a bridge Starting AP wlan3 device sta-br0 already exists; can't create bridge with the same name [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 4754, in test_ap_wpa2_eap_in_bridge subprocess.call(['ip', 'link', 'set', 'dev', br_ifname, 'down']) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_wpa2_eap_in_bridge 0.077658 2017-01-29 10:54:37.023325 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_in_bridge 2017-01-29 10:54:37 ./run-tests.py ap_wpa2_eap_interactive DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_interactive 1/1 Test: WPA2-Enterprise connection using interactive identity/password entry Starting AP wlan3 Connection with dynamic TTLS/MSCHAPv2 password entry Connect STA wlan0 to AP Connection with dynamic TTLS/MSCHAPv2 identity and password entry Connect STA wlan0 to AP Connection with dynamic TTLS/EAP-MSCHAPv2 password entry Connect STA wlan0 to AP Connection with dynamic TTLS/EAP-MD5 password entry Connect STA wlan0 to AP Connection with dynamic PEAP/EAP-MSCHAPv2 password entry Connect STA wlan0 to AP Connection with dynamic PEAP/EAP-GTC password entry Connect STA wlan0 to AP PASS ap_wpa2_eap_interactive 0.27706 2017-01-29 10:54:37.380399 passed all 1 test case(s) 2017-01-29 10:54:37 ./run-tests.py ap_wpa2_eap_no_workaround DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_no_workaround 1/1 Test: WPA2-Enterprise connection using EAP-TTLS and eap_workaround=0 Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_no_workaround 0.13006 2017-01-29 10:54:37.590392 passed all 1 test case(s) 2017-01-29 10:54:37 ./run-tests.py ap_wpa2_eap_non_ascii_identity DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_non_ascii_identity 1/1 Test: WPA2-Enterprise connection attempt using non-ASCII identity Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_non_ascii_identity 3.843341 2017-01-29 10:54:41.506831 passed all 1 test case(s) 2017-01-29 10:54:41 ./run-tests.py ap_wpa2_eap_non_ascii_identity2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_non_ascii_identity2 1/1 Test: WPA2-Enterprise connection attempt using non-ASCII identity Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_non_ascii_identity2 3.841372 2017-01-29 10:54:45.433810 passed all 1 test case(s) 2017-01-29 10:54:45 ./run-tests.py ap_wpa2_eap_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_oom 1/1 Test: EAP server and OOM Starting AP wlan3 Connect STA wlan0 to AP Allocation failure did not trigger Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 4901, in test_ap_wpa2_eap_oom scan_freq="2412") File "/lkp/benchmarks/hwsim/tests/hwsim/utils.py", line 39, in __exit__ raise Exception("Allocation failure did not trigger") Exception: Allocation failure did not trigger FAIL ap_wpa2_eap_oom 0.159979 2017-01-29 10:54:45.685893 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_oom 2017-01-29 10:54:45 ./run-tests.py ap_wpa2_eap_pax DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_pax 1/1 Test: WPA2-Enterprise connection using EAP-PAX Starting AP wlan3 Connect STA wlan0 to AP Negative test with incorrect password Connect STA wlan0 to AP PASS ap_wpa2_eap_pax 0.158567 2017-01-29 10:54:45.930556 passed all 1 test case(s) 2017-01-29 10:54:45 ./run-tests.py ap_wpa2_eap_peap_crypto_binding DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_crypto_binding 1/1 Test: WPA2-Enterprise connection using EAP-PEAPv0/EAP-MSCHAPv2 and crypto binding Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_wpa2_eap_peap_crypto_binding 0.335087 2017-01-29 10:54:46.343516 passed all 1 test case(s) 2017-01-29 10:54:46 ./run-tests.py ap_wpa2_eap_peap_crypto_binding_server_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_crypto_binding_server_oom 1/1 Test: WPA2-Enterprise connection using EAP-PEAPv0/EAP-MSCHAPv2 and crypto binding with server OOM Starting AP wlan3 Connect STA wlan0 to AP EAP failure timed out Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 1742, in test_ap_wpa2_eap_peap_crypto_binding_server_oom expect_failure=True, local_error_report=True) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 127, in eap_connect maybe_local_error=maybe_local_error) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 154, in eap_check_auth raise Exception("EAP failure timed out") Exception: EAP failure timed out FAIL ap_wpa2_eap_peap_crypto_binding_server_oom 10.154476 2017-01-29 10:54:56.571661 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_peap_crypto_binding_server_oom 2017-01-29 10:54:56 ./run-tests.py ap_wpa2_eap_peap_eap_aka DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_eap_aka 1/1 Test: WPA2-Enterprise connection using EAP-PEAP/EAP-AKA Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_peap_eap_aka 0.14942 2017-01-29 10:54:56.826268 passed all 1 test case(s) 2017-01-29 10:54:56 ./run-tests.py ap_wpa2_eap_peap_eap_mschapv2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_eap_mschapv2 1/1 Test: WPA2-Enterprise connection using EAP-PEAP/EAP-MSCHAPv2 Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Password as hash value Connect STA wlan0 to AP Negative test with incorrect password Connect STA wlan0 to AP PASS ap_wpa2_eap_peap_eap_mschapv2 0.31153 2017-01-29 10:54:57.213515 passed all 1 test case(s) 2017-01-29 10:54:57 ./run-tests.py ap_wpa2_eap_peap_eap_mschapv2_domain DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_eap_mschapv2_domain 1/1 Test: WPA2-Enterprise connection using EAP-PEAP/EAP-MSCHAPv2 with domain Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_peap_eap_mschapv2_domain 0.20821 2017-01-29 10:54:57.496756 passed all 1 test case(s) 2017-01-29 10:54:57 ./run-tests.py ap_wpa2_eap_peap_eap_mschapv2_incorrect_password DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_eap_mschapv2_incorrect_password 1/1 Test: WPA2-Enterprise connection using EAP-PEAP/EAP-MSCHAPv2 - incorrect password Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_peap_eap_mschapv2_incorrect_password 0.165933 2017-01-29 10:54:57.748416 passed all 1 test case(s) 2017-01-29 10:54:57 ./run-tests.py ap_wpa2_eap_peap_eap_tls DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_eap_tls 1/1 Test: WPA2-Enterprise connection using EAP-PEAP/EAP-TLS Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_peap_eap_tls 0.187842 2017-01-29 10:54:58.017609 passed all 1 test case(s) 2017-01-29 10:54:58 ./run-tests.py ap_wpa2_eap_peap_params DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_peap_params 1/1 Test: WPA2-Enterprise connection using EAP-PEAPv0/EAP-MSCHAPv2 and various parameters Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_peap_params 1.517024 2017-01-29 10:54:59.610568 passed all 1 test case(s) 2017-01-29 10:54:59 ./run-tests.py ap_wpa2_eap_psk DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_psk 1/1 Test: WPA2-Enterprise connection using EAP-PSK Starting AP wlan3 Connect STA wlan0 to AP Negative test with incorrect password Connect STA wlan0 to AP PASS ap_wpa2_eap_psk 0.200475 2017-01-29 10:54:59.887875 passed all 1 test case(s) 2017-01-29 10:54:59 ./run-tests.py ap_wpa2_eap_psk_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_psk_oom 1/1 Test: WPA2-Enterprise connection using EAP-PSK and OOM Starting AP wlan3 Connect STA wlan0 to AP Failure not triggered: 1:=aes_128_eax_encrypt Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 2810, in test_ap_wpa2_eap_psk_oom note="Failure not triggered: %d:%s" % (count, func)) File "/lkp/benchmarks/hwsim/tests/hwsim/utils.py", line 60, in wait_fail_trigger raise Exception(note) Exception: Failure not triggered: 1:=aes_128_eax_encrypt FAIL ap_wpa2_eap_psk_oom 2.117161 2017-01-29 10:55:02.080131 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_psk_oom 2017-01-29 10:55:02 ./run-tests.py ap_wpa2_eap_pwd DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_pwd 1/1 Test: WPA2-Enterprise connection using EAP-pwd Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Negative test with incorrect password Connect STA wlan2 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_pwd 2.309571 2017-01-29 10:55:04.487069 passed all 1 test case(s) 2017-01-29 10:55:04 ./run-tests.py ap_wpa2_eap_pwd_as_frag DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_pwd_as_frag 1/1 Test: WPA2-Enterprise connection using EAP-pwd with server fragmentation Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_pwd_as_frag 0.12163 2017-01-29 10:55:04.687656 passed all 1 test case(s) 2017-01-29 10:55:04 ./run-tests.py ap_wpa2_eap_pwd_groups DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_pwd_groups 1/1 Test: WPA2-Enterprise connection using various EAP-pwd groups Group 19 Starting AP wlan3 Connect STA wlan0 to AP Group 20 Starting AP wlan3 Connect STA wlan0 to AP Group 21 Starting AP wlan3 Connect STA wlan0 to AP Group 25 Starting AP wlan3 Connect STA wlan0 to AP Group 26 Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_pwd_groups 0.457221 2017-01-29 10:55:05.222737 passed all 1 test case(s) 2017-01-29 10:55:05 ./run-tests.py ap_wpa2_eap_pwd_invalid_group DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_pwd_invalid_group 1/1 Test: WPA2-Enterprise connection using invalid EAP-pwd group Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_pwd_invalid_group 0.114225 2017-01-29 10:55:05.411687 passed all 1 test case(s) 2017-01-29 10:55:05 ./run-tests.py ap_wpa2_eap_pwd_nthash DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_pwd_nthash 1/1 Test: WPA2-Enterprise connection using EAP-pwd and NTHash Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP PASS ap_wpa2_eap_pwd_nthash 2.257799 2017-01-29 10:55:07.759108 passed all 1 test case(s) 2017-01-29 10:55:07 ./run-tests.py ap_wpa2_eap_reauth DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_reauth 1/1 Test: WPA2-Enterprise and Authenticator forcing reauthentication Starting AP wlan3 Connect STA wlan0 to AP Wait for reauthentication PASS ap_wpa2_eap_reauth 2.145606 2017-01-29 10:55:09.991820 passed all 1 test case(s) 2017-01-29 10:55:10 ./run-tests.py ap_wpa2_eap_request_identity_message DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_request_identity_message 1/1 Test: Optional displayable message in EAP Request-Identity Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_request_identity_message 0.119766 2017-01-29 10:55:10.207124 passed all 1 test case(s) 2017-01-29 10:55:10 ./run-tests.py ap_wpa2_eap_sake DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sake 1/1 Test: WPA2-Enterprise connection using EAP-SAKE Starting AP wlan3 Connect STA wlan0 to AP Negative test with incorrect password Connect STA wlan0 to AP PASS ap_wpa2_eap_sake 0.170942 2017-01-29 10:55:10.468768 passed all 1 test case(s) 2017-01-29 10:55:10 ./run-tests.py ap_wpa2_eap_session_ticket DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_session_ticket 1/1 Test: WPA2-Enterprise connection using EAP-TTLS and TLS session ticket enabled Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_session_ticket 0.128876 2017-01-29 10:55:10.674518 passed all 1 test case(s) 2017-01-29 10:55:10 ./run-tests.py ap_wpa2_eap_sim DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim 1/1 Test: WPA2-Enterprise connection using EAP-SIM Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan2 to AP Negative test with incorrect key Connect STA wlan0 to AP Invalid GSM-Milenage key Connect STA wlan0 to AP Invalid GSM-Milenage key(2) Connect STA wlan0 to AP Invalid GSM-Milenage key(3) Connect STA wlan0 to AP Invalid GSM-Milenage key(4) Connect STA wlan0 to AP Missing key configuration Connect STA wlan0 to AP PASS ap_wpa2_eap_sim 0.623711 2017-01-29 10:55:11.371650 passed all 1 test case(s) 2017-01-29 10:55:11 ./run-tests.py ap_wpa2_eap_sim_aka_result_ind DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_aka_result_ind 1/1 Test: WPA2-Enterprise using EAP-SIM/AKA and protected result indication Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_sim_aka_result_ind 0.278904 2017-01-29 10:55:11.730571 passed all 1 test case(s) 2017-01-29 10:55:11 ./run-tests.py ap_wpa2_eap_sim_change_bssid DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_change_bssid 1/1 Test: EAP-SIM and external GSM auth to check fast reauth with bssid change Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_change_bssid 0.157935 2017-01-29 10:55:11.965293 passed all 1 test case(s) 2017-01-29 10:55:11 ./run-tests.py ap_wpa2_eap_sim_config DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_config 1/1 Test: EAP-SIM configuration options Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_sim_config 0.288201 2017-01-29 10:55:12.330228 passed all 1 test case(s) 2017-01-29 10:55:12 ./run-tests.py ap_wpa2_eap_sim_db DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_db 1/1 Test: EAP-SIM DB error cases Starting AP wlan3 Connect STA wlan0 to AP No proper response - wait for pending eap_sim_db request timeout PASS ap_wpa2_eap_sim_db 1.217779 2017-01-29 10:55:13.635602 passed all 1 test case(s) 2017-01-29 10:55:13 ./run-tests.py ap_wpa2_eap_sim_ext DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_ext 1/1 Test: WPA2-Enterprise connection using EAP-SIM and external GSM auth Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_ext 0.895238 2017-01-29 10:55:14.621524 passed all 1 test case(s) 2017-01-29 10:55:14 ./run-tests.py ap_wpa2_eap_sim_ext_auth_fail DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_ext_auth_fail 1/1 Test: EAP-SIM with external GSM auth and auth failing Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_ext_auth_fail 0.106815 2017-01-29 10:55:14.808752 passed all 1 test case(s) 2017-01-29 10:55:14 ./run-tests.py ap_wpa2_eap_sim_ext_replace_sim DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_ext_replace_sim 1/1 Test: EAP-SIM with external GSM auth and replacing SIM without clearing pseudonym id Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_ext_replace_sim 0.135023 2017-01-29 10:55:15.020739 passed all 1 test case(s) 2017-01-29 10:55:15 ./run-tests.py ap_wpa2_eap_sim_ext_replace_sim2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_ext_replace_sim2 1/1 Test: EAP-SIM with external GSM auth and replacing SIM and clearing pseudonym identity Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_ext_replace_sim2 0.16116 2017-01-29 10:55:15.254860 passed all 1 test case(s) 2017-01-29 10:55:15 ./run-tests.py ap_wpa2_eap_sim_ext_replace_sim3 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_ext_replace_sim3 1/1 Test: EAP-SIM with external GSM auth, replacing SIM, and no identity in config Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_ext_replace_sim3 0.147718 2017-01-29 10:55:15.483631 passed all 1 test case(s) 2017-01-29 10:55:15 ./run-tests.py ap_wpa2_eap_sim_no_change_set DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_no_change_set 1/1 Test: EAP-SIM and external GSM auth to check fast reauth with no-change SET_NETWORK Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_sim_no_change_set 0.14003 2017-01-29 10:55:15.697032 passed all 1 test case(s) 2017-01-29 10:55:15 ./run-tests.py ap_wpa2_eap_sim_oom DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_oom 1/1 Test: EAP-SIM and OOM Starting AP wlan3 Connect STA wlan0 to AP Disconnection timed out Traceback (most recent call last): File "./run-tests.py", line 449, in main t(dev, apdev) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 827, in test_ap_wpa2_eap_sim_oom dev[0].wait_disconnected() File "/lkp/benchmarks/hwsim/tests/hwsim/wpasupplicant.py", line 1250, in wait_disconnected raise Exception(error) Exception: Disconnection timed out FAIL ap_wpa2_eap_sim_oom 10.145814 2017-01-29 10:55:25.922016 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_sim_oom 2017-01-29 10:55:25 ./run-tests.py ap_wpa2_eap_sim_sql DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sim_sql 1/1 Test: WPA2-Enterprise connection using EAP-SIM (SQL) Starting AP wlan3 Connect STA wlan0 to AP SIM fast re-authentication SIM full auth with pseudonym SIM full auth with permanent identity SIM reauth with mismatching MK Connect STA wlan0 to AP SIM reauth with mismatching counter Connect STA wlan0 to AP SIM reauth with max reauth count reached PASS ap_wpa2_eap_sim_sql 0.295502 2017-01-29 10:55:26.310489 passed all 1 test case(s) 2017-01-29 10:55:26 ./run-tests.py ap_wpa2_eap_sql DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_sql 1/1 Test: WPA2-Enterprise connection using SQLite for user DB Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_sql 0.226246 2017-01-29 10:55:26.611407 passed all 1 test case(s) 2017-01-29 10:55:26 ./run-tests.py ap_wpa2_eap_status DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_status 1/1 Test: EAP state machine status information Starting AP wlan3 Connect STA wlan0 to AP Iterations: 429 EAP states: ['DISABLED', 'IDLE', 'SUCCESS'] methodStates: ['MAY_CONT', 'NONE', 'DONE'] decisions: ['COND_SUCC', 'FAIL', 'UNCOND_SUCC'] reqMethods: ['0', '1', '21', '25'] selectedMethods: ['21 (EAP-TTLS)', '25 (EAP-PEAP)'] PASS ap_wpa2_eap_status 0.133165 2017-01-29 10:55:26.819019 passed all 1 test case(s) 2017-01-29 10:55:26 ./run-tests.py ap_wpa2_eap_tls DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls 1/1 Test: WPA2-Enterprise connection using EAP-TLS Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls 0.154492 2017-01-29 10:55:27.049473 passed all 1 test case(s) 2017-01-29 10:55:27 ./run-tests.py ap_wpa2_eap_tls_blob DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_blob 1/1 Test: WPA2-Enterprise connection using EAP-TLS and config blobs Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_blob 0.113906 2017-01-29 10:55:27.246767 passed all 1 test case(s) 2017-01-29 10:55:27 ./run-tests.py ap_wpa2_eap_tls_blob_missing DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_blob_missing 1/1 Test: EAP-TLS and config blob missing Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_blob_missing 0.122705 2017-01-29 10:55:27.445403 passed all 1 test case(s) 2017-01-29 10:55:27 ./run-tests.py ap_wpa2_eap_tls_check_crl DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_check_crl 1/1 Test: EAP-TLS and server checking CRL Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_check_crl 0.315339 2017-01-29 10:55:27.871291 passed all 1 test case(s) 2017-01-29 10:55:27 ./run-tests.py ap_wpa2_eap_tls_diff_ca_trust DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_diff_ca_trust 1/1 Test: WPA2-Enterprise connection using EAP-TTLS/PAP and different CA trust Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_diff_ca_trust 0.172653 2017-01-29 10:55:28.143955 passed all 1 test case(s) 2017-01-29 10:55:28 ./run-tests.py ap_wpa2_eap_tls_diff_ca_trust2 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_diff_ca_trust2 1/1 Test: WPA2-Enterprise connection using EAP-TTLS/PAP and different CA trust Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_diff_ca_trust2 0.150499 2017-01-29 10:55:28.368384 passed all 1 test case(s) 2017-01-29 10:55:28 ./run-tests.py ap_wpa2_eap_tls_diff_ca_trust3 DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_diff_ca_trust3 1/1 Test: WPA2-Enterprise connection using EAP-TTLS/PAP and different CA trust Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_diff_ca_trust3 0.156199 2017-01-29 10:55:28.603863 passed all 1 test case(s) 2017-01-29 10:55:28 ./run-tests.py ap_wpa2_eap_tls_domain_match_cn DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_domain_match_cn 1/1 Test: WPA2-Enterprise using EAP-TLS and domainmatch (CN) Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_domain_match_cn 0.140373 2017-01-29 10:55:28.829685 passed all 1 test case(s) 2017-01-29 10:55:28 ./run-tests.py ap_wpa2_eap_tls_domain_mismatch_cn DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_domain_mismatch_cn 1/1 Test: WPA2-Enterprise using EAP-TLS and domain mismatch (CN) Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_tls_domain_mismatch_cn 0.155457 2017-01-29 10:55:29.076488 passed all 1 test case(s) 2017-01-29 10:55:29 ./run-tests.py ap_wpa2_eap_tls_domain_suffix_match_cn DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_domain_suffix_match_cn 1/1 Test: WPA2-Enterprise using EAP-TLS and domain suffix match (CN) Starting AP wlan3 Connect STA wlan1 to AP PASS ap_wpa2_eap_tls_domain_suffix_match_cn 0.141002 2017-01-29 10:55:29.290012 passed all 1 test case(s) 2017-01-29 10:55:29 ./run-tests.py ap_wpa2_eap_tls_domain_suffix_match_cn_full DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_domain_suffix_match_cn_full 1/1 Test: WPA2-Enterprise using EAP-TLS and domain suffix match (CN) Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_domain_suffix_match_cn_full 0.128735 2017-01-29 10:55:29.512870 passed all 1 test case(s) 2017-01-29 10:55:29 ./run-tests.py ap_wpa2_eap_tls_domain_suffix_mismatch_cn DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_domain_suffix_mismatch_cn 1/1 Test: WPA2-Enterprise using EAP-TLS and domain suffix mismatch (CN) Starting AP wlan3 Connect STA wlan0 to AP Connect STA wlan1 to AP PASS ap_wpa2_eap_tls_domain_suffix_mismatch_cn 0.160546 2017-01-29 10:55:29.746981 passed all 1 test case(s) 2017-01-29 10:55:29 ./run-tests.py ap_wpa2_eap_tls_intermediate_ca DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_intermediate_ca 1/1 Test: EAP-TLS with intermediate server/user CA Starting AP wlan3 Connect STA wlan0 to AP PASS ap_wpa2_eap_tls_intermediate_ca 0.126627 2017-01-29 10:55:29.947875 passed all 1 test case(s) 2017-01-29 10:55:29 ./run-tests.py ap_wpa2_eap_tls_intermediate_ca_ocsp DEV: wlan0: 02:00:00:00:00:00 DEV: wlan1: 02:00:00:00:01:00 DEV: wlan2: 02:00:00:00:02:00 APDEV: wlan3 APDEV: wlan4 START ap_wpa2_eap_tls_intermediate_ca_ocsp 1/1 Test: EAP-TLS with intermediate server/user CA and OCSP on server certificate [Errno 2] No such file or directory Traceback (most recent call last): File "./run-tests.py", line 447, in main t(dev, apdev, params) File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 3886, in test_ap_wpa2_eap_tls_intermediate_ca_ocsp fn = ica_ocsp("server.pem") File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_eap.py", line 3858, in ica_ocsp stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory FAIL ap_wpa2_eap_tls_intermediate_ca_ocsp 0.023839 2017-01-29 10:55:30.051873 passed 0 test case(s) skipped 0 test case(s) failed tests: ap_wpa2_eap_tls_intermediate_ca_ocsp 2017-01-29 10:55:30 ./stop.sh