Skip to content

Fixes: Modify `sut_nr_cpus` benchmark param validation check for repro_collection

Aishwarya Rambhadran requested to merge aisram01/update-reprocoll-validation into main

sut_nr_cpus is one of the mandatory benchmark param that is expected to be provided in the repro collection mysql-workload benchmark plan.

While validating the benchmark plan, check if this parameter exists. Also, compare the set value with the number of CPUs available in the particular node where workload process is getting executed.

If this set value is greater than CPU count, or if the param doesn't exist in plan, raise Invalid Benchmark Format error.

This commit is separated from the repro collection multi node implementation changes.

Signed-off-by: Aishwarya Rambhadran aishwarya.rambhadran@arm.com

Merge request reports

Loading