commit | bf5dc88498f4c5871b128ee71f45e0fba37d35c4 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Dec 19 17:54:58 2014 +0000 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Dec 19 17:54:58 2014 +0000 |
tree | 4cd17451f296e82de9ec37da3723c4aae8bb53b9 | |
parent | 095b445215ed4b2190605e15b7e1559be4c291f7 [diff] [blame] |
Fix up self-test code switch_restart closes the connection itself Change-Id: I6eb045a211ea06be99064eafec497c891a0770cf
diff --git a/drivers/CiscoSX300.py b/drivers/CiscoSX300.py index c875ca6..cd50ea4 100644 --- a/drivers/CiscoSX300.py +++ b/drivers/CiscoSX300.py
@@ -517,6 +517,6 @@ print 'Restarting switch, to explicitly reset config' p.switch_restart() - p.switch_disconnect() +# p.switch_save_running_config() # p._show_config()