Add extra_specs_list test

There is no test covering this command.

Change-Id: I887cef64490037b17dbea5d82b099324b5fe9d58
This commit is contained in:
Eric Harney
2016-02-18 17:09:53 -05:00
parent f88e4da1d6
commit befd35bced

View File

@@ -1213,3 +1213,7 @@ class ShellTest(utils.TestCase):
self.run_command('snapshot-unmanage 1234')
self.assert_called('POST', '/snapshots/1234/action',
body={'os-unmanage': None})
def test_extra_specs_list(self):
self.run_command('extra-specs-list')
self.assert_called('GET', '/types?is_public=None')