Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BDDContext ¶
type BDDContext struct {
KeyServerURL string
HubAuthURL string
KeyManager kms.KeyManager
Crypto cryptoapi.Crypto
// contains filtered or unexported fields
}
BDDContext is a global context shared between different test suites in bdd tests.
func NewBDDContext ¶
func NewBDDContext(caCertPath string) (*BDDContext, error)
NewBDDContext creates a new BDD context.
func (*BDDContext) TLSConfig ¶
func (ctx *BDDContext) TLSConfig() *tls.Config
TLSConfig returns a TLS config that BDD context was initialized with.
Click to show internal directories.
Click to hide internal directories.