diff options
| author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-01-12 17:05:40 +0000 |
|---|---|---|
| committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-01-12 17:05:40 +0000 |
| commit | c71d5d41bb6e5d7a046a76563eed75a4d6e77e90 (patch) | |
| tree | d8a15ee2c423ab72812abc566cee774700a65425 /nova/tests | |
| parent | f3dba791b9f10fec759dce0fe4e2abc214e3fd61 (diff) | |
Fixed another issue in _stream_disk, as it did never execute _write_partition.
Fixed fake method accordingly.
Fixed pep8 errors.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/xenapi/stubs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py index 0c0fe5bc9..624995ada 100644 --- a/nova/tests/xenapi/stubs.py +++ b/nova/tests/xenapi/stubs.py @@ -125,7 +125,7 @@ def stubout_get_this_vm_uuid(stubs): def stubout_stream_disk(stubs): - def f(_1, _2): + def f(_1, _2, _3, _4): pass stubs.Set(vm_utils, '_stream_disk', f) |
