Add extra_specs_list test
There is no test covering this command. Change-Id: I887cef64490037b17dbea5d82b099324b5fe9d58
This commit is contained in:
@@ -1213,3 +1213,7 @@ class ShellTest(utils.TestCase):
|
|||||||
self.run_command('snapshot-unmanage 1234')
|
self.run_command('snapshot-unmanage 1234')
|
||||||
self.assert_called('POST', '/snapshots/1234/action',
|
self.assert_called('POST', '/snapshots/1234/action',
|
||||||
body={'os-unmanage': None})
|
body={'os-unmanage': None})
|
||||||
|
|
||||||
|
def test_extra_specs_list(self):
|
||||||
|
self.run_command('extra-specs-list')
|
||||||
|
self.assert_called('GET', '/types?is_public=None')
|
||||||
|
Reference in New Issue
Block a user