1. 15 Dec, 2023 2 commits
  2. 05 Dec, 2023 1 commit
    • Lluis Gifre Renom's avatar
      NBI component - IETF Network plugin: · 2844313e
      Lluis Gifre Renom authored
      - Implemented skeleton of plugin
      - Added test scenario
      - Added new requirements
      - Extended MockContext to properly link/unlink topologies, services and slices to contexts
      2844313e
  3. 14 Nov, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common - Tests: · 0201c74b
      Lluis Gifre Renom authored
      - InMemoryObjectDatabase: Corrected default log level and initialization of internal database
      - InMemoryTimeSeriesDatabase: Corrected default log level
      - MockServicerImpl_Context: Migrated to use InMemoryObjectDatabase and corrected default log level
      - MockServicerImpl_Monitoring: Corrected default log level and log messages; fixed method signatures and imports
      0201c74b
  4. 13 Nov, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common - Tests: · 098a6cbe
      Lluis Gifre Renom authored
      - Corrected filters in InMemoryTimeSeriesDatabase
      - Extended MockServicerImpl_Context to track devices and links in topologies
      - Corrected method QueryKpiData in MockServicerImpl_Monitoring
      098a6cbe
  5. 10 Nov, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common - Tests: · 608e8ab6
      Lluis Gifre Renom authored
      - Implemented InMemoryObjectDatabase
      - Implemented InMemoryTimeSeriesDatabase
      - Extended Mock Monitoring with KPIDescriptor management and retrieval of timeseries data from pandas DataFrame
      608e8ab6
  6. 09 Nov, 2023 1 commit
  7. 31 Oct, 2023 1 commit
  8. 06 Sep, 2023 1 commit
  9. 10 Jul, 2023 3 commits
  10. 07 Jul, 2023 1 commit
  11. 31 May, 2023 2 commits
  12. 17 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common - Descriptor Loader tool: · d7961f75
      Lluis Gifre Renom authored
      - added support for dictionary and file-based loading of descriptors
      - added getter methods
      - added validation and unload methods
      - integrated helper methods
      - updated documentation
      d7961f75
  13. 01 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  14. 25 Jan, 2023 1 commit
  15. 24 Jan, 2023 1 commit
  16. 25 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · e871a09e
      Lluis Gifre Renom authored
      - updated generic descriptor loader tool
      - updated scenario loader for automated tests
      e871a09e
  17. 24 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · e1495512
      Lluis Gifre Renom authored
      - new generic descriptor loader tool
      - new scenario loader for automated tests
      e1495512
  18. 22 Nov, 2022 1 commit
  19. 02 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Dlt component: · 97248922
      Lluis Gifre Renom authored
      - updated manifest file with gateway container port
      - corrected behaviour of GetFromDlt method in MockDltGateway
      - minor formatting in MockDltGateway
      - implemented first version of DltConnector's Event Dispatcher (to be tested)
      - moved own-domain-uuid finder to separate class in DltConnector
      - implemented method to identify empty/not-found records
      97248922
  20. 28 Oct, 2022 1 commit
  21. 27 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT: · 0a1b6178
      Lluis Gifre Renom authored
      MockBlockchain:
      - Implemented mock-blockchain module to facilitate testing and debugging of DLT connector & workflows
      - Added manifests, Dockerfile, etc.
      
      DLT Connector:
      - corrected requirements.in
      - updated Dockerfile
      - WIP: implementation of test_unitary.py
      
      DLT Gateway:
      - Improved/extended Dockerfile
      - Moved Dockerfile to correct folder
      - Corrected import path for proto files
      0a1b6178
  22. 28 Sep, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Integration fix resolution: · a2d4ba5b
      Lluis Gifre Renom authored
      Common:
      - added slice to EventTools
      
      OFC'22 tests:
      - corrected OFC'22 delete service test to identify appropriate service to be deleted
      - removed usage of events for testing
      
      Compute:
      - remove diversity constraint when not populated
      
      Device:
      - removed unused field in database and code polishing
      
      Service:
      - migrated L3NMEmulatedServiceHandler to the new API
      - polishing of code
      a2d4ba5b
  23. 18 Jul, 2022 1 commit
  24. 14 Jul, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Adapted Context to common proto folder: · 6908f606
      Lluis Gifre Renom authored
      - Arranged .gitignore & .gitkeep files in common proto folder
      - Created specific run_tests_locally script for Context component
      - Moved imports from *.proto folder to common.proto folder
      - Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint
      - Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint
      - Removed context's genproto.sh script
      - Adapted Events generated to new timestamp data type
      - Minor code and linting fixing
      6908f606
    • Lluis Gifre Renom's avatar
  25. 23 Jun, 2022 1 commit
    • Lluis Gifre Renom's avatar
      PathComp component: · f4cff5db
      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.
      f4cff5db
  26. 19 May, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common framework: · 5dc77fe4
      Lluis Gifre Renom authored
      - defined unified constants for all micro-services
      - defined common settings getter methods
      - defined generic gRPC servicer
      - defined generic Rest servicer
      - defined common MockServicer for Monitoring component
      - removed old common/tests MockService class; to be replaced by new generic gRPC servicer
      - minor code formatting/styling
      5dc77fe4
  27. 03 May, 2022 1 commit
  28. 11 Mar, 2022 1 commit
  29. 16 Feb, 2022 2 commits
  30. 15 Feb, 2022 1 commit
  31. 10 Feb, 2022 1 commit
  32. 22 Dec, 2021 1 commit
  33. 07 Oct, 2021 1 commit
  34. 13 Aug, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Several changes: · dda7da3b
      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
      dda7da3b