Fix typo in test_l2_lb_agent.py
TrivialFix Change-Id: I7b951cc1feff26d90b0b781fbab0adee09bc21ffchanges/27/423727/4
parent
4f705137e9
commit
935404719f
|
@ -99,10 +99,10 @@ class LinuxBridgeAgentTests(test_ip_lib.IpLibTestFramework):
|
|||
|
||||
def test_vlan_QinQ_subinterfaces(self):
|
||||
# the trunk model does not support this right now, but this is to
|
||||
# the plumber on the agent side doesn't explode in their presense
|
||||
# in case an operator does something fancy or we have a race where
|
||||
# a trunk's parent port is converted to a subport while the agent
|
||||
# is offline.
|
||||
# ensure the plumber on the agent side doesn't explode in their
|
||||
# presence in case an operator does something fancy or we have a
|
||||
# race where a trunk's parent port is converted to a subport while
|
||||
# the agent is offline.
|
||||
attr = self.generate_device_details()
|
||||
device = self.manage_device(attr)
|
||||
devname = device.name
|
||||
|
|
Loading…
Reference in New Issue