Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zephyr ztest for LEDs #16

Open
GeriG966 opened this issue Jun 15, 2021 · 1 comment · Fixed by #3 · May be fixed by #22
Open

Zephyr ztest for LEDs #16

GeriG966 opened this issue Jun 15, 2021 · 1 comment · Fixed by #3 · May be fixed by #22

Comments

@GeriG966
Copy link
Collaborator

No description provided.

@ikerperezdelpalomar
Copy link
Collaborator

Most of the work as already been done in #22 . However for some reason twister (zephyrs test runner) can't find the tests I created, the remaining work would be discovering why this happens and fix it. See below the logs:

INFO    - Zephyr version: zephyr-v2.5.0-3761-g730acbd6ed85
INFO    - JOBS: 8
DEBUG   - Reading test case configuration files under /home/ikerperez/Documents/bloodlight/bloodlight-zephyr/tests/led...
DEBUG   - Found possible test case in /home/ikerperez/Documents/bloodlight/bloodlight-zephyr/tests/led
DEBUG   - Reading platform configuration files under /home/ikerperez/zephyrproject/zephyr/boards...
DEBUG   - Reading platform configuration files under /home/ikerperez/zephyrproject/zephyr/scripts/pylib/twister/boards...
DEBUG   - Reading platform configuration files under /home/ikerperez/zephyrproject/zephyr/~/Documents/bloodlight/bloodlight-zephyr/boards...
DEBUG   - Running cmake script /home/ikerperez/zephyrproject/zephyr/cmake/verify-toolchain.cmake
DEBUG   - Calling cmake with arguments: ['-DFORMAT=json', '-P', PosixPath('/home/ikerperez/zephyrproject/zephyr/cmake/verify-toolchain.cmake')]
DEBUG   - Finished running  /home/ikerperez/zephyrproject/zephyr/cmake/verify-toolchain.cmake
INFO    - Using 'zephyr' toolchain.
DEBUG   - platform filter: ['bloodlight_rev2']
DEBUG   -     arch_filter: None
DEBUG   -      tag_filter: None
DEBUG   -     exclude_tag: None
INFO    - Building initial testcase list...
INFO    - 1 test scenarios (0 configurations) selected, 0 configurations discarded due to filters.

Device testing on:

| Platform        | ID   | Serial device   |
|-----------------|------|-----------------|
| bloodlight_rev2 |      | /dev/ttyACM2    |

INFO    - Adding tasks to the queue...
INFO    - Added initial list of jobs to queue
DEBUG   - Launch process 0
DEBUG   - Launch process 1
DEBUG   - Launch process 2
DEBUG   - Launch process 3
DEBUG   - Launch process 4
DEBUG   - Launch process 5
DEBUG   - Launch process 6
DEBUG   - Launch process 7

DEBUG   - running footprint_reports
INFO    - 0 of 0 test configurations passed (0.00%), 0 failed, 0 skipped with 0 warnings in 0.53 seconds
INFO    - In total 0 test cases were executed, 0 skipped on 0 out of total 373 platforms (0.00%)
INFO    - 0 test configurations executed on platforms, 0 test configurations were only built.

Hardware distribution summary:

| Board   | ID   | Counter   |
|---------|------|-----------|
INFO    - Run completed

@GeriG966 GeriG966 reopened this Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants