aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-10-13Fix pylint warning for format stringSteve McIntyre
2015-10-13Fix pylint warning on regex stringSteve McIntyre
2015-10-09Add a Dummy switch driver to help with debugging and unit testingSteve McIntyre
2015-10-09Move calls to self.connection.close back into specific driversSteve McIntyre
2015-09-25Preparing the v0.4 releaseSteve McIntyre
2015-09-04Cope with slightly different messages from differing firmware versionsSteve McIntyre
2015-08-05Add port numbers and a port_map_name_to_number() mapping functionSteve McIntyre
2015-08-05Add Pexpect timeout handling for _port_get_all_vlans() tooSteve McIntyre
2015-08-04Allow more ports to be seen on Catalyst switchesSteve McIntyre
2015-08-04Fix up outdated cut-and-paste comments in _get_port_names()Steve McIntyre
2015-07-27Misc small fixes after pylint checkingSteve McIntyre
2015-07-24In port_set_mode(), verify the uncached _port_get_mode()Steve McIntyre
2015-07-24Handle "dynamic auto" ports differently on the CatalystSteve McIntyre
2015-07-24Recognise "dynamic auto" and "trunk" as trunk portsSteve McIntyre
2015-07-24Tweak trunk setup ordering to make switch trunk interop work betterSteve McIntyre
2015-07-21Add logging for the port mode cache codeSteve McIntyre
2015-07-21Explicitly clear the port mode cache when we disconnect from a switchSteve McIntyre
2015-07-20Add caching to improve performance of port_get_mode() callsSteve McIntyre
2015-07-17Fix up drivers - we're now using self.logger to wrap pexpectSteve McIntyre
2015-07-16Major changes to access and trunk port setupsSteve McIntyre
2015-07-16Minor tweak to debug loggingSteve McIntyre
2015-07-16Don't assume TrunkWildCardVlans for the NetgearSteve McIntyre
2015-07-14More pylint warning fixesSteve McIntyre
2015-07-14Lots and lots of pylint warning fixesSteve McIntyre
2015-07-14Factor switch_connect and switch_disconnect into common.pySteve McIntyre
2015-07-14Update all the switch drivers for the new pexpect debug logging setupSteve McIntyre
2015-07-14Add wrapping for pexpect loggingSteve McIntyre
2015-07-13Remove old too-verbose debugSteve McIntyre
2015-07-09Tweak code ordering in port_get_modeSteve McIntyre
2015-07-09Remove ott debugSteve McIntyre
2015-07-09List the number of ports found in debug mode at startupSteve McIntyre
2015-07-09Cope with the Netgear switch not asking about saving changesSteve McIntyre
2015-07-08Make the SX300 test harness more generic in terms of port namesSteve McIntyre
2015-07-08Fix up dangling VLAN 2 membership in the test codeSteve McIntyre
2015-07-08Improve commenting in the test codeSteve McIntyre
2015-07-08Add NOOP comment in the test code for adding trunks to VLANsSteve McIntyre
2015-07-08Don't turn on tagging for VLAN 1Steve McIntyre
2015-07-08Make test code match what it's claiming to doSteve McIntyre
2015-07-07Fix trivial self-test orderingSteve McIntyre
2015-07-07Cope better with possible VLAN setupsSteve McIntyre
2015-07-07Fix the matching regexp for VLAN participationSteve McIntyre
2015-07-07Access ports should only be on one VLAN, else complainSteve McIntyre
2015-07-07Get the list of current vlans at the startSteve McIntyre
2015-07-07Check for "admituntaggedonly", not "untaggedonly"Steve McIntyre
2015-07-07Do minimal setup of logging in the built-in driver self testsSteve McIntyre
2015-07-07Add more debug for port_get_modeSteve McIntyre
2015-07-07Fix up typos in VLAN number rangesSteve McIntyre
2015-07-07Add _end_interface()Steve McIntyre
2015-07-07Split up VLAN control into smaller-sized rangesSteve McIntyre
2015-07-07Another WIP checkinSteve McIntyre