Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 7, 2017
1 parent ee23c32 commit 7e9e5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion netmiko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 4 additions & 4 deletions tests/test_suite_alt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
#\

0 comments on commit 7e9e5b6

Please sign in to comment.