Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$ $PYTEST test_netmiko_show.py --test_device chkpnt_pod2
=================================================================================== test session starts ====================================================================================
platform linux -- Python 3.12.0, pytest-8.3.3, pluggy-1.6.0 -- /home/kbyers/netmiko/.venv/bin/python
cachedir: .pytest_cache
rootdir: /home/kbyers/netmiko
configfile: setup.cfg
plugins: pylama-8.4.1
collected 25 items
test_netmiko_show.py::test_failed_key PASSED
test_netmiko_show.py::test_disable_paging PASSED
test_netmiko_show.py::test_terminal_width PASSED
test_netmiko_show.py::test_ssh_connect PASSED
test_netmiko_show.py::test_ssh_connect_cm PASSED
test_netmiko_show.py::test_send_command_timing PASSED
test_netmiko_show.py::test_send_command_timing_no_cmd_verify PASSED
test_netmiko_show.py::test_send_command PASSED
test_netmiko_show.py::test_send_command_no_cmd_verify PASSED
test_netmiko_show.py::test_complete_on_space_disabled SKIPPED
test_netmiko_show.py::test_send_command_textfsm SKIPPED (TextFSM/ntc-templates not supported on this platform)
test_netmiko_show.py::test_send_command_ttp SKIPPED (TTP template not existing for this platform)
test_netmiko_show.py::test_send_command_genie SKIPPED (Genie not supported on this platform)
test_netmiko_show.py::test_send_multiline_timing SKIPPED
test_netmiko_show.py::test_send_multiline SKIPPED
test_netmiko_show.py::test_send_multiline_prompt SKIPPED
test_netmiko_show.py::test_send_multiline_simple SKIPPED
test_netmiko_show.py::test_base_prompt PASSED
test_netmiko_show.py::test_strip_prompt PASSED
test_netmiko_show.py::test_strip_command PASSED
test_netmiko_show.py::test_normalize_linefeeds PASSED
test_netmiko_show.py::test_clear_buffer PASSED
test_netmiko_show.py::test_enable_mode PASSED
test_netmiko_show.py::test_disconnect PASSED
test_netmiko_show.py::test_disconnect_no_enable SKIPPED
================================================================================= short test summary info ==================================================================================
SKIPPED [1] test_netmiko_show.py:127: Skipped
SKIPPED [1] test_netmiko_show.py:148: TextFSM/ntc-templates not supported on this platform
SKIPPED [1] test_netmiko_show.py:170: TTP template not existing for this platform
SKIPPED [1] test_netmiko_show.py:210: Genie not supported on this platform
SKIPPED [1] test_netmiko_show.py:230: Skipped
SKIPPED [1] test_netmiko_show.py:246: Skipped
SKIPPED [1] test_netmiko_show.py:271: Skipped
SKIPPED [1] test_netmiko_show.py:295: Skipped
SKIPPED [1] test_netmiko_show.py:407: Skipped
============================================================================== 16 passed, 9 skipped in 42.65s ==============================================================================