From 256d441fe2023bbc15e2a45e8b5e9dcb4dc9f9b1 Mon Sep 17 00:00:00 2001 From: eperpinya Date: Wed, 9 Oct 2024 12:37:41 +0200 Subject: [PATCH] change from aruba_os to aruba_procurve --- ...how_version.textfsm => aruba_procurve_show_version.textfsm} | 0 ntc_templates/templates/index | 3 ++- .../show_version/aruba_procurve_show_version.raw} | 0 .../show_version/aruba_procurve_show_version.yml} | 0 tests/test_index_order.py | 1 + 5 files changed, 3 insertions(+), 1 deletion(-) rename ntc_templates/templates/{aruba_os_show_version.textfsm => aruba_procurve_show_version.textfsm} (100%) rename tests/{aruba_os/show_version/aruba_os_show_version.raw => aruba_procurve/show_version/aruba_procurve_show_version.raw} (100%) rename tests/{aruba_os/show_version/aruba_os_show_version.yml => aruba_procurve/show_version/aruba_procurve_show_version.yml} (100%) diff --git a/ntc_templates/templates/aruba_os_show_version.textfsm b/ntc_templates/templates/aruba_procurve_show_version.textfsm similarity index 100% rename from ntc_templates/templates/aruba_os_show_version.textfsm rename to ntc_templates/templates/aruba_procurve_show_version.textfsm diff --git a/ntc_templates/templates/index b/ntc_templates/templates/index index f6835ca12c..4985048c76 100644 --- a/ntc_templates/templates/index +++ b/ntc_templates/templates/index @@ -112,9 +112,10 @@ aruba_os_show_ip_interface_brief.textfsm, .*, aruba_os, sh[[ow]] ip in[[terface] aruba_os_show_ap_radio-database.textfsm, .*, aruba_os, show ap radio-database aruba_os_show_ap_database_long.textfsm, .*, aruba_os, show ap database long aruba_os_show_ap_database.textfsm, .*, aruba_os, show ap database -aruba_os_show_version.textfsm, .*, aruba_os, sh[[ow]] ve[[rsion]] aruba_os_show_arp.textfsm, .*, aruba_os, sh[[ow]] arp +aruba_procurve_show_version.textfsm, .*, aruba_procurve, sh[[ow]] ve[[rsion]] + avaya_ers_show_mac-address-table.textfsm, .*, avaya_ers, sh[[ow]] mac-a[[ddress-table]] avaya_ers_show_mlt_all-members.textfsm, .*, avaya_ers, sh[[ow]] ml[[t]] a[[ll-members]] avaya_ers_show_interface_name.textfsm, .*, avaya_ers, sh[[ow]] in[[terfaces]] n[[ames]] diff --git a/tests/aruba_os/show_version/aruba_os_show_version.raw b/tests/aruba_procurve/show_version/aruba_procurve_show_version.raw similarity index 100% rename from tests/aruba_os/show_version/aruba_os_show_version.raw rename to tests/aruba_procurve/show_version/aruba_procurve_show_version.raw diff --git a/tests/aruba_os/show_version/aruba_os_show_version.yml b/tests/aruba_procurve/show_version/aruba_procurve_show_version.yml similarity index 100% rename from tests/aruba_os/show_version/aruba_os_show_version.yml rename to tests/aruba_procurve/show_version/aruba_procurve_show_version.yml diff --git a/tests/test_index_order.py b/tests/test_index_order.py index 18ebd41e59..0412450eaf 100755 --- a/tests/test_index_order.py +++ b/tests/test_index_order.py @@ -13,6 +13,7 @@ "arista_eos", "aruba_aoscx", "aruba_os", + "aruba_procurve", "avaya_ers", "avaya_vsp", "broadcom_icos",