Skip to content
Commit c6085005 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

Refactor Pluggables Service and add SBI support

- Removed unused import of google.protobuf.field_mask from pluggables.proto.
- Updated DigitalSubcarrierGroupState and PluggableConfig messages in pluggables.proto to include additional fields for configuration management.
- Enhanced PluggablesServiceServicerImpl to support pushing configurations to devices, including error handling and logging.
- Added new methods for translating pluggable configurations to NETCONF format in config_translator.py.
- Created CommonObjects.py and PreparePluggablesTestScenario.py for test setup and device configuration.
- Implemented comprehensive tests for creating, configuring, retrieving, and deleting pluggables with NETCONF devices in test_pluggables_with_SBI.py.
- Updated pytest.ini to include integration test marker for better test categorization.
parent a7c55b2a
Loading
Loading
Loading