-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add DP Demo for testing DPs and fprime-dp-writer #3951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Do a little cleaning on the CMakeLists.txt, and try to avoid the deepdiff dependency.
Do the int tests run?
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!
|
Last thing I need to do is update the FPP version so that CI passes. |
|
You have the token @thomas-bc looks like we have a CMake package problem? |
Change Description
Added DP Demo component for testing DP records of various types. Added integration test for generating DP, running fprime-dp-writer tool to produce decoded JSON file, and diffing the file with a reference JSON file.
Rationale
Helps test DPs and fprime-dp-writer tool, adds end-to-end test case to CI.