nova/nova/tests/unit/virt/disk
Sean Mooney 04bcb98678 lxc: make use of filter python3 compatible
_detect_nbd_devices uses the filter
builtin internally to filter valid devices.

In python 2, filter returns a list. In python 3,
filter returns an iterable or generator function.
This change eagerly converts the result of calling filter
to a list to preserve the python 2 behaviour under python 3.

Closes-Bug: #1840068

Change-Id: I25616c5761ea625a15d725777ae58175651558f8
(cherry picked from commit fc9fb383c1)
(cherry picked from commit e135afec85)
(cherry picked from commit 944c08ff76)
2019-10-02 13:41:45 +00:00
..
mount lxc: make use of filter python3 compatible 2019-10-02 13:41:45 +00:00
vfs Don't launch guestfs in a thread pool if guestfs.debug is enabled 2017-12-08 13:15:50 -05:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_api.py Convert ext filesystem resizes to privsep. 2017-12-13 05:22:05 +11:00
test_inject.py Stop using mox stubs in nova/tests/unit/virt/disk 2016-11-21 20:39:26 +09:00