openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

Propose osb-checker go-based test framework #77

Closed leonwanghui closed 5 years ago

leonwanghui commented 5 years ago

Hi all, here is the initial version of test framework, though it's not finished yet, but users can just try to test it in their development pipelines.

Design

For design details, please refer to here

Test

Generate model

All the model will be generated from swagger.yaml automatically. Here are some steps for developers to generate the model:

cfdreddbot commented 5 years ago

:white_check_mark: Hey leonwanghui! The commit authors and yourself have already signed the CLA.

leonwanghui commented 5 years ago

@fmui @mattmcneeney Any comments or concerns on this PR?

mattmcneeney commented 5 years ago

I haven't actually tried it and can't review the code, but happy for you to make the call if others are happy!