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 \ -#\