fix misspelling variable

Change-Id: I323abc8f13a43c5c53080657a0ab27ef7b8a53d4
This commit is contained in:
inspurericzhang 2018-04-28 18:08:08 +08:00
parent 2659025e9b
commit ad5f17b37e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TestMigrationApp(test_app_base.DFAppTestBase):
self.controller.db_store.update(fake_lswitch)
self.controller.db_store.update(lport)
self.controller.vswitch_api.get_chassis_ofport.return_value = 3
self.controller.vswitch_api.get_port_ofport_by_id.retrun_value = 2
self.controller.vswitch_api.get_port_ofport_by_id.return_value = 2
mock_update_patch = mock.patch.object(
self.controller.db_store,