fabric-testbed / InformationModel

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

Addressing #15 - unmerge/snapshot/rollback implemented in CBM #16

Closed ibaldin closed 3 years ago

ibaldin commented 3 years ago

Please note that snapshot/rollback are NOT integrated with merge/unmerge calls. The recommended way to implement is to surround merge/unmerge calls in try blocks, do a snapshot right before the merge/unmerge calls and if an exception is raised, do a rollback call in the except block.

Addressing #15