diskimage-builder/diskimage_builder/block_device/tests/config
Ian Wienand ed3c5d9711 Actually sort mount-point list
We intended to do an in-place sort of the mount-point list, but
sorted() returns a new list that wasn't captured.  Move to the .sort()
function.

It seems the existing unit-test missed this.  Add a new test taken
from the bug which does exhibit a sorting issue.  Also added a
unit-test of just the comparitor for sanity.

Closes-Bug: 1699437
Change-Id: I8101e4a1804a4af7dbda20d48bf362c3f4ad2742
2017-09-19 11:30:36 +10:00
..
bad_edge_graph.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
bad_plugin.yaml Adding unit testing for configuration 2017-05-26 09:44:19 +10:00
cmd_create.yaml Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
deep_graph.yaml Add a more generic tree->graph parser 2017-05-26 10:13:14 +10:00
deep_tree.yaml Adding unit testing for configuration 2017-05-26 09:44:19 +10:00
duplicate_fs_labels.yaml Use global state to check for duplicate fs labels 2017-06-08 17:13:28 +10:00
duplicate_name.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
lvm_graph.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree_multiple_pv_vg.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree_multiple_pv.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree_partition_ordering.yaml Actually sort mount-point list 2017-09-19 11:30:36 +10:00
lvm_tree_spanned_vg.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
lvm_tree.yaml LVM support for dib-block-device 2017-08-24 16:22:56 +10:00
multi_key_node.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
multiple_partitions_graph.yaml Add a more generic tree->graph parser 2017-05-26 10:13:14 +10:00
multiple_partitions_tree.yaml Adding unit testing for configuration 2017-05-26 09:44:19 +10:00
rollback.yaml Move rollback into NodeBase object 2017-06-08 17:14:20 +10:00
simple_graph.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
simple_tree.yaml Use networkx for digraph 2017-05-26 11:42:10 +10:00
too_long_fs_label.yaml Use global state to check for duplicate fs labels 2017-06-08 17:13:28 +10:00