napalm-automation-community / napalm-arubaos-switch

NAPALM driver for ArubaOS-Switch
MIT License
16 stars 9 forks source link

Feature modular #8

Closed hupebln closed 4 years ago

hupebln commented 4 years ago

Modular implementation

Description

We discussed internally how to make it more modular as we think it could ease things up when working on different methods for the class. In the helper modules you just need to create a logger and a connection object and you should be good to go to do logging + speak with the API of the device.

Additionally to that you can configure in the "optional_args" the following keys:

Types of Changes

Tasks

gcotone commented 4 years ago

I'll work in the unit testing and integrate it with github Actions.

gcotone commented 4 years ago

I'll open a new PR for the unit-testing