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

Is ServiceInstanceSchema and ServiceBindingSchema supported in tests? #4

Open bulataleev opened 5 years ago

bulataleev commented 5 years ago

Need to pass this and this schema as body in request

bulataleev commented 5 years ago

IS it possible?

chbrinker commented 5 years ago

@joStrauss Please have a look at it.

joStrauss commented 5 years ago

You can set parameters to configure the requests, but the checker doesn't check violations of a required schema. He only checks if the schema provided within the catalog is syntactical correct. As this is a special case with every service broker, we test these cases with additional service broker specific tests in our CI/CD pipelines.

If you have a proposal on how to do it in general, feel free to contribute your ideas or make a pull request.

chbrinker commented 4 years ago

@bulataleev Any additions from you on this topic. Elsewise I would close this issue.