zephyr/scripts/requirements-run-test.txt
Enjia Mai ce18d3c4ff requirements: add netifaces, needed by adsp runner
Needed for running tests on intel_adsp_cavs boards, the cavstool.py
are using it to get the host ip address automatically.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-07-04 16:33:03 +02:00

22 lines
358 B
Plaintext

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