Skip to content

Conversation

bwks
Copy link

@bwks bwks commented Mar 19, 2025

This pull request is the add the Avara device driver type.

Tasks:

  • Device Connection
  • Enable Mode
  • Send Config
  • Exit
  • Tests

@bwks
Copy link
Author

bwks commented Apr 28, 2025

Show Tests

collected 13 items                                                                                                                                              

test_netmiko_config.py::test_ssh_connect PASSED                                                                                                           [  7%]
test_netmiko_config.py::test_enable_mode PASSED                                                                                                           [ 15%]
test_netmiko_config.py::test_config_mode PASSED                                                                                                           [ 23%]
test_netmiko_config.py::test_exit_config_mode PASSED                                                                                                      [ 30%]
test_netmiko_config.py::test_config_set PASSED                                                                                                            [ 38%]
test_netmiko_config.py::test_config_set_generator PASSED                                                                                                  [ 46%] 
test_netmiko_config.py::test_config_set_longcommand PASSED                                                                                                [ 53%] 
test_netmiko_config.py::test_config_hostname PASSED                                                                                                       [ 61%] 
test_netmiko_config.py::test_config_from_file SKIPPED                                                                                                     [ 69%] 
test_netmiko_config.py::test_config_error_pattern SKIPPED (No error_pattern defined.)                                                                     [ 76%] 
test_netmiko_config.py::test_banner SKIPPED (No banner defined.)                                                                                          [ 84%] 
test_netmiko_config.py::test_global_cmd_verify SKIPPED (No banner defined.)                                                                               [ 92%] 
test_netmiko_config.py::test_disconnect PASSED                                                                                                            [100%] 

=================================================================== short test summary info ==================================================================== 
SKIPPED [1] test_netmiko_config.py:164: Skipped
SKIPPED [1] test_netmiko_config.py:176: No error_pattern defined.
SKIPPED [1] test_netmiko_config.py:210: No banner defined.
SKIPPED [1] test_netmiko_config.py:243: No banner defined.
================================================================ 9 passed, 4 skipped in 37.29s =================================================================

Config Tests

collected 25 items                                                                                                                                              

test_netmiko_show.py::test_failed_key SKIPPED (Not using SSH-keys)                                                                                        [  4%]
test_netmiko_show.py::test_disable_paging PASSED                                                                                                          [  8%]
test_netmiko_show.py::test_terminal_width PASSED                                                                                                          [ 12%] 
test_netmiko_show.py::test_ssh_connect PASSED                                                                                                             [ 16%]
test_netmiko_show.py::test_ssh_connect_cm PASSED                                                                                                          [ 20%]
test_netmiko_show.py::test_send_command_timing PASSED                                                                                                     [ 24%]
test_netmiko_show.py::test_send_command_timing_no_cmd_verify SKIPPED                                                                                      [ 28%] 
test_netmiko_show.py::test_send_command PASSED                                                                                                            [ 32%]
test_netmiko_show.py::test_send_command_no_cmd_verify SKIPPED                                                                                             [ 36%] 
test_netmiko_show.py::test_complete_on_space_disabled SKIPPED                                                                                             [ 40%] 
test_netmiko_show.py::test_send_command_textfsm SKIPPED (TextFSM/ntc-templates not supported on this platform)                                            [ 44%] 
test_netmiko_show.py::test_send_command_ttp SKIPPED (TTP template not existing for this platform)                                                         [ 48%] 
test_netmiko_show.py::test_send_command_genie SKIPPED (Genie not supported on this platform)                                                              [ 52%] 
test_netmiko_show.py::test_send_multiline_timing SKIPPED                                                                                                  [ 56%] 
test_netmiko_show.py::test_send_multiline SKIPPED                                                                                                         [ 60%] 
test_netmiko_show.py::test_send_multiline_prompt SKIPPED                                                                                                  [ 64%] 
test_netmiko_show.py::test_send_multiline_simple SKIPPED                                                                                                  [ 68%] 
test_netmiko_show.py::test_base_prompt PASSED                                                                                                             [ 72%] 
test_netmiko_show.py::test_strip_prompt PASSED                                                                                                            [ 76%]
test_netmiko_show.py::test_strip_command PASSED                                                                                                           [ 80%]
test_netmiko_show.py::test_normalize_linefeeds PASSED                                                                                                     [ 84%]
test_netmiko_show.py::test_clear_buffer PASSED                                                                                                            [ 88%]
test_netmiko_show.py::test_enable_mode PASSED                                                                                                             [ 92%]
test_netmiko_show.py::test_disconnect PASSED                                                                                                              [ 96%] 
test_netmiko_show.py::test_disconnect_no_enable SKIPPED                                                                                                   [100%]

=================================================================== short test summary info ==================================================================== 
SKIPPED [1] test_netmiko_show.py:28: Not using SSH-keys
SKIPPED [1] test_netmiko_show.py:91: Skipped
SKIPPED [1] test_netmiko_show.py:109: Skipped
SKIPPED [1] test_netmiko_show.py:131: Skipped
SKIPPED [1] test_netmiko_show.py:152: TextFSM/ntc-templates not supported on this platform
SKIPPED [1] test_netmiko_show.py:174: TTP template not existing for this platform
SKIPPED [1] test_netmiko_show.py:214: Genie not supported on this platform
SKIPPED [1] test_netmiko_show.py:233: Skipped
SKIPPED [1] test_netmiko_show.py:248: Skipped
SKIPPED [1] test_netmiko_show.py:273: Skipped
SKIPPED [1] test_netmiko_show.py:297: Skipped
SKIPPED [1] test_netmiko_show.py:402: Skipped
=============================================================== 13 passed, 12 skipped in 28.89s ================================================================

@bwks
Copy link
Author

bwks commented Apr 28, 2025

I am running through a series of IRL infra testing. Will remove WIP and request merge, once that is complete.

@bwks bwks changed the title WIP: Add Avara Device Driver Add Avara Device Driver Jun 26, 2025
@bwks
Copy link
Author

bwks commented Jun 26, 2025

This is looking pretty good. Ready to merge when possible assuming the workflows still pass. @ktbyers please let me know if anything else required before merging.

@bwks
Copy link
Author

bwks commented Jul 22, 2025

Hey @ktbyers just checking in. Is there anything else needed for this one?

@ktbyers
Copy link
Owner

ktbyers commented Jul 22, 2025

@bwks Let me see if I can review it this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants