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

Added maintenance_info in catalog schema #7

Closed FelisiaM closed 5 years ago

FelisiaM commented 5 years ago

The 2.15 version of OSBAPI spec defines maintenace_info as part of the service catalog, see change log here and maintenace_info definition here

chbrinker commented 5 years ago

Hi @FelisiaM thanks for raising this issue. At the moment we are checking only up to 2.14.

@joStrauss can you start a 2.15 feature branch and add this proposal there.

joStrauss commented 5 years ago

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