Skip to content

Add possibility to compare old and new configuration

Michal Leszczynski requested to merge (removed):master into master
  • Refactor of ComponentAccumulator method to gather and use properties separately
  • Add option --toJSON to new confTool to convert properties from ComponentAccumulator to json file compatible with old configuration
  • Update old confTool to handle new configuration (to compare old with new)

To convert a new configuration to json:

  • confTool.py -n new_conf.pkl --toJSON new_conf.json

Then it can be treated like an old configuration:

  • confTool.py --diff old_conf.pkl new_conf.json

@tbold

Needs to be approved by @wlampl

Edited by Michal Leszczynski

Merge request reports