commit | d601ab8616b16a5c682825f473326aaf03e5c73a | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Thu Jul 09 17:42:36 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Thu Jul 09 17:42:36 2015 +0100 |
tree | 76302d3ba213c2d0c95a0daecd6eb4446d559f8c | |
parent | dfce73f9ddcaed96156acdb5a0cca83c2bb09a87 [diff] [blame] |
List the number of ports found in debug mode at startup Change-Id: I1841ff850eb9d9409eb9bddc4bbb21fc49539f6b
diff --git a/drivers/CiscoCatalyst.py b/drivers/CiscoCatalyst.py index d3cea59..405b3d2 100644 --- a/drivers/CiscoCatalyst.py +++ b/drivers/CiscoCatalyst.py
@@ -544,6 +544,7 @@ # marked as "routed" if not match1 and not match2: interfaces.append(interface) + logging.debug(" found %d ports on the switch", len(interfaces)) return interfaces except PExpectError: