Context/Service/PathComp component fixes:
Common: - Added missing object factory methods for constraints Context: - Adapted unitary tests to new constraint object factory methods Service: - Adapted unitary tests to new constraint object factory methods PathComp-Backend: - Deactivated health probes since it causes problems in backend REST server PathComp-Frontend: - Correct unitary test constraints for SP algorithm - Adapted unitary tests to new constraint object factory methods - Fixed instantiation of ShortestPath and KDisjointPath Algorithms - Ignore unknown constraints in Algorithm request composition
Showing
- manifests/pathcompservice.yaml 12 additions, 12 deletionsmanifests/pathcompservice.yaml
- src/common/tools/object_factory/Constraint.py 14 additions, 1 deletionsrc/common/tools/object_factory/Constraint.py
- src/context/tests/Objects.py 7 additions, 7 deletionssrc/context/tests/Objects.py
- src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py 1 addition, 1 deletion...omp/frontend/service/algorithms/KDisjointPathAlgorithm.py
- src/pathcomp/frontend/service/algorithms/ShortestPathAlgorithm.py 0 additions, 2 deletions...comp/frontend/service/algorithms/ShortestPathAlgorithm.py
- src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py 15 additions, 4 deletions...hcomp/frontend/service/algorithms/tools/ComposeRequest.py
- src/pathcomp/frontend/tests/Objects_A_B_C.py 3 additions, 3 deletionssrc/pathcomp/frontend/tests/Objects_A_B_C.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/test_unitary.py 36 additions, 4 deletionssrc/pathcomp/frontend/tests/test_unitary.py
- src/service/tests/ServiceHandler_L3NM_EMU.py 3 additions, 3 deletionssrc/service/tests/ServiceHandler_L3NM_EMU.py
- src/service/tests/ServiceHandler_L3NM_OC.py 3 additions, 3 deletionssrc/service/tests/ServiceHandler_L3NM_OC.py
Loading
Please register or sign in to comment