Skip to content
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

ut_kvp: is not handling relative paths for loading #51

Open
Ulrond opened this issue Sep 24, 2024 · 0 comments
Open

ut_kvp: is not handling relative paths for loading #51

Ulrond opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ulrond
Copy link
Collaborator

Ulrond commented Sep 24, 2024

Goal:

  • [] ut_kvp doesn't handle relative paths correctly and causes an asset
./bin/run.sh -p ./profiles/source/Source_AudioSettings.yaml 
...

hal_test: ... /ut-core/src/ut_kvp_profile.c:36: ut_kvp_profile_open: Assertion `result == UT_KVP_STATUS_SUCCESS' failed.
./bin/run.sh: line 24: 1116020 Aborted                 (core dumped) ./hal_test $@

ut-core just calls ut_kvp_open() therefore the issue is in this module.

    result = ut_kvp_open(gKVP_Instance, fileName);
    assert( result == UT_KVP_STATUS_SUCCESS );

Requirement:

  • Relative paths for loading of files needs to be handled.
@Ulrond Ulrond added the bug Something isn't working label Sep 24, 2024
@Ulrond Ulrond added this to the 1.6.0 - Release Verification milestone Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants