- 22 Dec, 2023 13 commits
-
-
Lluis Gifre Renom authored
Merge branch 'feat/80-cttc-implement-basic-nbi-connector-ietf-l3-vpn-service-delivery' into 'develop' Resolve "(CTTC) Implement basic NBI connector IETF L3-VPN Service Delivery" Closes #80 See merge request !185
-
Lluis Gifre Renom authored
- Added installation of libyang to install_requirements script
-
Lluis Gifre Renom authored
- Fixed parsing of requests
-
Lluis Gifre Renom authored
- Added initial implementation and unitary tests - Added scripts to test manually - Integrated with CI/CD pipeline - Added requirements - Added README file describing how to build and install libyang from source - Updated Dockerfile
-
Lluis Gifre Renom authored
Merge branch 'feat/100-cttc-improve-nbi-unitary-tests-framework-and-integration-with-gitlab-ci-cd-pipeline' into 'develop' Resolve "(CTTC) Improve NBI unitary tests framework and integration with GitLab CI/CD pipeline" Closes #100 See merge request !186
-
Lluis Gifre Renom authored
- Unit test cosmetic cleanup
-
Lluis Gifre Renom authored
- Fixing GitLab CI/CD pipeline - Updated scripts to manually launch NBI tests
-
Lluis Gifre Renom authored
- Fixing GitLab CI/CD pipeline - Updated scripts to manually launch NBI tests
-
Lluis Gifre Renom authored
- Fixing GitLab CI/CD pipeline - Updated script to manually launch IETF L2VPN test
-
Lluis Gifre Renom authored
- Fixing GitLab CI/CD pipeline
-
Lluis Gifre Renom authored
- Corrected unitary test for IETF L2VPNs - Added required descriptors
-
Lluis Gifre Renom authored
- Extended PrepareTestScenario to support multiple REST methods - Updated unitary tests accordingly - Renamed test_unitary to test_ietf_l2vpn - Cosmetic changes in CI/CD pipeline - Fixed Python dependency versions in requirements file
-
Lluis Gifre Renom authored
- Correct retrieval of context_uuid in methods RemoveSlice and RemoveService
-
- 20 Dec, 2023 19 commits
-
-
Lluis Gifre Renom authored
Resolve "(CTTC) Implement NBI connector IETF Network Topology" Closes #79 See merge request !173
-
Lluis Gifre Renom authored
- Added README.md with disclaimer
-
Lluis Gifre Renom authored
- Corrected inclusion of clients for Descriptor Loader - Corrected test data files
-
https://labs.etsi.org/rep/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://labs.etsi.org/rep/tfs/controller into feat/79-cttc-implement-nbi-connector-ietf-network-topology
-
Lluis Gifre Renom authored
Resolve "(CTTC) Add new device type "CLIENT" and "EMULATED-CLIENT"" Closes #99 See merge request !184
-
Lluis Gifre Renom authored
- Add CLIENT and EMULATED_CLIENT device types
-
Lluis Gifre Renom authored
- Add topology icons for CLIENT and EMULATED_CLIENT device types
-
Lluis Gifre Renom authored
- Remove incorrect topology icons
-
https://labs.etsi.org/rep/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://labs.etsi.org/rep/tfs/controller into feat/79-cttc-implement-nbi-connector-ietf-network-topology
-
Lluis Gifre Renom authored
Merge branch 'feat/98-cttc-extend-nbi-s-debug-api-plugin-to-expose-a-descriptor-like-download-endpoint' into 'develop' Resolve "(CTTC) Extend NBI's Debug-API plugin to expose a descriptor-like download endpoint" Closes #98 See merge request !183
-
Lluis Gifre Renom authored
- Correct debug-api endpoint URLs - Add dummy_contexts endpoint
-
Lluis Gifre Renom authored
- Expose endpoint to download dummy_mode descriptors
-
https://labs.etsi.org/rep/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://labs.etsi.org/rep/tfs/controller into feat/79-cttc-implement-nbi-connector-ietf-network-topology
-
Lluis Gifre Renom authored
Merge branch 'feat/97-cttc-context-component-s-link-attribute-used_capacity_gbps-is-wrongly-managed' into 'develop' Resolve "(CTTC) Context component's Link attribute `used_capacity_gbps` is wrongly managed" Closes #97 See merge request !182
-
Lluis Gifre Renom authored
- Fix management of field used_capacity_gbps in Link entity - Fix related unitary test
-
https://labs.etsi.org/rep/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://labs.etsi.org/rep/tfs/controller into feat/79-cttc-implement-nbi-connector-ietf-network-topology
-
Lluis Gifre Renom authored
Resolve "(CTTC) Multiple Bug Fixes affecting `common` code" Closes #96 See merge request !181
-
Lluis Gifre Renom authored
- `common` > `tests` > `InMemoryObjectDatabase.py`: enhance log error reporting - `common` > `tools` > `descriptor` > `Tools.py`: correct formatting of non-string resource_values in custom config rules in method `format_custom_config_rules()` - `common` > `tools` > `service` > `GenericRestServer.py`: correct format of reported listen URL
-
Lluis Gifre Renom authored
- Added example flags in run_tests_locally script - Added data model bindings - Fixed Composer methods - Updated ManualFixes.py - Updated unitary test - Renamed TODO.txt to test_commands.txt
-
- 15 Dec, 2023 8 commits
-
-
Lluis Gifre Renom authored
- Added merge of device_ids and link_ids in Topology
-
Lluis Gifre Renom authored
- Extended node composer with tunnel termination points - Updated TODO.txt
-
Lluis Gifre Renom authored
- Updated unitary test launcher scripts
-
Lluis Gifre Renom authored
- Updated unitary test launcher scripts
-
https://labs.etsi.org/rep/tfs/controllerLluis Gifre Renom authored
Merge branch 'develop' of https://labs.etsi.org/rep/tfs/controller into feat/79-cttc-implement-nbi-connector-ietf-network-topology
-
Lluis Gifre Renom authored
Merge branch 'feat/95-cttc-extend-context-component-to-explicitly-add-devices-and-links-to-particular-topologies' into 'develop' Resolve "(CTTC) Extend Context component to explicitly add devices and links to particular topologies" Closes #95 See merge request !180
-
Lluis Gifre Renom authored
- Changed default values to False for config flags ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY and ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY
-
Lluis Gifre Renom authored
- Added config flag ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY - Added config flag ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY - Added logic to explicitly add devices and links to topologies
-