Fix typo in test_l2_lb_agent.py

TrivialFix

Change-Id: I7b951cc1feff26d90b0b781fbab0adee09bc21ff
This commit is contained in:
zhangyanxian 2017-01-22 02:03:08 +00:00
parent 4f705137e9
commit 935404719f
1 changed files with 4 additions and 4 deletions

View File

@ -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