Merge "Fixes a typo in test name"

This commit is contained in:
Jenkins 2015-07-31 17:51:18 +00:00 committed by Gerrit Code Review
commit c725e6eae7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class TestPort(base.BaseFunctionalTest):
ids = [o.id for o in self.conn.network.ports()]
self.assertIn(self.PORT_ID, ids)
def test_updta(self):
def test_update(self):
sot = self.conn.network.update_port(self.PORT_ID,
name=self.UPDATE_NAME)
self.assertEqual(self.UPDATE_NAME, sot.name)