-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
Mbed OS 5.10 OOB - IP connectivity test failed (Target: K64F, Host: Windows and Mac).
Expected result
All TEST_APPS should pass.
Actual result
test_cmdline
is skipped and TCPSERVER_ACCEPT
was inconclusive.
Versions
PS C:\test\oob\mbed-os> mbed ls
mbed-os (#3fb5781af180, tag: mbed-os-5.10.0-rc1)
python 2.7.15
mbed-cli 1.8.0
icetea 1.0.1
Test result
PS C:\test\oob\mbed-os> mbed test -m k64f -t arm --icetea -v
[mbed] Working path "C:\test\oob\mbed-os" (program)
[mbed] Auto-installing missing Python modules...
(snip)
+--------------------------------+--------------+------------------------------------+---------------------------------------------+-----------+----------+
| Testcase | Verdict | Fail Reason | Skip Reason | platforms | duration |
+--------------------------------+--------------+------------------------------------+---------------------------------------------+-----------+----------+
| test_cmdline | skip | | Test requiring application binary not build | | 0 |
| UDPSOCKET_BIND_PORT | pass | | | K64F | 18.121 |
| TCPSOCKET_BIND_PORT | pass | | | K64F | 2.034 |
| TCPSERVER_ACCEPT | inconclusive | No suitable local device available | | | 0.196 |
| TCPSOCKET_ECHOTEST_BURST_SHORT | pass | | | K64F | 6.691 |
+--------------------------------+--------------+------------------------------------+---------------------------------------------+-----------+----------+
+---------------+----------------+
| Summary | |
+---------------+----------------+
| Final Verdict | INCONCLUSIVE |
| count | 5 |
| passrate | 100.00 % |
| pass | 3 |
| skip | 1 |
| inconclusive | 1 |
| Duration | 0:00:27.042000 |
+---------------+----------------+
14:09:43.543 | RSP MainThread: Cleaning up ResourceProvider.
14:09:43.553 | RSP MainThread: Cleaning up allocator.
14:09:43.559 Cleanup done.
Complete log file :
mbed-os-oob-icetea.txt
Issue request type
[x] Question
[ ] Enhancement
[x] Bug