QNX8 QEMU Integration and unit tests#19
Draft
TimofteBogdan1900 wants to merge 21 commits intoeclipse-score:mainfrom
Draft
QNX8 QEMU Integration and unit tests#19TimofteBogdan1900 wants to merge 21 commits intoeclipse-score:mainfrom
TimofteBogdan1900 wants to merge 21 commits intoeclipse-score:mainfrom
Conversation
Add itf dependecy via bazel
Add qnx8 compilation for x86_64
…_image Add qnx image creation wtih custom binaries
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 |
Add initial integr test and a small assert true test via ITF
…_test Switch qemu user mode network to bridge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run Integration tests who were run previously via docker compose in qemu for qnx8 x86 84
That means 2 qemu instances connected via a bridge which can communicate via some ip.
Run at your own risk :) sets up the bridge automatically :)
sudo deployment/qemu/setup_bridge.shNot fully implemented due to multicast issue (vsomeip doesnt bind multicast socket, reason unknown)
deployment/qemu/setup_qemu_1.shanother terminal
deployment/qemu/setup_qemu_2.shTo kill qemus
pkill -9 qemu-systemOther intergration tests , pre requisite for some ip tests
#bakes into image req binaries + config and creates qemu image
bazel build //deployment/qemu:someip_gateway_ifs --config=x86_64-qnx#host -> guest bridge tests for : ip , ping , gateway
bazel test //tests/integration:test_qemu_network_single --config=x86_64-qnx#qemu1 to qemu 2 bridge : tests for : ip , ping between qemu1 and qem2 and communic. to host via bridge
bazel test //tests/integration:test_qemu_network_dual --config=x86_64-qnxRun Unit tests
Start qemu instance manually(ITF cant do that )
bazel run //deployment/qemu:run_qemu_1 --config=x86_64-qnxand then run
bazel test //tests/UT:test_ut