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

Run Python-based tests against the binaries installed in the system #5839

Open
janekmi opened this issue Aug 5, 2023 · 0 comments
Open

Run Python-based tests against the binaries installed in the system #5839

janekmi opened this issue Aug 5, 2023 · 0 comments
Labels
Priority: 4 low QA: CI .github/ and utils/ related to automated testing Type: Feature A feature request

Comments

@janekmi
Copy link
Contributor

janekmi commented Aug 5, 2023

Rationale

The Bash-based test framework allows for providing PMDK_LIB_PATH_NONDEBUG and PMDK_LIB_PATH_DEBUG which are later injected into the LD_LIBRARY_PATH allowing run tests against the packages installed in the system. The Python-based tests are missing this capacity for no good reason.

Note: all new tests are meant to be provided as Python-based tests.

API Changes

None.

Implementation details

A re-implementation of the mechanism already implemented in Bash will suffice.

@janekmi janekmi added the Type: Feature A feature request label Aug 5, 2023
@janekmi janekmi added Priority: 4 low QA: CI .github/ and utils/ related to automated testing labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 4 low QA: CI .github/ and utils/ related to automated testing Type: Feature A feature request
Projects
None yet
Development

No branches or pull requests

1 participant