NORDUnet / opennsa

Open-source implementation of the NSI protocol with support for different backends
BSD 3-Clause "New" or "Revised" License
13 stars 19 forks source link

[BUG] Fix Broken Unit Tests #26

Closed safaci2000 closed 3 years ago

safaci2000 commented 3 years ago

The following tests are failing:

testDoubleReserve ...                                               [ERROR]
testHairpinConnection ...                                           [ERROR]
testIdenticalPortSTPs ...                                           [ERROR]
testInvalidNetworkReservation ...                                   [ERROR]
testInvalidRewrite ...                                              [ERROR]
testProvisionNonExistentConnection ...                              [ERROR]
testProvisionPostTerminate ...                                      [ERROR]
testProvisionWithoutCommit ...                                      [ERROR]
testReserveFailAndLabelSwapEnabled ...                              [ERROR]
testStartTimeInPast ...                                             [ERROR]
safaci2000 commented 3 years ago

Fixed by #29