OVSAgentTestFramework: Remove _bind_ports

As it isn't used anymore.

Related-bug: #1475498
Change-Id: I33cf1b41d77b39b8f28f1809d3c7d5a8457e2718
This commit is contained in:
YAMAMOTO Takashi 2015-09-10 11:58:46 +09:00
parent 866bafa631
commit cd0ba162ae

View File

@ -137,19 +137,6 @@ class OVSAgentTestFramework(base.BaseOVSLinuxTestCase):
self.addCleanup(stop_agent, agent, t)
def _bind_ports(self, ports, network, agent):
devices = []
for port in ports:
dev = OVSAgentTestFramework._get_device_details(port, network)
vif_name = port.get('vif_name')
vif_id = uuidutils.generate_uuid(),
vif_port = ovs_lib.VifPort(
vif_name, "%s" % vif_id, 'id-%s' % vif_id,
port.get('mac_address'), agent.int_br)
dev['vif_port'] = vif_port
devices.append(dev)
agent._bind_devices(devices)
def _create_test_port_dict(self):
return {'id': uuidutils.generate_uuid(),
'mac_address': utils.get_random_mac(