-
Notifications
You must be signed in to change notification settings - Fork 215
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
OS_FileSysAddFixedMap missing functional test #379
Comments
I can take this one. |
FYI - as part of my upcoming changes (#449 #460), the unit tests will be using this function to set up for a BSP-agnostic file map. I'm not sure if there is anything more that can be done with them beyond this, because any test would require going around the OSAL abstraction in a platform-dependent manner. Furthermore, if they didn't work right, all the tests following that depend on the map will fail. So in other words I think its covered already |
@yammajamma - could you review the unit test updates in #461 and ensure it meets the functional test standards (covers everything we've discussed a functional test needs to cover)? If so we can close this. If not let's add whatever is missing and/or create a unique test. |
@skliper Yes, I can take a look at that, thanks. |
Is your feature request related to a problem? Please describe.
Missing functional test for OS_FileSysAddFixedMap
Describe the solution you'd like
Add test
Describe alternatives you've considered
None
Additional context
Certification issue
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: