Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Change fortinet_fortios to fortinet per Netmiko #831

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ dell_force10_show_version.textfsm, .*, dell_force10, sh[[ow]] ver[[sion]]
dell_force10_show_vlan.textfsm, .*, dell_force10, sh[[ow]] vl[[an]]
dell_force10_show_arp.textfsm, .*, dell_force10, sh[[ow]] ar[[p]]

fortinet_fortios_get_router_info_bgp_summary.textfsm, .*, fortinet_fortios, g[[et]] r[[outer]] info bg[[p]] su[[mmary]]
fortinet_fortios_get_system_interface.textfsm, .*, fortinet_fortios, [[g]]et [[s]]ystem [[i]]nterface
fortinet_fortios_get_system_status.textfsm, .*, fortinet_fortios, [[g]]et [[s]]ystem [[s]]tatus
fortinet_get_router_info_bgp_summary.textfsm, .*, fortinet, g[[et]] r[[outer]] info bg[[p]] su[[mmary]]
fortinet_get_system_interface.textfsm, .*, fortinet, [[g]]et [[s]]ystem [[i]]nterface
fortinet_get_system_status.textfsm, .*, fortinet, [[g]]et [[s]]ystem [[s]]tatus

hp_comware_display_lldp_neighbor-information_verbose.textfsm, .*, hp_comware, di[[splay]] ll[[dp]] n[[eighbor-information]] v[[erbose]]
hp_comware_display_counters_bound_interface.textfsm, .*, hp_comware, di[[splay]] cou[[nters]] (\S+) i[[nterface]]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_index_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"enterasys",
"extreme",
"f5_ltm",
"fortinet_fortios",
"fortinet",
"hp_comware",
"hp_procurve",
"huawei_vrp",
Expand Down