evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

Send operation back on last_operation for async operations #9

Closed FelisiaM closed 5 years ago

FelisiaM commented 5 years ago

See https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/spec.md#parameters

joStrauss commented 5 years ago

I opened a 2.15 related branch and merged this change into it. Thank you for the contribution!

FelisiaM commented 5 years ago

Hi @joStrauss

Thanks for merging this into 2.15. However, the spec for passing the operation data on async requests has been existing in v2.13 so it might be useful to include it in the master branch as well.

Thanks, Felisia

joStrauss commented 5 years ago

Hi @FelisiaM, My bad for not noticing. Sorry! I merged your contribution into master!

Thanks, Johannes