napalm-automation-community / napalm-aos

NAPALM driver for Alcatel Lucent Enterprise AOS
Apache License 2.0
11 stars 13 forks source link

`get_config` does not support `sanitized` #29

Open lukasjuhrich opened 3 years ago

lukasjuhrich commented 3 years ago

The specs demand that get_config supports a sanitized argument. The corresponding getter test case fails accordingly:

FAILED test/unit/test_getters.py::TestGetter::test_get_config_sanitized[no_test_case_found] - Failed: No test case for 'test_get_config_sanitized' found
napalmaos commented 3 years ago

Updated the code please help to retest