Add test format versioning to storage benchmarks

Adds a test_format database column and a value in the API return for the
test format version, starting at 0 for the existing format as of 0.9.37.

References #143
This commit is contained in:
2021-10-02 00:53:27 -04:00
parent ce06e4d81b
commit f83a345bfe
5 changed files with 46 additions and 3 deletions

View File

@ -3420,8 +3420,12 @@ class API_Storage_Ceph_Benchmark(Resource):
job:
type: string
description: The job name (an ISO date) of the test result
test_format:
type: integer
description: The PVC benchmark format of the results
benchmark_result:
type: object
description: A format 0 test result
properties:
test_name:
type: object