Conversation
- Local execution - Launching LM daemon with a config - GTEST processes launched by LM with test results parsed - Test timeout - Scaffolding for platform independent python scripts - Running LM without root - setgroups() is not attempted if there are no supplementary group ids - Minor cleanup in ProcessGroupManager::initialize()
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
7a0cecb to
c4d3752
Compare
d0412f3 to
9119f48
Compare
0c5bf15 to
1e100ca
Compare
1e100ca to
2224d52
Compare
Fixing gitignore Fixing formatting Addressing review comments Fixing missing assert
2224d52 to
f81c2a3
Compare
f81c2a3 to
da52737
Compare
| pull-requests: read | ||
| with: | ||
| bazel-target: 'test //src/... //tests/... --config=x86_64-linux' | ||
| bazel-target: 'test //src/... //tests/... --config=host' # use host for now until linux qemu is available |
There was a problem hiding this comment.
would not mix test what shall be imho UT with integration tests. Also for linux, itf can simply use Docker as in reference integration.
|
I would ask @ltekieli and @PiotrKorkus to have a look. Nevethless I think we shall push forward os_images to here only use an image from there and setup startup script/small build addons, and not need to copy-paste boilerplate scripts. |
I agree. For now I would either put those tests in |
Yep the end goal is to use the os_images in the end, this is why I made the test target easily changeable by just changing the target in https://github.com/eclipse-score/lifecycle/pull/75/changes#diff-c7986b2ae7b8b3c16507ee583c9a8cfaeff6e886bfb138be0a654b22d721191dR26 but this will be used until the os images has the qnx. (there is a PR going on right nowhttps://github.com/eclipse-score/os_images/pull/5 however there are issues with the qnx SDP and we need some action from qnx team https://sdvworkinggroup.slack.com/archives/C0AEB5M5FUN/p1772461625738719) |
This adds a framework to run component tests on a QEMU target using ITF
--config=host.Note: This PR creates interfaces that looks like what the new ITF will be with changes from eclipse-score/itf#46 So it should be easy to replace when ITFs refactor is stable.