Closed mrgunior closed 5 years ago
:white_check_mark: Hey mrgunior! The commit authors and yourself have already signed the CLA.
It seems that the ci doesn't work any more, could u please take a look?
Changes are done. I also noticed that when running the make
command for deploying and using this mock broker. It actually creates the osbchecker.mockbroker
in ./build/bin/
instead of ./build/
in the README.md.
@mrgunior Got it, I will pull a PR to fix that.
This branch has been merged with the following branches:
if you would prefer to have separate PRs let me know, I can create them.
Changes with binding.go:
Changes with common.go:
Changes with deprovision.go:
Changes with provision.go:
Changes with update_instance.go:
Changes with lifecycle.go:
pollLastOperationStatus
function that in turn when called by either privision or binding, is able to re-use the same function. Now with this change you only need to pass as a string "update", "provision", and "deprovision" from the testcase calling it. Operation is required according to the specs.changes with config_mock.yaml:
bind
as described by binding.unbind
as described by unbindingdeprovision
as described by deprovisioning.