Browse Source

add sd_stress to all boards and run on test rack

master
Daniel Agar 3 years ago
parent
commit
c271a9e3e6
  1. 3
      .ci/Jenkinsfile-hardware
  2. 1
      boards/airmind/mindpx-v2/default.cmake
  3. 1
      boards/av/x-v1/default.cmake
  4. 1
      boards/bitcraze/crazyflie/default.cmake
  5. 1
      boards/bitcraze/crazyflie21/default.cmake
  6. 1
      boards/cuav/nora/test.cmake
  7. 1
      boards/cuav/x7pro/default.cmake
  8. 1
      boards/cuav/x7pro/test.cmake
  9. 1
      boards/cubepilot/cubeorange/default.cmake
  10. 1
      boards/cubepilot/cubeorange/test.cmake
  11. 1
      boards/cubepilot/cubeyellow/default.cmake
  12. 1
      boards/cubepilot/cubeyellow/test.cmake
  13. 1
      boards/holybro/durandal-v1/default.cmake
  14. 1
      boards/holybro/durandal-v1/test.cmake
  15. 1
      boards/holybro/pix32v5/default.cmake
  16. 1
      boards/modalai/fc-v1/default.cmake
  17. 1
      boards/modalai/fc-v1/test.cmake
  18. 1
      boards/modalai/fc-v2/default.cmake
  19. 1
      boards/modalai/fc-v2/test.cmake
  20. 1
      boards/mro/ctrl-zero-f7-oem/default.cmake
  21. 1
      boards/mro/ctrl-zero-f7/default.cmake
  22. 1
      boards/mro/ctrl-zero-h7-oem/default.cmake
  23. 1
      boards/mro/ctrl-zero-h7/default.cmake
  24. 1
      boards/mro/pixracerpro/default.cmake
  25. 1
      boards/mro/x21-777/default.cmake
  26. 1
      boards/mro/x21/default.cmake
  27. 1
      boards/nxp/fmuk66-e/default.cmake
  28. 1
      boards/nxp/fmuk66-e/rtps.cmake
  29. 1
      boards/nxp/fmuk66-e/socketcan.cmake
  30. 1
      boards/nxp/fmuk66-v3/default.cmake
  31. 1
      boards/nxp/fmuk66-v3/rtps.cmake
  32. 1
      boards/nxp/fmuk66-v3/socketcan.cmake
  33. 1
      boards/nxp/fmuk66-v3/test.cmake
  34. 1
      boards/nxp/fmurt1062-v1/default.cmake
  35. 1
      boards/omnibus/f4sd/default.cmake
  36. 1
      boards/px4/fmu-v3/default.cmake
  37. 1
      boards/px4/fmu-v3/test.cmake
  38. 1
      boards/px4/fmu-v4/default.cmake
  39. 1
      boards/px4/fmu-v4/test.cmake
  40. 1
      boards/px4/fmu-v4pro/default.cmake
  41. 1
      boards/px4/fmu-v4pro/test.cmake
  42. 1
      boards/px4/fmu-v5/cryptotest.cmake
  43. 1
      boards/px4/fmu-v5/ctrlalloc.cmake
  44. 1
      boards/px4/fmu-v5/debug.cmake
  45. 1
      boards/px4/fmu-v5/default.cmake
  46. 1
      boards/px4/fmu-v5/fixedwing.cmake
  47. 1
      boards/px4/fmu-v5/multicopter.cmake
  48. 1
      boards/px4/fmu-v5/optimized.cmake
  49. 1
      boards/px4/fmu-v5/rover.cmake
  50. 1
      boards/px4/fmu-v5/rtps.cmake
  51. 1
      boards/px4/fmu-v5/stackcheck.cmake
  52. 1
      boards/px4/fmu-v5/test.cmake
  53. 1
      boards/px4/fmu-v5/uavcanv0periph.cmake
  54. 1
      boards/px4/fmu-v5/uavcanv1.cmake
  55. 1
      boards/px4/fmu-v5x/base_phy_DP83848C.cmake
  56. 1
      boards/px4/fmu-v5x/test.cmake
  57. 1
      boards/px4/fmu-v6u/default.cmake
  58. 1
      boards/px4/fmu-v6u/test.cmake
  59. 1
      boards/px4/fmu-v6x/default.cmake
  60. 1
      boards/px4/fmu-v6x/test.cmake
  61. 1
      boards/spracing/h7extreme/default.cmake
  62. 1
      boards/uvify/core/default.cmake

