make -C tools/testing/selftests TARGETS="drivers/net" TEST_PROGS=psp.py TEEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing/wt-17/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing/wt-17/tools/testing/selftests/drivers/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-17/tools/testing/selftests/drivers/net' make[1]: Entering directory '/home/virtme/testing/wt-17/tools/testing/selftests/net/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-17/tools/testing/selftests/net/lib' make[1]: Entering directory '/home/virtme/testing/wt-17/tools/testing/selftests/drivers/net' TAP version 13 1..1 # timeout set to 180 # selftests: drivers/net: psp.py # TAP version 13 # 1..28 # ok 1 psp.data_basic_send_v0_ip4 # ok 2 psp.data_basic_send_v0_ip6 # ok 3 psp.data_basic_send_v1_ip4 # ok 4 psp.data_basic_send_v1_ip6 # ok 5 psp.data_basic_send_v2_ip4 # ok 6 psp.data_basic_send_v2_ip6 # ok 7 psp.data_basic_send_v3_ip4 # ok 8 psp.data_basic_send_v3_ip6 # ok 9 psp.data_mss_adjust_ip4 # ok 10 psp.data_mss_adjust_ip6 # ok 11 psp.dev_list_devices # ok 12 psp.dev_get_device # ok 13 psp.dev_get_device_bad # ok 14 psp.dev_rotate # ok 15 psp.dev_rotate_spi # ok 16 psp.assoc_basic # ok 17 psp.assoc_bad_dev # ok 18 psp.assoc_sk_only_conn # ok 19 psp.assoc_sk_only_mismatch # ok 20 psp.assoc_sk_only_mismatch_tx # ok 21 psp.assoc_sk_only_unconn # ok 22 psp.assoc_version_mismatch # ok 23 psp.assoc_twice # # Exception| Traceback (most recent call last): # # Exception| File "/home/virtme/testing/wt-17/tools/testing/selftests/net/lib/py/ksft.py", line 254, in ksft_run # # Exception| case(*args) # # Exception| File "/home/virtme/testing/wt-17/tools/testing/selftests/drivers/net/./psp.py", line 411, in data_send_bad_key # # Exception| tx = _spi_xchg(s, rx) # # Exception| File "/home/virtme/testing/wt-17/tools/testing/selftests/drivers/net/./psp.py", line 65, in _spi_xchg # # Exception| tx = s.recv(4 + len(rx['key'])) # # Exception| File "/home/virtme/testing/wt-17/tools/testing/selftests/net/lib/py/ksft.py", line 218, in _ksft_intr # # Exception| raise KsftTerminate() # # Exception| net.lib.py.ksft.KsftTerminate # # Stopping tests due to KsftTerminate. # not ok 24 psp.data_send_bad_key # # Totals: pass:23 fail:1 xfail:0 xpass:0 skip:0 error:0 # # # # Responder logs (-15): # # STDERR: # # Set PSP enable on device 30 to 0xf # # WARN: old conn config still set! # # WARN: new data sock but no config # not ok 1 selftests: drivers/net: psp.py # TIMEOUT 180 seconds make[1]: Leaving directory '/home/virtme/testing/wt-17/tools/testing/selftests/drivers/net' make: Leaving directory '/home/virtme/testing/wt-17/tools/testing/selftests' xx__-> echo $? 0 xx__->