Add a test case for the case of 2 adjacent fibers

make sure that their loss is not concatenated

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: I63678dd5b72f7f6984101c4367320f3f981cb573
This commit is contained in:
EstherLerouzic
2021-05-12 13:07:47 +02:00
parent 44f8cdbf20
commit c4235fa61c
2 changed files with 57 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ NETWORK_FILENAME = TEST_DIR / 'data/bugfixiteratortopo.json'
# fourth span
['fiber6', 17],
['fused7', 17],
# fifth span
['fiber7', 0.2],
['fiber8', 12],
# all other nodes
['Site_A', 0],
['nodeA', 0],