nova/nova/tests
Chris Dent 7792ba33a0 [placement] Update allocation-candidates.yaml for gabbi 1.35
Gabbi 1.35 provides template variable susbtitution on the left hand side
of a JSONPath expression. That's used here to remove the need for static
fake uuids in the test data for allocation-candidates and the
SharedStorageFixture.

A couple of other clean ups to the use of gabbi, unrelated to the 1.35
update:

* It's possible to test the entire value in one response:

    resources:
         VCPU: 4
         DISK_GB: 5

  instead of:

    resources.VCPU: 4
    resources.DISK_GB: 5

  This is handy when the root of the expression is calculated and
  repeating that calculation is noisy.

* [?foo.bar=baz] is the more canonical form of [?(@.foo.bar=baz)]. The
  former is built into jsonpath, the latter dips into the underlying
  implementation.

Change-Id: Ie6b5e0186533581815d04411ed7b321948464bb6
2017-07-17 13:04:48 +00:00
..
functional [placement] Update allocation-candidates.yaml for gabbi 1.35 2017-07-17 13:04:48 +00:00
live_migration/hooks nfs fix for xenial images 2017-06-07 21:04:45 +00:00
unit Merge "placement: add claim_resources() to report client" 2017-07-16 17:08:40 +00:00
__init__.py
fixtures.py Add BDM to InstancePayload 2017-07-12 16:55:17 +02:00
uuidsentinel.py Remove redundant str typecasting 2016-09-23 12:53:34 +05:30