fabric-testbed / InformationModel

FABRIC Information Model library
MIT License
7 stars 1 forks source link

Add support for diff on Labels #174

Closed kthare10 closed 1 year ago

kthare10 commented 1 year ago

Add support for diff function to implemented for Labels just like Capacities without which sliver_diff returns false positive/negative.

ibaldin commented 1 year ago

Labels do not have eq implemented, which makes prop_diff() behave differently. Will add a method.

ibaldin commented 1 year ago

This fix was insufficient as diff methods of nodes and network services did not check if only labels or capacities have changed (without changing any attached elements). Addressed on