Honor malloc_perturb from vt config#4356
Conversation
If a VT config file is supplied, leave malloc_perturb to the cfg and log that vt.qemu.malloc_perturb is ignored. Signed-off-by: Srikanth Aithal <srikanth.aithal@amd.com>
There was a problem hiding this comment.
Code Review
This pull request modifies the _process_malloc_perturb method in avocado_vt/options.py to conditionally assign the malloc_perturb setting. It now checks for the presence of a general configuration via vt.config and skips the assignment if one is found, logging the action instead. I have no feedback to provide as no review comments were submitted.
|
Closing this PR due to current team constraints. This is part of a broader effort to triage all in-flight work across our upstream repos. If this work is still needed, please feel free to reopen and it will be picked up. Apologies for any inconvenience. |
|
This PR is fixing a issue in the framework. I dont have any permissions to reopen it. Please consider to reopen. I am seeing above comment in many of my pull requests. |
If a VT config file is supplied, leave malloc_perturb to the cfg and log that vt.qemu.malloc_perturb is ignored.