aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-08 15:49:03 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-08 15:49:03 +0100
commit606713822c21ed6dccd8ffc1ed06e2a42a5f525c (patch)
treee8164e027c52b1e21ac85175ba445b7af728c03d /drivers
parent12b9ef9ed94afbd243751f236c2a180b56e94c14 (diff)
Fix up dangling VLAN 2 membership in the test code
Change-Id: I3635a8ab0a33a21bf19c5da377462fdef809891d
Diffstat (limited to 'drivers')
-rw-r--r--drivers/NetgearXSM.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/NetgearXSM.py b/drivers/NetgearXSM.py
index 285f438..de12eaf 100644
--- a/drivers/NetgearXSM.py
+++ b/drivers/NetgearXSM.py
@@ -790,7 +790,7 @@ if __name__ == "__main__":
# And the same for removals here
p.port_remove_trunk_from_vlan("1/0/9", 3)
- p.port_remove_trunk_from_vlan("1/0/9", 3)
+ p.port_remove_trunk_from_vlan("1/0/9", 2)
p.port_remove_trunk_from_vlan("1/0/9", 4)
print "Read from switch: which VLANs is 1/0/9 on?"
buf = p.port_get_trunk_vlan_list("1/0/9")