- May 16, 2025
-
-
Lluis Gifre Renom authored
-
- Nov 04, 2024
-
-
Lluis Gifre Renom authored
-
- Apr 18, 2024
-
-
Lluis Gifre Renom authored
-
- Nov 15, 2023
-
-
Lluis Gifre Renom authored
- Fixed unitary tests fixtures - Fixed assertions in pathcomp-forecaster tests
-
Lluis Gifre Renom authored
- Fixed unitary tests fixtures
-
- Mar 26, 2023
-
-
Lluis Gifre Renom authored
- Fixed unitary tests
-
Lluis Gifre Renom authored
- Fixed unitary tests
-
- Feb 21, 2023
-
-
Lluis Gifre Renom authored
- Added availability percentage to SLA Availability constraint
-
Lluis Gifre Renom authored
- Removed availability percentage from SLA Availability constraint (new feature)
-
- Feb 20, 2023
-
-
Lluis Gifre Renom authored
- Updated to use specific SLA Constraints together with Custom constraints - Updated related unitary tests
-
- Feb 17, 2023
-
-
Lluis Gifre Renom authored
- removed unused import in unitary test
-
- Feb 01, 2023
-
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- Sep 13, 2022
-
-
Lluis Gifre Renom authored
- 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
-
- Sep 11, 2022
-
-
Lluis Gifre Renom authored
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
-
Lluis Gifre Renom authored
- correct unitary test constraints for SP algorithm
-
- Sep 06, 2022
-
-
Lluis Gifre Renom authored
-
- Sep 02, 2022
-
-
Lluis Gifre Renom authored
Common: - temporarily added backend to pathcomp service for debug purposes Proto: - Added KDisjointPath Algorithm to pathcomp proto Frontend: - refactored Servicer to cope with multiple algorithms - added implementation of ShortestPath algorithm - added implementation of KShortestPath algorithm - added implementation of KDisjointPath algorithm (partial) - moved PathComp servicer tools to algorithms subfolder - added new unitary test scenario (DC's with CellSiteGWs and Transport Network) to validate KDisjointPath algorithm
-
- Aug 03, 2022
-
-
Lluis Gifre Renom authored
Unitary test: - Corrected Objects definition - Added devices and links to topology Frontend component: - Implemented parsing of backend reply and composition of front-end reply - Other minor arrangements
-
- Jul 26, 2022
-
-
Lluis Gifre Renom authored
Common: - added helper scripts FrontEnd: - corrected import paths - added missing parameters in test - refined creation of backend request
-
- Jul 25, 2022
-
-
Lluis Gifre Renom authored
- added test-deploy.sh script - partial arrangement of GitLab CI/CD - added configuration constants - arranged Dockerfile - corrected imports of proto Python files - implemented composition of backend request
-
- Jul 19, 2022
-
-
martinezric authored
-
- Jul 15, 2022
-
-
Lluis Gifre Renom authored
- Moved imports from *.proto folder to common.proto folder - Removed pathcomp's genproto.sh script - Minor code and linting fixing - Arranged requirements to accelerate Docker image creation - Updated Dockerfile - Arranged GitLab CI/CD pipeline
-
- Jun 23, 2022
-
-
Lluis Gifre Renom authored
- extended proto file to support retrieval of both services and connections, e.g., services requested + sub-services, and the connections and sub-connections supporting the services and sub-services. - minor bug fixings in MockServicerImpl_Context and implementation of support for Slices - implemented and pre-tested unitary tests for PathComp - implemented in PathComp service the logic to retrieve context data, and the skeleton to retrieve the replies to compute requests.
-
- May 20, 2022
-
-
Lluis Gifre Renom authored
- initial skeleton (not functional)
-
- May 19, 2022
-
-
Lluis Gifre Renom authored
- Migrated to use new generic gRPC servicer - Migrated to use new generic Rest servicer - Migrated to use new settings framework - Migrated tests to use new generic servicers and mock's - Extracted common unitary test functionalities into separate code files - Minor code styling/formatting
-
- Feb 16, 2022
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- Feb 11, 2022
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Scripts: - added missing commands to script run_tests_locally.sh Device: - added key formatting inside unsibscribe from monitoring - added termination attribute in GetState to properly interrupt monitoring loops Service: - arranged service component testing, missing fixtures Monitoring: - added missing environment variable INFLUX_PORT
-
- Feb 10, 2022
-
-
Lluis Gifre Renom authored
-
- Dec 22, 2021
-
-
Lluis Gifre Renom authored
-
- Dec 21, 2021
-
-
Lluis Gifre Renom authored
First functional version of Service with Service Handler for L3NM-Emulated services using Emulated Devices
-
- Oct 29, 2021
-
-
Lluis Gifre Renom authored
- Corrections in Service to prevent errors in GitLab CI/CD pipeline. - Minor improvements in random classes.
-
- Oct 04, 2021
-
-
Lluis Gifre Renom authored
-
- Aug 13, 2021
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Common / Context / Device / Service: - Improvements in unitary testing - Extended assertion validators tor testing - Factorized service implementation code to improve testability, reusability and increase code coverage
-
- Aug 12, 2021
-
-
Lluis Gifre Renom authored
Factorization of code between services and minor unitary testing improvements. (Not finished, it is just a backup)
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Common: - minor bug resolutions in Context API Service: - first functional version of Service (implementation of GetConnectionList postponed) - minor corrections in service.proto and related files - implemented unitary tests
-
- Aug 11, 2021
-
-
Lluis Gifre Renom authored
Common: - Improvements in Database API definition and unit tests - Implemented additional Assertions to be used by unitary tests Context and Device: - Improved logging of errors. Service: - Implemented service methods (except GetConnectionList). All methods are under active debug. - Partially implemented unitary tests
-