Run Python-based tests against the binaries installed in the system #5839
Labels
Priority: 4 low
QA: CI
.github/ and utils/ related to automated testing
Type: Feature
A feature request
Rationale
The Bash-based test framework allows for providing
PMDK_LIB_PATH_NONDEBUG
andPMDK_LIB_PATH_DEBUG
which are later injected into theLD_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.
The text was updated successfully, but these errors were encountered: