Add test image name to the OS image field of the perf metrics

This commit is contained in:
Yang Guo
2017-07-12 11:11:01 -07:00
parent 3e89fe241d
commit b17c6a1769
8 changed files with 24 additions and 14 deletions

View File

@@ -253,7 +253,7 @@ func stopKubelet(host, workspace string) error {
}
// RunTest runs test on the node.
func (c *ConformanceRemote) RunTest(host, workspace, results, junitFilePrefix, testArgs, _ string, timeout time.Duration) (string, error) {
func (c *ConformanceRemote) RunTest(host, workspace, results, imageDesc, junitFilePrefix, testArgs, _ string, timeout time.Duration) (string, error) {
// Install the cni plugins and add a basic CNI configuration.
if err := setupCNI(host, workspace); err != nil {
return "", err