diff --git a/misc/config_tools/configurator/pyodide/populateDefaultValues.py b/misc/config_tools/configurator/pyodide/populateDefaultValues.py index 23f22f37a..241a8263d 100644 --- a/misc/config_tools/configurator/pyodide/populateDefaultValues.py +++ b/misc/config_tools/configurator/pyodide/populateDefaultValues.py @@ -46,6 +46,10 @@ def main(scenario): if name.text not in vmNames: name.text = "" + own_pcpus = etree.findall(".//vm[vm_type = 'RTVM']/own_pcpu") + for o in own_pcpus: + o.text = 'y' + result = tostring(obj.get("scenario_etree").getroot()) result = result.decode() result = convert_result({