Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func AddHostnameIp(hostname, ip string) + func CreateTestArchive(suite TestSuite, systemSpecName string) (string, error) + func GetHostnameOrIp(hostname string) string + func GetTimestampFromWorkspaceDir(dir string) string + func RunRemote(suite TestSuite, archive string, host string, cleanup bool, ...) (string, bool, error) + func SSH(host string, cmd ...string) (string, error) + func SSHNoSudo(host string, cmd ...string) (string, error) + func WriteLog(host, filename, content string) error + type CAdvisorE2ERemote struct + func (n *CAdvisorE2ERemote) RunTest(...) (string, error) + func (n *CAdvisorE2ERemote) SetupTestPackage(tardir, systemSpecName string) error + type ConformanceRemote struct + func (c *ConformanceRemote) RunTest(host, workspace, results, imageDesc, junitFilePrefix, testArgs, _, ... string, ...) (string, error) + func (c *ConformanceRemote) SetupTestPackage(tardir, systemSpecName string) error + type NodeE2ERemote struct + func (n *NodeE2ERemote) RunTest(...) (string, error) + func (n *NodeE2ERemote) SetupTestPackage(tardir, systemSpecName string) error + type TestSuite interface + RunTest func(...) (string, error) + SetupTestPackage func(path, systemSpecName string) error + func InitCAdvisorE2ERemote() TestSuite + func InitConformanceRemote() TestSuite + func InitNodeE2ERemote() TestSuite