diskimage-builder/diskimage_builder/block_device/tests
Ian Wienand b708918b85 Remove 'state' argument from later cmd_* calls
With I468dbf5134947629f125504513703d6f2cdace59 each node has a
reference to the global state object.  This means it gets pickled into
the node-list, which is loaded for later calls.  There is no need to
reload the state.json it and pass it for later cmd_* calls, as the
nodes can see it via the unpickled self.state

Change-Id: I9e2f8910f17599d92ee33e7df8e36d8ed4d44575
2017-06-08 17:13:28 +10:00
..
config Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
plugin Remove 'state' argument from later cmd_* calls 2017-06-08 17:13:28 +10:00
__init__.py Refactor: block-device handling (local loop) 2016-09-08 04:31:01 +00:00
test_base.py Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
test_config.py Add state to NodeBase class 2017-06-08 17:13:26 +10:00
test_mbr.py Don't make image & loopdev functions static 2017-06-08 17:10:10 +10:00
test_mount_order.py Add state to NodeBase class 2017-06-08 17:13:26 +10:00
test_state.py Remove 'state' argument from later cmd_* calls 2017-06-08 17:13:28 +10:00
test_utils.py Move "functional" unit tests under block-device 2017-06-05 12:22:52 +10:00