TC_IT_SYS_MISC.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. test cases:
  2. - CI ready: 'Yes'
  3. ID: SYS_MISC_0101
  4. SDK: |-
  5. 8266_NonOS
  6. 8266_RTOS
  7. ESP32_IDF
  8. Test App: SSC
  9. allow fail: ''
  10. auto test: 'Yes'
  11. category: Function
  12. cmd set:
  13. - ''
  14. - - SSC SSC1 reboot
  15. - - R SSC1 C !!!ready!!!
  16. execution time: 0.0
  17. expected result: 重启成功
  18. initial condition: None
  19. level: Integration
  20. module: System
  21. steps: 系统重启
  22. sub module: Misc
  23. summary: test reboot function
  24. test environment: SSC_T1_4
  25. test point 1: basic function
  26. test point 2: sw reboot
  27. version: v1 (2016-8-15)
  28. - CI ready: 'Yes'
  29. ID: SYS_MISC_0201
  30. SDK: |-
  31. 8266_NonOS
  32. 8266_RTOS
  33. ESP32_IDF
  34. Test App: SSC
  35. allow fail: ''
  36. auto test: 'Yes'
  37. category: Function
  38. cmd set:
  39. - ''
  40. - - SSC SSC1 ram -H
  41. - - R SSC1 RE FREEHEAP:\d+\r\n
  42. execution time: 0.0
  43. expected result: |2
  44. 可以查询到一个数值
  45. initial condition: None
  46. level: Integration
  47. module: System
  48. steps: 查询空闲ram
  49. sub module: Misc
  50. summary: get heap size test
  51. test environment: SSC_T1_4
  52. test point 1: basic function
  53. test point 2: 'get heap size '
  54. version: v1 (2016-8-15)
  55. - CI ready: 'No'
  56. ID: SYS_MISC_5001
  57. SDK: |-
  58. 8266_NonOS
  59. 8266_RTOS
  60. Test App: SSC
  61. auto test: 'Yes'
  62. category: Stress
  63. cmd set: ''
  64. execution time: 12.0
  65. expected result: 4.target1正常运行,无异常
  66. initial condition: None
  67. level: Integration
  68. module: System
  69. steps: |-
  70. 1.target1、target2通过UART与PC相连接
  71. 2.target1的晶振为40MHz晶振,烧录SDK的时候选择26MHz晶振
  72. 3.target2的GPIO PIN脚通过排线与target1的电源相连接,target1与target2 GND通过排线连接
  73. 4.PC发送命令控制target2使GPIO不停的拉高拉低
  74. sub module: Misc
  75. summary: random reboot to confirm default init data bin will not overwrite user
  76. config
  77. test environment: SSC_T1_InitData
  78. test point 1: stress
  79. test point 2: reboot when using user defined init data bin
  80. version: v1 (2016-8-15)