13937: Removes the 'any' operation type for a better way of testing driver labels
[arvados.git] / services / keepstore / azure_blob_volume_test.go
index 522544ebf6c8118c9ec6ad469fa2d35e5164c136..cfad7577c59d850d25e9f2281a4ad374a60295af 100644 (file)
@@ -746,6 +746,10 @@ func (v *TestableAzureBlobVolume) Teardown() {
        v.azStub.Close()
 }
 
+func (v *TestableAzureBlobVolume) ReadWriteOperationLabelValues() (r, w string) {
+       return "get", "create"
+}
+
 func (v *TestableAzureBlobVolume) DeviceID() string {
        // Dummy device id for testing purposes
        return "azure://azure_blob_volume_test"