Fix some spelling mistakes
Change-Id: I8da3b73d108b11dc5bb3080215f16486fec95333
This commit is contained in:
parent
d0b6550d66
commit
e385cc4716
novaclient/tests
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user