zephyr/scripts/requirements-run-test.txt
Anas Nashif 2601c2e54b requirements: add psutil, needed by sanitycheck
Needed for tracking cpu time in sanitycheck.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-05-06 11:07:22 -05:00

19 lines
337 B
Plaintext

# RUN-TEST: required to do run time tests of zephyr
#
# things used by sanitycheck or related in run time testing
# used to connect to boards for console IO
pyserial
# used to flash & debug various boards
pyocd>=0.24.0
# used by sanitycheck for board/hardware map
tabulate
# used by mcuboot
cbor>=1.0.0
# use for sanitycheck
psutil