PathComp-Frontend component:
- Added timestamp to logs - Improved algorithm execution logs - Added basic support for multi-layer path computation - Improved KDisjointPath Algorithm with basic multi-layer support - Minor improvements in backend request composition - Removed unneeded code for unitary tests - Added OLS-flavoured unitary test scenario
Showing
- src/pathcomp/frontend/service/__main__.py 1 addition, 1 deletionsrc/pathcomp/frontend/service/__main__.py
- src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py 145 additions, 16 deletions...omp/frontend/service/algorithms/KDisjointPathAlgorithm.py
- src/pathcomp/frontend/service/algorithms/_Algorithm.py 98 additions, 28 deletionssrc/pathcomp/frontend/service/algorithms/_Algorithm.py
- src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py 17 additions, 5 deletions...hcomp/frontend/service/algorithms/tools/ComposeRequest.py
- src/pathcomp/frontend/service/algorithms/tools/ComputeSubServices.py 96 additions, 0 deletions...p/frontend/service/algorithms/tools/ComputeSubServices.py
- src/pathcomp/frontend/service/algorithms/tools/ConstantsMappings.py 105 additions, 0 deletions...mp/frontend/service/algorithms/tools/ConstantsMappings.py
- src/pathcomp/frontend/service/algorithms/tools/EroPathToHops.py 76 additions, 0 deletions...thcomp/frontend/service/algorithms/tools/EroPathToHops.py
- src/pathcomp/frontend/tests/MockService_Dependencies.py 0 additions, 18 deletionssrc/pathcomp/frontend/tests/MockService_Dependencies.py
- src/pathcomp/frontend/tests/Objects_DC_CSGW_TN.py 50 additions, 27 deletionssrc/pathcomp/frontend/tests/Objects_DC_CSGW_TN.py
- src/pathcomp/frontend/tests/Objects_DC_CSGW_TN_OLS.py 202 additions, 0 deletionssrc/pathcomp/frontend/tests/Objects_DC_CSGW_TN_OLS.py
- src/pathcomp/frontend/tests/PrepareTestScenario.py 1 addition, 10 deletionssrc/pathcomp/frontend/tests/PrepareTestScenario.py
- src/pathcomp/frontend/tests/test_unitary.py 42 additions, 12 deletionssrc/pathcomp/frontend/tests/test_unitary.py
Loading
Please register or sign in to comment