Add scoring matrix for Cinder/Volume tests
Added scoring matrix for Cinder/Volume capabilities. Categories based on driver requirements, as recommended by Cinder PTL: http://docs.openstack.org/developer/cinder/devref/drivers.html#minimum-features Change-Id: I438ddc9fe2177c38f2c00336828337374bc5dc38
This commit is contained in:
@@ -162,3 +162,22 @@ Notes:
|
||||
* No public image tests have explicit support for task API.
|
||||
* Scoring for v1 remains in place, but v2 is preferred interop
|
||||
standard (as reflected in worksheet).
|
||||
|
||||
Volume
|
||||
----------
|
||||
volumes-v2-create-delete: [1,0,0] [1,1,1] [1,1,0] [1,1,1] [1] [74]
|
||||
volumes-v2-attach-detach: [1,0,0] [1,1,1] [1,1,0] [1,0,1] [1] [66]
|
||||
volumes-v2-snapshot-create-delete: [1,0,0] [1,1,1] [1,1,0] [1,1,1] [1] [74]
|
||||
volumes-v2-get: [1,0,0] [1,1,1] [1,1,0] [1,0,1] [1] [66]
|
||||
volumes-v2-list: [1,0,0] [1,1,1] [1,1,0] [1,0,1] [1] [66]
|
||||
volumes-v2-update: [1,0,0] [1,1,1] [1,1,0] [1,1,1] [1] [74]
|
||||
volumes-v2-copy-image-to-volume: [1,0,0] [1,1,1] [1,1,0] [1,1,1] [1] [74]
|
||||
volumes-v2-copy-volume-to-image: [1,0,0] [1,1,1] [1,1,0] [1,1,1] [1] [74]
|
||||
volumes-v2-clone: [1,0,0] [1,1,1] [1,1,0] [1,1,1] [1] [74]
|
||||
volumes-v2-qos: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
volumes-v2-availability-zones: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
volumes-v2-extensions: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
volumes-v2-metadata: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
volumes-v2-transfer: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
volumes-v2-reserve: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
volumes-v2-readonly: [1,0,0] [1,1,1] [1,1,0] [1,1,0] [1] [66]
|
||||
|
||||
@@ -15,3 +15,46 @@ images-v2-import,1,0,1,1,1,1,1,1,0,1,0,1,1,74
|
||||
images-v2-list,1,0,1,1,1,1,1,1,0,1,0,1,1,74
|
||||
images-v2-delete,1,0,1,1,1,1,1,1,0,1,0,1,1,74
|
||||
images-v2-get,1,0,1,1,1,1,1,1,0,1,0,1,1,74
|
||||
network-floating-ips-associate,1,1,1,1,1,1,0,1,0,0,1,1,1,75
|
||||
network-floating-ips-create,1,1,1,1,1,1,0,1,0,0,1,1,1,75
|
||||
network-floating-ips-update,1,1,1,1,1,1,0,1,0,0,1,1,1,75
|
||||
network-floating-ips-delete,1,1,1,1,1,1,0,1,0,0,1,1,1,75
|
||||
network-l2-create,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l2-delete,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l2-external,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l2-list,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l2-port,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l2-show,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l2-update,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l3-add,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l3-convert,0,0,0,1,0,0,0,0,0,0,0,0,1,9
|
||||
network-l3-create,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l3-delete,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l3-router,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l3-show,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-l3-update,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-security-groups-create,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-security-groups-delete,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-security-groups-list,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-security-groups-show,1,1,1,1,1,1,1,1,0,1,1,1,1,91
|
||||
network-extensions-provider-add,0
|
||||
network-extensions-provider-create,0
|
||||
network-extensions-provider-delete,0
|
||||
network-extensions-provider-show,0
|
||||
compute-list-api-versions,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-create-delete,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-attach-detach,1,0,0,1,1,1,1,1,0,1,0,1,1,66
|
||||
volumes-v2-snapshot-create-delete,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-get,1,0,0,1,1,1,1,1,0,1,0,1,1,66
|
||||
volumes-v2-list,1,0,0,1,1,1,1,1,0,1,0,1,1,66
|
||||
volumes-v2-update,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-copy-image-to-volume,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-copy-volume-to-image,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-clone,1,0,0,1,1,1,1,1,0,1,1,1,1,74
|
||||
volumes-v2-qos,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
volumes-v2-availability-zones,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
volumes-v2-extensions,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
volumes-v2-metadata,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
volumes-v2-transfer,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
volumes-v2-reserve,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
volumes-v2-readonly,1,0,0,1,1,1,1,1,0,1,1,0,1,66
|
||||
|
||||
|
Reference in New Issue
Block a user