OpenDDS / meta-opendds

Open Embedded Layer for the OpenDDS package
Other
7 stars 4 forks source link

ptest + qemu #43

Closed vermaete closed 3 months ago

vermaete commented 3 months ago

Hi,

First commit is to have the testsuite of OpenDDS inside the test framework of Yocto. And filter the tests that should not run on the cross compiled target.

Second commit is to have an image with OpenDDS (and ptest) that could run in the QEMU emulation. Building of it is also documented in the readme file under the kas directory.

Note that some one test is failing under qemu. tests/DCPS/QueryCondition/run_test.pl rtps_disc dynamic For now I assume due to my lack of compute power.

br

jrw972 commented 3 months ago

@vermaete Is there anything else on this one or is it ready to merge?

vermaete commented 3 months ago

@jrw972 For me this is ready to merge.

Next, if I can find time, is moving to cmake and/or get the git version of the bitbake recipe working.