heat/heat/tests/db
Steve Baker 71a1e26140 Find root stack ID with database operations
This change adds a (currently unused) database function
stack_get_root_id to find the root stack ID for any stack.

Scheduler hints are moved to using Stack.root_stack_id() in this change.
Remaining uses of Stack.root_stack() will switch to using
Stack.root_stack_id() later in the series.

Change-Id: I9914b0df5af119edea6346db0d7c62124fbb1313
Partial-Bug: #1455589
2015-05-19 10:26:32 -07:00
..
__init__.py Add migration test framework 2013-12-20 12:32:58 +11:00
test_migrations.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
test_sqlalchemy_api.py Find root stack ID with database operations 2015-05-19 10:26:32 -07:00
test_sqlalchemy_filters.py Re-factor db sqlalchemy tests 2015-03-31 11:41:40 -04:00
test_sqlalchemy_types.py Re-factor db sqlalchemy tests 2015-03-31 11:41:40 -04:00
test_utils.py Fixes migrate_data utils to avoid created_at filed 2015-04-01 15:28:33 +05:30