aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-12Fix up after re-indent with retry logicSteve McIntyre
2015-02-12(hopefully) final fixes for the prompt detection codeSteve McIntyre
2015-02-12Add retries on the remaining switch interface functionsSteve McIntyre
2015-02-12Better regexp for picking up the promptSteve McIntyre
2015-02-12Add retry handling for _get_port_names() tooSteve McIntyre
2015-02-12Add debug for the prompt name detection failure problemSteve McIntyre
2015-02-12Add retry logic for pexpect failuresSteve McIntyre
2015-02-12Split out switch_connect so we can re-use it internallySteve McIntyre
2015-02-12Add calls to the new SwitchErrors() logging methodsSteve McIntyre
2015-02-12Add initial SwitchErrors classSteve McIntyre
2015-02-12More silly cut and paste errorsSteve McIntyre
2015-02-12Typo fixesSteve McIntyre
2015-02-12Add PExpectError exception handling in _read_long_output() tooSteve McIntyre
2015-02-12Add PExpectError excepetion classSteve McIntyre
2015-02-12typo fixSteve McIntyre
2015-02-12Initial error handling code for dropped and timed-out connectionsSteve McIntyre
2015-02-12More debug for connection errorsSteve McIntyre
2015-02-12Cache login details so we can re-connect if neededSteve McIntyre
2015-02-11Tweak debug outputSteve McIntyre
2015-02-11Bugfix - track the right list of VLANs for the switchSteve McIntyre
2015-02-11Don't re-add VLANs to trunksSteve McIntyre
2015-02-11Remove debug messageSteve McIntyre
2015-02-09Add VLANs to new switches as needed on importSteve McIntyre
2015-02-09Bugfix: don't add a trunk port to a VLAN just before changing modeSteve McIntyre
2015-02-09Minor tweak to test specSteve McIntyre
2015-02-09Initialise connection properly at startupSteve McIntyre
2015-02-09Improve output from information-gathering functionsSteve McIntyre
2015-01-26Add the missing "@" for the usernameSteve McIntyre
2015-01-26Test wrapper to be included in all testsSteve McIntyre
2015-01-26Test script to run on the test machinesSteve McIntyre
2015-01-26Hosts file snippet for the test labSteve McIntyre
2015-01-26Simple shell wrapper script for testingSteve McIntyre
2015-01-23Add initial README for automated test setupSteve McIntyre
2015-01-23Always set the correct mode on ports during switch importSteve McIntyre
2015-01-23Don't attempt to remove the default VLAN from a trunk portSteve McIntyre
2015-01-23Fix string comparisons on port modeSteve McIntyre
2015-01-23Improve startup/shutdown IPC behaviourSteve McIntyre
2015-01-23use InputError instead of IndexError in the driversSteve McIntyre
2015-01-23Expose db.get_vlan_id_by_tag and db.get_vlan_tag_by_id()Steve McIntyre
2015-01-23Add support for a shutdown call from the admin interfaceSteve McIntyre
2015-01-23Clean up debugSteve McIntyre
2015-01-23Remove old debug noiseSteve McIntyre
2015-01-23Update version for current developmentSteve McIntyre
2015-01-23Liberally add int() to force arguments to be intsSteve McIntyre
2015-01-13Make options style consistentSteve McIntyre
2014-12-24Release 0.1v0.1Steve McIntyre
2014-12-24Make sure we use vlan_ids, not tags, when adding new portsSteve McIntyre
2014-12-24Also accept System VLANs as valid when looking for VLAN membershipSteve McIntyre
2014-12-24Tweak output of auto_import_switchSteve McIntyre
2014-12-24Go back on the _read_paged_output() simplification a littleSteve McIntyre