Skip to content

Commit 93a82d0

Browse files
committed
remove aoscx from _MAIN_LIB_MAPPER since it is a netmiko driver
1 parent a3925c7 commit 93a82d0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/user/lib_mapper/netmiko.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| apresia_aeos || apresia_aeos |
1414
| arista_eos || arista_eos |
1515
| arris_cer || arris_cer |
16+
| aruba_aoscx || aruba_aoscx |
1617
| aruba_os || aruba_os |
1718
| aruba_osswitch || aruba_osswitch |
1819
| aruba_procurve || aruba_procurve |

docs/user/lib_mapper/netmiko_reverse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| apresia_aeos || apresia_aeos |
1414
| arista_eos || arista_eos |
1515
| arris_cer || arris_cer |
16+
| aruba_aoscx || aruba_aoscx |
1617
| aruba_os || aruba_os |
1718
| aruba_osswitch || aruba_osswitch |
1819
| aruba_procurve || aruba_procurve |

netutils/lib_mapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
"apresia_aeos": "apresia_aeos",
161161
"arista_eos": "arista_eos",
162162
"arris_cer": "arris_cer",
163+
"aruba_aoscx": "aruba_aoscx",
163164
"aruba_os": "aruba_os",
164165
"aruba_osswitch": "aruba_osswitch",
165166
"aruba_procurve": "aruba_procurve",
@@ -746,7 +747,7 @@
746747
# Deep copy the reverse, where there is no actual translation happening with special
747748
# consideration for OS's not in netmiko.
748749
_MAIN_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
749-
_MAIN_LIB_MAPPER["aruba_aoscx"] = "aruba_aoscx"
750+
# _MAIN_LIB_MAPPER["aruba_aoscx"] = "aruba_aoscx"
750751
_MAIN_LIB_MAPPER["cisco_aireos"] = "cisco_aireos"
751752
_MAIN_LIB_MAPPER["cisco_dnac"] = "cisco_dnac"
752753
_MAIN_LIB_MAPPER["cisco_meraki"] = "cisco_meraki"

0 commit comments

Comments
 (0)