Added support for specifying drunc command-line arguments inside integtests#160
Open
bieryAtFnal wants to merge 1 commit into
Open
Added support for specifying drunc command-line arguments inside integtests#160bieryAtFnal wants to merge 1 commit into
bieryAtFnal wants to merge 1 commit into
Conversation
…ta_classes.py to support developer-specified command-line arguments for run control in integtests.
PawelPlesniak
approved these changes
Jun 19, 2026
PawelPlesniak
left a comment
There was a problem hiding this comment.
Thank you Kurt, this worked exactly as intended.
40 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Pawel requested the ability to specify drunc command-line arguments inside integtests. The changes in this PR provide that ability.
The changes include the addition of a
dunerc_cmd_argsfield to theintegtest_param_base_classindata_classes.pyand the addition of the contents of that field in the startup ofdruncinintegrationtest_drunc.py.To test this, one can simply include these changes in a software area based on a recent nightly build,
pip installthis package, specify one or moredrunccommand-line arguments in thedunerc_cmd_argsparameter in an integtest, and run the integtest.Here is a sample addition to an integtest:
Type of change
Testing checklist
pytest -s minimal_system_quick_test.py)