...

Package unittests

import "k8s.io/kubernetes/test/e2e/framework/internal/unittests"
Overview
Index
Subdirectories

Overview ▾

func GetFrameworkOutput

func GetFrameworkOutput(t *testing.T, flags map[string]string) (output string, finalExitCode int)

GetFrameworkOutput captures writes to framework.Output during a test suite setup and returns it together with any explicit Exit call code, -1 if none. May only be called once per test binary.

Subdirectories

Name Synopsis
..