TC_IT_TCPIP_ICMP.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. test cases:
  2. - CI ready: 'Yes'
  3. ID: TCPIP_ICMP_0101
  4. SDK: |-
  5. 8266_NonOS
  6. 8266_RTOS
  7. ESP32_IDF
  8. Test App: SSC
  9. allow fail: 1/5
  10. auto test: 'Yes'
  11. category: Function
  12. cmd set:
  13. - ''
  14. - - SSC SSC1 ping -i <pc_ip>
  15. - - R SSC1 C +PING:OK
  16. - - SSC SSC1 ping -i <pc_ip> -c 2
  17. - - R SSC1 C +PING:OK
  18. execution time: 0.0
  19. expected result: |-
  20. 1.ok
  21. 2.ok
  22. initial condition: STAM2
  23. level: Integration
  24. module: TCPIP
  25. steps: |-
  26. 1.ping -i <pc_ip>
  27. 2.ping -i <pc_ip> -c 2
  28. sub module: ICMP
  29. summary: ping function test
  30. test environment: SSC_T1_5
  31. test point 1: basic function
  32. test point 2: ping function test
  33. version: v1 (2016-8-15)
  34. - CI ready: 'No'
  35. ID: TCPIP_ICMP_5001
  36. SDK: |-
  37. 8266_NonOS
  38. 8266_RTOS
  39. ESP32_IDF
  40. Test App: SSC
  41. auto test: 'Yes'
  42. category: Stress
  43. cmd set:
  44. - TCPIPStress/PingStress
  45. - - test_time = 300
  46. - - dummy
  47. - - test_freq = 0.2
  48. - - ''
  49. - - ping_len = 64
  50. - - ''
  51. - - target_mode = "STA"
  52. - - ''
  53. execution time: 5.0
  54. expected result: |-
  55. 1. send succeed
  56. 2. recv ping reply
  57. initial condition: STAM2
  58. level: Integration
  59. module: TCPIP
  60. steps: |-
  61. 1. PC send ping request to target
  62. 2. PC check if received ping reply
  63. sub module: ICMP
  64. summary: ping target and check for ping reply
  65. test environment: SSC_T1_1
  66. test point 1: stress
  67. test point 2: ICMP ping stress test
  68. version: v1 (2016-11-15)