type NodeE2ERemote …
func init() { … }
func (n *NodeE2ERemote) SetupTestPackage(tardir, systemSpecName string) error { … }
func prependMemcgNotificationFlag(args string) string { … }
func prependCredentialProviderFlag(args, workspace string) string { … }
func osSpecificActions(args, host, workspace string) (string, error) { … }
func setKubeletSELinuxLabels(host, workspace string) error { … }
func getOSDistribution(host string) (string, error) { … }
func (n *NodeE2ERemote) RunTest(host, workspace, results, imageDesc, junitFilePrefix, testArgs, ginkgoArgs, systemSpecName, extraEnvs, runtimeConfig string, timeout time.Duration) (string, error) { … }