Test Automation scripts for the seos_tests project.
The usage of the cppcheck/check_static_analyzer.sh script is described within the script.
Each of the scripts in this repository is designed to parse the output of the
test systems for different TRENTOS components or libraries and determine the
result (success/failure). The scripts are to be used within the seos_tests
project and run with the build.sh
script as follows:
cd seos_tests
# Prepare the test tools, it's a lightweight SDK build. Needs to be done only
# once.
src/seos_sandbox/scripts/open_trentos_build_env.sh trentos/build.sh test-prepare
# Run the test in QEMU.
src/seos_sandbox/scripts/open_trentos_test_env.sh \
src/build.sh test-run test_demo_hello_world.py
- python
- see requirements.txt