Merge "Fix some spelling mistakes"

This commit is contained in:
Jenkins 2014-03-08 18:01:41 +00:00 committed by Gerrit Code Review
commit c92485e703
2 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ class ShellTest(utils.TestCase):
},
)
def tets_boot_nics_no_value(self):
def test_boot_nics_no_value(self):
cmd = ('boot --image 1 --flavor 1 '
'--nic net-id some-server')
self.assertRaises(exceptions.CommandError, self.run_command, cmd)

View File

@ -428,7 +428,7 @@ class ShellTest(utils.TestCase):
},
)
def tets_boot_nics_no_value(self):
def test_boot_nics_no_value(self):
cmd = ('boot --image 1 --flavor 1 '
'--nic net-id some-server')
self.assertRaises(exceptions.CommandError, self.run_command, cmd)