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

Service Broker Error codes are not tested #21

Closed marberger closed 3 years ago

marberger commented 5 years ago

During the testing of our service brokers, we were provoking a broker to return a wrong error code as a response, but the checker did not flinch. I assume that the checker does not look after error response bodies?

Can this please be added, because it is a "MUST" according to the specification?

https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/spec.md#service-broker-errors

joStrauss commented 4 years ago

Tests added on develop so far, for those where I had an idea on how to implement it. These included:

joStrauss commented 4 years ago

The mentioned tests are included in release 1.1