ci: Run all Blackbox tests
We've previously restricted Blackbox test runs to just one test file - test_output.py. That was a mistake. This commit makes the relevant workflow run all of the blackbox test files again. Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
This commit is contained in:
parent
8f53407fa6
commit
cf87f97824
2
.github/workflows/twister_tests_blackbox.yml
vendored
2
.github/workflows/twister_tests_blackbox.yml
vendored
@ -62,4 +62,4 @@ jobs:
|
||||
export ZEPHYR_SDK_INSTALL_DIR=${{ github.workspace }}/zephyr-sdk
|
||||
echo "Run twister tests"
|
||||
source zephyr-env.sh
|
||||
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_output.py
|
||||
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user