From 7e9e5b6645a62f58041792a7ef4e285e9beb2d41 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Fri, 7 Jul 2017 14:34:28 -0700 Subject: [PATCH] Release 1.4.2 --- netmiko/__init__.py | 2 +- tests/test_suite_alt.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/netmiko/__init__.py b/netmiko/__init__.py index ab4ce08ed..41fcebe2b 100644 --- a/netmiko/__init__.py +++ b/netmiko/__init__.py @@ -21,7 +21,7 @@ NetmikoTimeoutError = NetMikoTimeoutException NetmikoAuthError = NetMikoAuthenticationException -__version__ = '1.4.1' +__version__ = '1.4.2' __all__ = ('ConnectHandler', 'ssh_dispatcher', 'platforms', 'SCPConn', 'FileTransfer', 'NetMikoTimeoutException', 'NetMikoAuthenticationException', diff --git a/tests/test_suite_alt.sh b/tests/test_suite_alt.sh index e5d00dce4..d84674d64 100755 --- a/tests/test_suite_alt.sh +++ b/tests/test_suite_alt.sh @@ -39,6 +39,10 @@ echo "Starting tests...good luck:" \ && py.test -v test_netmiko_show.py --test_device hp_procurve \ && py.test -v test_netmiko_config.py --test_device hp_procurve \ \ +&& echo "HP Comware7" \ +&& py.test -v test_netmiko_show.py --test_device hp_comware \ +&& py.test -v test_netmiko_config.py --test_device hp_comware \ +\ && echo "Juniper" \ && py.test -v test_netmiko_show.py --test_device juniper_srx \ && py.test -v test_netmiko_config.py --test_device juniper_srx \ @@ -72,7 +76,3 @@ exit $RETURN_CODE #&& py.test -v test_netmiko_config.py --test_device nxos1 \ -#&& echo "HP Comware7" \ -#&& py.test -v test_netmiko_show.py --test_device hp_comware \ -#&& py.test -v test_netmiko_config.py --test_device hp_comware \ -#\