Documentation ¶
Index ¶
- Constants
- type BasicTestRunner
- func (r *BasicTestRunner) Delete(ctx context.Context, t *testing.T)
- func (r *BasicTestRunner) Run(ctx context.Context, t *testing.T)
- func (r *BasicTestRunner) RunTests(ctx context.Context, t *testing.T)
- func (r *BasicTestRunner) Setup(ctx context.Context, createOptsPublic types.SiteConfigSpec, ...)
- func (r *BasicTestRunner) TearDown(ctx context.Context)
Constants ¶
View Source
const ( SkipReasonIngressNone = "this test only runs against a single cluster (ingress=none)" SkipReasonNodePortNoIngressHost = "this test can only be executed if PUBLIC_1_INGRESS_HOST environment varialbe is set (ingress=nodeport)" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicTestRunner ¶
type BasicTestRunner struct {
base.ClusterTestRunnerBase
}
func (*BasicTestRunner) Delete ¶
func (r *BasicTestRunner) Delete(ctx context.Context, t *testing.T)
func (*BasicTestRunner) RunTests ¶
func (r *BasicTestRunner) RunTests(ctx context.Context, t *testing.T)
func (*BasicTestRunner) Setup ¶
func (r *BasicTestRunner) Setup(ctx context.Context, createOptsPublic types.SiteConfigSpec, createOptsPrivate types.SiteConfigSpec, tokenType string, testSync bool, t *testing.T)
func (*BasicTestRunner) TearDown ¶
func (r *BasicTestRunner) TearDown(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.