diff options
Diffstat (limited to 'novaclient/tests/unit/v2/test_shell.py')
| -rw-r--r-- | novaclient/tests/unit/v2/test_shell.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/novaclient/tests/unit/v2/test_shell.py b/novaclient/tests/unit/v2/test_shell.py index b7e8b9e9..b1b9b808 100644 --- a/novaclient/tests/unit/v2/test_shell.py +++ b/novaclient/tests/unit/v2/test_shell.py @@ -293,6 +293,13 @@ class ShellTest(utils.TestCase): 'name': 'some-server', 'block_device_mapping_v2': [ { + 'uuid': 1, + 'source_type': 'image', + 'destination_type': 'local', + 'boot_index': 0, + 'delete_on_termination': True, + }, + { 'uuid': 'fake-id', 'source_type': 'volume', 'destination_type': 'volume', |
