-
Notifications
You must be signed in to change notification settings - Fork 22
Add DDS provider #61
Add DDS provider #61
Conversation
tests are missing as of now. Will be added in another commit. |
89cd50b
to
849ded8
Compare
3af806d
to
0f0b0c0
Compare
6067191
to
86a86f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what I have done:
- Reviewed the code
- Succeeded running unit tests
- Succeeded getting data sent to databroker (after changing import path as shown in comment)
Apart from the import (which either should be fixed, or someone else check that current setup works for them) the rest is minor items where not necessarily everything needs to be fixed.
5c0ca30
to
6dc3bc1
Compare
Build the docker image for amd64 and arm64 Run the provided tests for dds feeder Update kuksa_dds_feeder.yml Add setup for build Add separate build for arm64 amd64 to CI fix typo in CI file Fix typo in dds tests setup Add generation of idls python modules Start databroker instance for integration test Update Dockerfile Create make_executable.sh Update make_executable.sh
a85bdf1
to
c65aee5
Compare
6563d96
to
571e622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only some minors that we possibly could ignore.
Possibly we should also mention ddsprovider on top level README (https://github.com/boschglobal/kuksa.val.feeders/blob/feature/DDS_feeder/README.md)
I did start ddprovider natively as well as from docker and did test from dds2val directory and all succeeded.
@SebastianSchildt should we merge or would you like to see a config file? |
f851c61
to
4340376
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor ones. Did a test run with Docker and it works as expected
No description provided.