Added get_pytest_tmpdir.py to determine the root of the current pytest tmpdir #140
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is correlated with DUNE-DAQ/daqsystemtest#282.
This PR adds a Python function which provides a central location for determining the current pytest tmpdir based on any relevant environmental variables that are set. This is useful in our integtest bundle scripts and in the integtests themselves.
Please see the suggestions in the
daqsystemtestPR for testing.Also, please see the
daqsystemtestPR for background information on the logic that is used in this new function.Type of change
Testing checklist
daqsystemtest_integtest_bundle.sh)Further checks