application.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 60
  7. },
  8. "qemu": {
  9. "qemu32": "qemu-system-riscv32",
  10. "qemu64": "qemu-system-riscv64",
  11. "timeout": 60
  12. }
  13. },
  14. "build_target": "clean all",
  15. "build_config": {
  16. },
  17. "checks": {
  18. "PASS": [],
  19. "FAIL": ["MEPC"]
  20. },
  21. "appdirs": [
  22. "application"
  23. ],
  24. "appdirs_ignore": [
  25. "application/baremetal/smphello",
  26. "application/baremetal/demo_profiling",
  27. "application/baremetal/demo_vnice",
  28. "application/baremetal/demo_cidu",
  29. "application/baremetal/demo_clint_timer",
  30. "application/baremetal/dsp_examples",
  31. "application/freertos/smpdemo",
  32. "application/baremetal/Internal"
  33. ],
  34. "appconfig": {
  35. "application/baremetal/benchmark/dhrystone": {
  36. "build_config" : {},
  37. "checks": {
  38. "PASS": ["CSV, Dhrystone"]
  39. }
  40. },
  41. "application/baremetal/benchmark/whetstone": {
  42. "build_config" : {},
  43. "checks": {
  44. "PASS": ["CSV, Whetstone"]
  45. }
  46. },
  47. "application/baremetal/benchmark/coremark": {
  48. "build_config" : {},
  49. "checks": {
  50. "PASS": ["CSV, CoreMark"]
  51. }
  52. },
  53. "application/baremetal/demo_timer": {
  54. "build_config" : {},
  55. "checks": {
  56. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  57. }
  58. },
  59. "application/baremetal/demo_clint_timer": {
  60. "build_config" : {},
  61. "checks": {
  62. "PASS": ["test finish and pass"]
  63. }
  64. },
  65. "application/baremetal/empty": {
  66. "build_config" : {},
  67. "checks": {
  68. "PASS": ["CPU HartID"]
  69. }
  70. },
  71. "application/baremetal/helloworld": {
  72. "build_config" : {},
  73. "checks": {
  74. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  75. }
  76. },
  77. "application/baremetal/cpuinfo": {
  78. "build_config" : {},
  79. "checks": {
  80. "PASS": ["End of Nuclei CPU INFO"]
  81. }
  82. },
  83. "application/baremetal/demo_eclic": {
  84. "build_config" : {},
  85. "checks": {
  86. "PASS": ["software interrupt hit 5 times"]
  87. }
  88. },
  89. "application/baremetal/demo_plic": {
  90. "build_config" : {},
  91. "checks": {
  92. "PASS": ["You can press any key now", "[ERROR]__PLIC_PRESENT", "PLIC is not present"]
  93. }
  94. },
  95. "application/baremetal/demo_smode_eclic": {
  96. "build_config" : {},
  97. "checks": {
  98. "PASS": ["[IN S-MODE SOFTWARE INTERRUPT]software interrupt hit 10 times", "[ERROR]__TEE_PRESENT"]
  99. }
  100. },
  101. "application/baremetal/demo_stack_check": {
  102. "build_config" : {},
  103. "checks": {
  104. "PASS": ["Stack check demo over"]
  105. }
  106. },
  107. "application/baremetal/demo_pma": {
  108. "build_config" : {},
  109. "checks": {
  110. "PASS": ["CSV, Cacheable", "DCache not present in CPU", "[ERROR]__CCM_PRESENT must be defined as 1 in <Device>.h!"]
  111. }
  112. },
  113. "application/baremetal/demo_spmp": {
  114. "build_config" : {},
  115. "checks": {
  116. "PASS": ["Won't run here if violates L U\\R\\W\\X permission check!", "[ERROR]__TEE_PRESENT"]
  117. }
  118. },
  119. "application/baremetal/demo_smpu": {
  120. "build_config" : {},
  121. "checks": {
  122. "PASS": ["Won't run here if violates rules check!", "[ERROR]__TEE_PRESENT"]
  123. }
  124. },
  125. "application/baremetal/demo_cache": {
  126. "build_config" : {},
  127. "checks": {
  128. "PASS": [
  129. "[ERROR]__CCM_PRESENT must be defined as 1 in <Device>.h!",
  130. "DCache not present in CPU!",
  131. "dcachemiss_readonebyte",
  132. "when mapped value in memory has changed"
  133. ]
  134. }
  135. },
  136. "application/baremetal/demo_cidu": {
  137. "build_config" : {},
  138. "checks": {
  139. "PASS": ["[ERROR]__CIDU_PRESENT must be defined as 1 in <Device>.h!", "Core 1 has received interrupt from core 0", "[WARN] SMP & CIDU not present"]
  140. }
  141. },
  142. "application/baremetal/demo_pmp": {
  143. "build_config" : {},
  144. "checks": {
  145. "PASS": ["Won't run here if violates L R\\W\\X permission check!"]
  146. }
  147. },
  148. "application/baremetal/demo_nice": {
  149. "build_config" : {},
  150. "checks": {
  151. "PASS": ["PASS"],
  152. "FAIL": ["FAIL", "MEPC"]
  153. }
  154. },
  155. "application/baremetal/demo_vnice": {
  156. "build_config" : {},
  157. "checks": {
  158. "PASS": ["PASS"],
  159. "FAIL": ["FAIL", "MEPC"]
  160. }
  161. },
  162. "application/baremetal/smphello": {
  163. "build_config" : {},
  164. "checks": {
  165. "PASS": ["All harts boot successfully!"]
  166. }
  167. },
  168. "application/baremetal/lowpower": {
  169. "build_config" : {},
  170. "checks": {
  171. "PASS": ["CSV, WFI Cost,"]
  172. }
  173. },
  174. "application/baremetal/demo_dsp": {
  175. "build_config" : {},
  176. "checks": {
  177. "PASS": ["all test are passed"],
  178. "FAIL": ["test error apprears", "MEPC"]
  179. }
  180. },
  181. "application/freertos/demo": {
  182. "build_config" : {},
  183. "checks": {
  184. "PASS": ["timers Callback 3"]
  185. }
  186. },
  187. "application/freertos/smpdemo": {
  188. "build_config" : {},
  189. "checks": {
  190. "PASS": ["timers Callback 3 on hart"]
  191. }
  192. },
  193. "application/rtthread/demo": {
  194. "build_config" : {},
  195. "checks": {
  196. "PASS": ["Main thread count: 3"]
  197. }
  198. },
  199. "application/rtthread/msh": {
  200. "build_config" : {},
  201. "checks": {
  202. "PASS": ["msh >", "Hello RT-Thread!"]
  203. }
  204. },
  205. "application/ucosii/demo": {
  206. "build_config" : {},
  207. "checks": {
  208. "PASS": ["task3 is running... 3"]
  209. }
  210. },
  211. "application/threadx/demo": {
  212. "build_config" : {},
  213. "checks": {
  214. "PASS": ["thread 6_7 is running, current is 7, thread 6 counter 9, thread 7 counter 8"]
  215. }
  216. },
  217. "test/core": {
  218. "build_config" : {},
  219. "checks": {
  220. "PASS": [", 0 failed"],
  221. "FAIL": ["[FAIL]", "MEPC"]
  222. }
  223. }
  224. }
  225. }