Skip to content

Remove mntgrp defaults issue1852

Zbigniew Reszela requested to merge remove_mntgrp_defaults_issue1852 into develop

Hi @nurbldoff ,

Here is the result of today's pair-programming we did.

Some doubts that I have are:

  • I call remove_defaults() manually in the load and diff, and also I need to call it in the test. Maybe it should be already called in some common upstream phase?
  • Probably we should also use remove_defaults() in the dump? For example, for the measurement group we remove the defaults directly in dsconfig2yaml.find_measurement_groups(). This is not necessary for the release, but just an idea to remove duplicates.

Fixes #1852 (closed)

Merge request reports