Merge "[placement] Add sending global request ID in put (1)"

This commit is contained in:
Zuul 2018-02-06 08:23:04 +00:00 committed by Gerrit Code Review
commit 3004e48707
1 changed files with 3 additions and 0 deletions

View File

@ -238,6 +238,9 @@ class SchedulerReportClientTests(test.TestCase):
}
self.client.post('/resource_providers', payload,
global_request_id=global_request_id)
self.client.put('/resource_providers/%s' % self.compute_uuid,
payload,
global_request_id=global_request_id)
def test_get_provider_tree_with_nested_and_aggregates(self):
"""A more in-depth test of get_provider_tree_and_ensure_root with