-
Notifications
You must be signed in to change notification settings - Fork 8.4k
twister: Enable gathering footprint if test plan exists #89945
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
twister: Enable gathering footprint if test plan exists #89945
Conversation
|
can you specify how to reproduce the failure? |
Sure, below are atttached steps to reproduction:
|
31d8425 to
0ae056b
Compare
If test plan is used, memory usage metrics are overridden. Result of this operation is missing memory footprint. This change removes redundand metrics update and fixes described inconvenience. Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
0ae056b to
ab8ef8e
Compare
|
|
@nashif, @golowanow, @LukaszMrugala please check the changes :) |
not able to reproduce the issue, can you please be more detailed, i..e how do you generate the test plan? |
@nashif I've used created test plan from case without test plan. |
|
@nashif to reproduce:
|



If test plan is used, memory usage metrics are overridden. Result of this operation is missing memory footprint.
This change removes redundand metrics update and fixes described inconvenience.