mbox series

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

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

Message

Zhihang Wei Sept. 17, 2025, 2:26 p.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.

Changes v2:
- add self.init() inside test_bitbake to make the test suitable for the
  environment on Jenkins

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(+)