a57215e8b6
Since consumer_types was added to the API in I24c2315093e07dbf25c4fb53152e6a4de7477a51 the two perfload jobs are getting errors from placement as they are using the latest microversion but does not specify the consumer_type when creating allocations. The server could not comply with the request since it is either malformed or otherwise incorrect.\n\n JSON does not validate: 'consumer_type' is a required property This patch changes the allocation request to specify TEST as consumer type. Change-Id: I31500e3e6df5717d6bdb6ed7ed43325653d49be5 |
||
---|---|---|
.. | ||
gabbits | ||
perfload-nested-loader.sh | ||
perfload-nested-runner.sh | ||
perfload-runner.sh | ||
perfload-server.sh | ||
README |
This directory contains files used by the OpenStack infra test system. They are really only relevant within the scope of the OpenStack infra system and are not expected to be useful to anyone else. These files are a mixture of: * Hooks and other scripts to be used by the OpenStack infra test system. These scripts may be called by certain jobs at important times to do extra testing, setup, run services, etc. * "gabbits" are test files to be used with some of the jobs described in .zuul.yaml and playbooks. When changes are made in the gabbits or playbooks it is quite likely that queries in the playbooks or the assertions in the gabbits will need to be updated.