mbox series

[v1,0/3] CI: Add 'env' testsuite

Message ID 20250716104010.778032-1-wzh@ilbers.de
Headers show
Series CI: Add 'env' testsuite | expand

Message

Zhihang Wei July 16, 2025, 10:40 a.m. UTC
This new testsuite provides tests that only take a few minutes to show
whether the building environment is working properly.
- test_nop always returns true.
- test_bitbake uses bitbake -e to show whether bitbake can be started.
- test_build checks whether a package can be built.

Zhihang Wei (3):
  CI: Add nop testcase
  CI: Add bitbake testcase
  CI: Add minimal artifact building testcase

 testsuite/citest.py | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)