diskimage-builder/diskimage_builder/block_device/tests
Ian Wienand 3fdd9df983 Move create_graph into config.py
This was suggested in a review comment in
I8a5d62a076a5a50597f2f1df3a8615afba6dadb2.  It works out quite nicely
because the BlockDevice() driver now doesn't need to know anything
about stevedore or plugins, and just works on the node list.  It also
simplifies the unit testing by not having to call create_graph through
a BlockDevice object.

Change-Id: I98512f6cf42e256d2ea8225a0b496d303bf357b8
2017-05-26 11:48:39 +10:00
..
config Use networkx for digraph 2017-05-26 11:42:10 +10:00
__init__.py Refactor: block-device handling (local loop) 2016-09-08 04:31:01 +00:00
test_config.py Move create_graph into config.py 2017-05-26 11:48:39 +10:00
test_mount_order.py Move create_graph into config.py 2017-05-26 11:48:39 +10:00
test_utils.py block_device: reorder imports 2017-05-11 10:38:55 +10:00