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:
@ -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
|
||||
|
Reference in New Issue
Block a user