ironic/ironic/tests/unit/db
Julia Kreger fa200aaedd Add storage_interface to node DB table
Add storage_interface DB field, database migration,
and object entry for storage_interface for boot from
volume functionality.

Initial versions of this revision added the field to
the node object, but since then Ironic's code has
drifted such that adding an object for an interface
has to take place along with the entire driver interface,
thus the object change is in the next revision.

Co-Authored-By: Stephane Miller <stephane@alum.mit.edu>
Change-Id: Ib5d5de87163570949c12d9e95c73e17c1c12eec1
Partial-Bug: #1559691
2016-12-21 15:20:39 +00:00
..
sqlalchemy Add storage_interface to node DB table 2016-12-21 15:20:39 +00:00
__init__.py Remove unused import 2016-07-21 09:03:40 +00:00
base.py Use memory mode for sqlite in db test 2016-08-16 14:37:20 +08:00
test_chassis.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_conductor.py Clear target_power_state on conductor startup 2016-06-21 15:22:37 +00:00
test_node_tags.py Add db api layer for CRUD operations on node tags 2016-02-26 10:27:11 +08:00
test_nodes.py Add volume_targets table to database 2016-12-01 16:38:11 +00:00
test_portgroups.py Add portgroup configuration fields 2016-12-15 22:45:42 +00:00
test_ports.py Add portgroups to support LAG interfaces - DB 2016-02-04 22:40:43 +02:00
test_volume_connectors.py Add volume_connectors table to save connector information 2016-11-23 20:42:53 -05:00
test_volume_targets.py Add volume_targets table to database 2016-12-01 16:38:11 +00:00
utils.py Merge "Remove iBoot, WoL and AMT drivers" 2016-12-16 22:16:58 +00:00