Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services.
The official HashiCorp Vault broker integration to the Open Service Broker API. This service broker provides support for secure secret storage and encryption-as-a-service to HashiCorp Vault.
Currently, there's no way to skip tests that require storage. This will cause go test to fail every time. There should be a default behaviour that skips the storage tests and one that includes them.
One option would be with testing.Short, another is to pass ginkgo arg like --storage=true and skip/mark as pending.
Oracle Cloud Infrastructure Service Broker is an open source implementation of Open service broker API Spec for OCI services. Customers can use this implementation to install Open Service Broker in Oracle Container Engine for Kubernetes or in other Kubernetes clusters.
Currently, there's no way to skip tests that require storage. This will cause
go testto fail every time. There should be a default behaviour that skips the storage tests and one that includes them.One option would be with
testing.Short, another is to pass ginkgo arg like--storage=trueand skip/mark as pending.