3
.ci/Jenkinsfile-hardware

@ -394,6 +394,7 @@ pipeline { @@ -394,6 +394,7 @@ pipeline {
steps {
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "top once"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "work_queue status"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sd_stress"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "uorb_tests"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "uorb_tests latency_test" || true'
}
@ -896,6 +897,8 @@ void runTests() { @@ -896,6 +897,8 @@ void runTests() {
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sd_bench"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sd_bench -u"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sd_stress"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "sensors stop"' // ignore irrelevant sensor timeouts during microbenchmarks
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "microbench all"'

1
boards/airmind/mindpx-v2/default.cmake

@ -106,6 +106,7 @@ px4_add_board( @@ -106,6 +106,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/av/x-v1/default.cmake

@ -104,6 +104,7 @@ px4_add_board( @@ -104,6 +104,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/bitcraze/crazyflie/default.cmake

@ -61,6 +61,7 @@ px4_add_board( @@ -61,6 +61,7 @@ px4_add_board(
reboot
reflect
sd_bench
#sd_stress
system_time
top
topic_listener

1
boards/bitcraze/crazyflie21/default.cmake

@ -59,6 +59,7 @@ px4_add_board( @@ -59,6 +59,7 @@ px4_add_board(
reboot
reflect
sd_bench
#sd_stress
system_time
top
topic_listener

1
boards/cuav/nora/test.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
serial_test
#system_time
tests # tests and test runner

1
boards/cuav/x7pro/default.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
#system_time
top

1
boards/cuav/x7pro/test.cmake

@ -116,6 +116,7 @@ px4_add_board( @@ -116,6 +116,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
#system_time
tests # tests and test runner

1
boards/cubepilot/cubeorange/default.cmake

@ -109,6 +109,7 @@ px4_add_board( @@ -109,6 +109,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
#serial_test
system_time
top

1
boards/cubepilot/cubeorange/test.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
#system_time
tests # tests and test runner

1
boards/cubepilot/cubeyellow/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
#serial_test
system_time
top

1
boards/cubepilot/cubeyellow/test.cmake

@ -109,6 +109,7 @@ px4_add_board( @@ -109,6 +109,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
#serial_test
system_time
tests # tests and test runner

1
boards/holybro/durandal-v1/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
system_time
top

1
boards/holybro/durandal-v1/test.cmake

@ -109,6 +109,7 @@ px4_add_board( @@ -109,6 +109,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
serial_test
#system_time
tests # tests and test runner

1
boards/holybro/pix32v5/default.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/modalai/fc-v1/default.cmake

@ -105,6 +105,7 @@ px4_add_board( @@ -105,6 +105,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/modalai/fc-v1/test.cmake

@ -106,6 +106,7 @@ px4_add_board( @@ -106,6 +106,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/modalai/fc-v2/default.cmake

@ -109,6 +109,7 @@ px4_add_board( @@ -109,6 +109,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
system_time
top

1
boards/modalai/fc-v2/test.cmake

@ -112,6 +112,7 @@ px4_add_board( @@ -112,6 +112,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
# tests # tests and test runner

1
boards/mro/ctrl-zero-f7-oem/default.cmake

@ -108,6 +108,7 @@ px4_add_board( @@ -108,6 +108,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/mro/ctrl-zero-f7/default.cmake

@ -108,6 +108,7 @@ px4_add_board( @@ -108,6 +108,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/mro/ctrl-zero-h7-oem/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/mro/ctrl-zero-h7/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/mro/pixracerpro/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/mro/x21-777/default.cmake

@ -108,6 +108,7 @@ px4_add_board( @@ -108,6 +108,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/mro/x21/default.cmake

@ -109,6 +109,7 @@ px4_add_board( @@ -109,6 +109,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/nxp/fmuk66-e/default.cmake

@ -104,6 +104,7 @@ px4_add_board( @@ -104,6 +104,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/nxp/fmuk66-e/rtps.cmake

@ -104,6 +104,7 @@ px4_add_board( @@ -104,6 +104,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/nxp/fmuk66-e/socketcan.cmake

@ -103,6 +103,7 @@ px4_add_board( @@ -103,6 +103,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/nxp/fmuk66-v3/default.cmake

@ -104,6 +104,7 @@ px4_add_board( @@ -104,6 +104,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/nxp/fmuk66-v3/rtps.cmake

@ -104,6 +104,7 @@ px4_add_board( @@ -104,6 +104,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/nxp/fmuk66-v3/socketcan.cmake

@ -104,6 +104,7 @@ px4_add_board( @@ -104,6 +104,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/nxp/fmuk66-v3/test.cmake

@ -105,6 +105,7 @@ px4_add_board( @@ -105,6 +105,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/nxp/fmurt1062-v1/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
#system_time
top

1
boards/omnibus/f4sd/default.cmake

@ -93,6 +93,7 @@ px4_add_board( @@ -93,6 +93,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
#serial_test
#system_time
top

1
boards/px4/fmu-v3/default.cmake

@ -110,6 +110,7 @@ px4_add_board( @@ -110,6 +110,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v3/test.cmake

@ -112,6 +112,7 @@ px4_add_board( @@ -112,6 +112,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v4/default.cmake

@ -108,6 +108,7 @@ px4_add_board( @@ -108,6 +108,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v4/test.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v4pro/default.cmake

@ -109,6 +109,7 @@ px4_add_board( @@ -109,6 +109,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
system_time
top
topic_listener

1
boards/px4/fmu-v4pro/test.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
system_time
tests # tests and test runner
top

1
boards/px4/fmu-v5/cryptotest.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5/ctrlalloc.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5/debug.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
#serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v5/default.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5/fixedwing.cmake

@ -93,6 +93,7 @@ px4_add_board( @@ -93,6 +93,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5/multicopter.cmake

@ -101,6 +101,7 @@ px4_add_board( @@ -101,6 +101,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5/optimized.cmake

@ -120,6 +120,7 @@ px4_add_board( @@ -120,6 +120,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v5/rover.cmake

@ -80,6 +80,7 @@ px4_add_board( @@ -80,6 +80,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
system_time
top
topic_listener

1
boards/px4/fmu-v5/rtps.cmake

@ -105,6 +105,7 @@ px4_add_board( @@ -105,6 +105,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
system_time
top
topic_listener

1
boards/px4/fmu-v5/stackcheck.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
system_time
tests # tests and test runner
top

1
boards/px4/fmu-v5/test.cmake

@ -113,6 +113,7 @@ px4_add_board( @@ -113,6 +113,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v5/uavcanv0periph.cmake

@ -115,6 +115,7 @@ px4_add_board( @@ -115,6 +115,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
system_time
top
topic_listener

1
boards/px4/fmu-v5/uavcanv1.cmake

@ -112,6 +112,7 @@ px4_add_board( @@ -112,6 +112,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5x/base_phy_DP83848C.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

1
boards/px4/fmu-v5x/test.cmake

@ -115,6 +115,7 @@ px4_add_board( @@ -115,6 +115,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v6u/default.cmake

@ -107,6 +107,7 @@ px4_add_board( @@ -107,6 +107,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
system_time
top

1
boards/px4/fmu-v6u/test.cmake

@ -111,6 +111,7 @@ px4_add_board( @@ -111,6 +111,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/px4/fmu-v6x/default.cmake

@ -114,6 +114,7 @@ px4_add_board( @@ -114,6 +114,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
#serial_test
system_time
top

1
boards/px4/fmu-v6x/test.cmake

@ -117,6 +117,7 @@ px4_add_board( @@ -117,6 +117,7 @@ px4_add_board(
reboot
#reflect
sd_bench
sd_stress
serial_test
system_time
tests # tests and test runner

1
boards/spracing/h7extreme/default.cmake

@ -95,6 +95,7 @@ px4_add_board( @@ -95,6 +95,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
#shutdown
top
topic_listener

1
boards/uvify/core/default.cmake

@ -87,6 +87,7 @@ px4_add_board( @@ -87,6 +87,7 @@ px4_add_board(
reboot
reflect
sd_bench
sd_stress
serial_test
system_time
top

Loading…
Cancel
Save