11 lines
479 B
Go
11 lines
479 B
Go
// +build !enterprise
|
|
|
|
package vault
|
|
|
|
import testing "github.com/mitchellh/go-testing-interface"
|
|
|
|
func testGenerateCoreKeys() (interface{}, interface{}, error) { return nil, nil, nil }
|
|
func testGetLicensingConfig(interface{}) *LicensingConfig { return &LicensingConfig{} }
|
|
func testAdjustTestCore(*CoreConfig, *TestClusterCore) {}
|
|
func testExtraClusterCoresTestSetup(testing.T, interface{}, []*TestClusterCore) {}
|