nova/nova/tests/unit/conductor/tasks
melanie witt 5c90b25e49 Count instances to check quota
This changes instances, cores, and ram from ReservableResources to
CountableResources and replaces quota reserve/commit/rollback with
check_deltas accordingly.

All of the reservation and usage related unit tests are removed because:

  1. They rely on some global QuotaEngine resources being
     ReservableResources and every ReservableResource has been removed.
  2. Reservations and usages are no longer in use anywhere in the
     codebase.

Part of blueprint cells-count-resources-to-check-quota-in-api

Change-Id: I9269ffa2b80e48db96c622d0dc0817738854f602
2017-07-18 17:31:15 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_base.py Create class hierarchy for tasks in conductor 2015-07-30 17:35:56 +03:00
test_live_migrate.py _schedule_instances() supporting a RequestSpec object 2017-06-22 14:29:31 +02:00
test_migrate.py Count instances to check quota 2017-07-18 17:31:15 +00:00