diff options
Diffstat (limited to 'novaclient/tests/unit/v2/test_shell.py')
-rw-r--r-- | novaclient/tests/unit/v2/test_shell.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/novaclient/tests/unit/v2/test_shell.py b/novaclient/tests/unit/v2/test_shell.py index 9b5e0396..ed68c383 100644 --- a/novaclient/tests/unit/v2/test_shell.py +++ b/novaclient/tests/unit/v2/test_shell.py @@ -274,10 +274,7 @@ class ShellTest(utils.TestCase): { 'volume_id': 'blah', 'delete_on_termination': '0', - 'device_name': 'vda', - 'uuid': 'blah', - 'boot_index': 0, - 'source_type': '' + 'device_name': 'vda' } ], 'imageRef': '', |