You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Zephyr project has a well-built test framework Ztest and a full-fledged test runner Twister for module testing and integration testing. There are thousands of test cases in zephyr project, contributed by community developers. Here is a typical way of executing test case: test case is detected by YAML configuration files and then Twister builds test for the platforms defined in the hardware map and subsequently flashes and runs the tests on the platform. However, this way is not providing users a straightforward view about executed test cases and subsequently flashing/running the test cases is less productive. This project is aiming to enable interactive Zephyr test suite(a collection of multiple test cases) based on Ztest and Twister which allows visualized test case config and test case execution through command line or shell script.
Difficulty: Medium
Skill Required: Python/C
Hardware requirement: Computer with QEMU installed
Possible mentor: Meng, Xianglin (xianglinx.meng@intel.com]) Li Jocelyn(jocelyn.li@intel.com)
The text was updated successfully, but these errors were encountered:
jocelyn-li
changed the title
2021 GSoC Project Ideas - Enable Interactive Zephyr Test Suite
2021 GSoC Project Idea: Enable Interactive Zephyr Test Suite
Feb 17, 2021
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Description:
Zephyr project has a well-built test framework Ztest and a full-fledged test runner Twister for module testing and integration testing. There are thousands of test cases in zephyr project, contributed by community developers. Here is a typical way of executing test case: test case is detected by YAML configuration files and then Twister builds test for the platforms defined in the hardware map and subsequently flashes and runs the tests on the platform. However, this way is not providing users a straightforward view about executed test cases and subsequently flashing/running the test cases is less productive. This project is aiming to enable interactive Zephyr test suite(a collection of multiple test cases) based on Ztest and Twister which allows visualized test case config and test case execution through command line or shell script.
Difficulty: Medium
Skill Required: Python/C
Hardware requirement: Computer with QEMU installed
Possible mentor: Meng, Xianglin (xianglinx.meng@intel.com]) Li Jocelyn(jocelyn.li@intel.com)
The text was updated successfully, but these errors were encountered: