nova/nova/tests/unit/scheduler
Chris Dent 2c51688558 Parse forbidden in extra_specs
Accept forbidden traits in the processing of extra_specs, with the
format of:

      trait:CUSTOM_MAGIC=forbidden

This will be transformed into required=!CUSTOM_MAGIC when the traits
are assembled into a request to GET /allocation_candidates.

Implements blueprint forbidden-traits-in-nova

Change-Id: I31e609aef47d2fea03f279e4bfdd30f072d062b4
2018-04-17 18:18:43 +01:00
..
client Parse forbidden in extra_specs 2018-04-17 18:18:43 +01:00
filters Delete the TypeAffinityFilter 2017-12-14 17:09:56 -05:00
weights Add PCIWeigher 2017-06-08 09:44:46 +01:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Don't filter out sibling sets with one core 2018-01-30 10:09:59 +00:00
ironic_fakes.py Set IronicNodeState.uuid in _update_from_compute_node 2017-07-25 17:52:47 -04:00
test_caching_scheduler.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
test_chance_scheduler.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
test_client.py [placement] Add sending global request ID in delete (3) 2018-01-22 02:23:12 +00:00
test_filter_scheduler.py [placement] Add sending global request ID in delete (2) 2018-01-11 00:34:20 +00:00
test_filters.py Fix invalid uuid warnings 2016-05-10 09:04:37 +00:00
test_host_filters.py Modify left filters for RequestSpec 2015-12-11 12:27:20 +01:00
test_host_manager.py Allow scheduling only to enabled cells (Filter Scheduler) 2018-03-30 19:16:14 -04:00
test_ironic_host_manager.py Stop globally caching host states in scheduler HostManager 2018-01-15 19:54:15 +00:00
test_request_filter.py Add require_tenant_aggregate request filter 2018-03-28 15:58:46 -07:00
test_rpcapi.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_scheduler.py Skip placement on rebuild in same host 2018-04-12 19:09:52 +00:00
test_scheduler_utils.py Fix invalid UUIDs in remaining tests 2018-01-30 17:15:03 +00:00
test_utils.py Parse forbidden in extra_specs 2018-04-17 18:18:43 +01:00