IT_Function_TCPIP_02.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Config: {execute count: 1, execute order: in order}
  2. DUT: [SSC1]
  3. Filter:
  4. - Add:
  5. ID:
  6. - TCPIP_TCP_0105 # STA mode, close for different types of TCP sockets test
  7. - TCPIP_TCP_0106 # STA mode, create max TCP sockets test
  8. - TCPIP_TCP_0107 # STA mode, accept max TCP client by server test
  9. - TCPIP_TCP_0110 # AP mode, connect test. use different ip, port
  10. - TCPIP_TCP_0111 # AP mode, server listen test. use different kinds of port
  11. - TCPIP_TCP_0112 # AP mode, send/recv basic test
  12. - TCPIP_TCP_0113 # AP mode, shutdown basic test
  13. - TCPIP_TCP_0114 # AP mode, close for different types of TCP sockets test
  14. - TCPIP_TCP_0115 # AP mode, create max TCP sockets test
  15. - TCPIP_TCP_0116 # AP mode, accept max TCP client by server test
  16. - TCPIP_TCP_0201 # STA mode, connect test. use socket in state that can't connect
  17. - TCPIP_TCP_0202 # STA mode, server listen test. use socket in state that can't listen
  18. - TCPIP_TCP_0203 # send test. use socket in state that can't send
  19. - TCPIP_TCP_0204 # STA mode, recv buffer test
  20. - TCPIP_TCP_0206 # STA mode, get active socket info test
  21. - TCPIP_TCP_0207 # AP mode, connect test. use socket in state that can't connect
  22. - TCPIP_TCP_0208 # AP mode, server listen test. use socket in state that can't listen
  23. - TCPIP_TCP_0210 # AP mode, recv buffer test
  24. - TCPIP_TCP_0212 # AP mode, get active socket info test
  25. - TCPIP_TCP_0401 # do TCP send after WIFI disconnected
  26. - TCPIP_TCP_0402 # close TCP socket after WIFI disconnected
  27. - TCPIP_TCP_0403 # do TCP send after mode changed
  28. - TCPIP_TCP_0404 # close TCP socket after mode changed
  29. - TCPIP_TCP_0406 # close TCP socket after PC NIC disabled
  30. - TCPIP_TCP_0407 # do TCP send after IP changed
  31. - TCPIP_TCP_0408 # close TCP socket after IP changed
  32. - TCPIP_TCP_0411 # do TCP send after socket changed
  33. - TCPIP_TCP_0412 # close TCP send after socket changed
  34. - TCPIP_UDP_0101 # STA mode, udp bind test. use different ip, port
  35. - TCPIP_UDP_0105 # STA mode, close UDP sockets test