type CAdvisorE2ERemote … // init performs initialization for cadvisor remote testing func init() { … } // SetupTestPackage implements TestSuite.SetupTestPackage func (n *CAdvisorE2ERemote) SetupTestPackage(tardir, systemSpecName string) error { … } func runCommand(command string, args ...string) error { … } // RunTest implements TestSuite.RunTest func (n *CAdvisorE2ERemote) RunTest(host, workspace, _, _, _, _, _, _, _, _ string, timeout time.Duration) (string, error) { … }