Merge branch 'develop' into feat/163-implement-camara-based-nbi-connector
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- proto/context.proto 49 additions, 29 deletionsproto/context.proto
- proto/optical_device.proto 5 additions, 3 deletionsproto/optical_device.proto
- scripts/run_tests_locally-device-gnmi-openconfig.sh 25 additions, 0 deletionsscripts/run_tests_locally-device-gnmi-openconfig.sh
- scripts/run_tests_locally-device-openconfig-arista-l2vpn.sh 25 additions, 0 deletionsscripts/run_tests_locally-device-openconfig-arista-l2vpn.sh
- src/automation/client/PolicyClient.py 1 addition, 2 deletionssrc/automation/client/PolicyClient.py
- src/common/tools/context_queries/OpticalConfig.py 66 additions, 0 deletionssrc/common/tools/context_queries/OpticalConfig.py
- src/common/tools/descriptor/Loader.py 25 additions, 20 deletionssrc/common/tools/descriptor/Loader.py
- src/common/tools/object_factory/EndPoint.py 2 additions, 1 deletionsrc/common/tools/object_factory/EndPoint.py
- src/common/tools/object_factory/OpticalLink.py 40 additions, 0 deletionssrc/common/tools/object_factory/OpticalLink.py
- src/common/type_checkers/Assertions.py 5 additions, 1 deletionsrc/common/type_checkers/Assertions.py
- src/context/client/ContextClient.py 62 additions, 2 deletionssrc/context/client/ContextClient.py
- src/context/service/ContextServiceServicerImpl.py 75 additions, 12 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/context/service/database/ConfigRule.py 17 additions, 1 deletionsrc/context/service/database/ConfigRule.py
- src/context/service/database/Device.py 30 additions, 0 deletionssrc/context/service/database/Device.py
- src/context/service/database/Events.py 25 additions, 17 deletionssrc/context/service/database/Events.py
- src/context/service/database/OpticalConfig.py 481 additions, 30 deletionssrc/context/service/database/OpticalConfig.py
- src/context/service/database/OpticalLink.py 183 additions, 0 deletionssrc/context/service/database/OpticalLink.py
- src/context/service/database/Topology.py 3 additions, 1 deletionsrc/context/service/database/Topology.py
- src/context/service/database/models/DeviceModel.py 5 additions, 4 deletionssrc/context/service/database/models/DeviceModel.py
Loading
Please register or sign in to comment