diff --git a/test/cri-containerd/containerdrestart_test.go b/test/cri-containerd/containerdrestart_test.go index e648c04c33..621ac734f1 100644 --- a/test/cri-containerd/containerdrestart_test.go +++ b/test/cri-containerd/containerdrestart_test.go @@ -115,7 +115,7 @@ func Test_Container_CRI_Restart(t *testing.T) { { Name: "WCOW_Process", Feature: featureWCOWProcess, - Runtime: wcowHypervisorRuntimeHandler, + Runtime: wcowProcessRuntimeHandler, Image: imageWindowsNanoserver, Command: []string{ "cmd", @@ -261,7 +261,7 @@ func Test_Container_CRI_Restart_State(t *testing.T) { { Name: "WCOW_Process", Feature: featureWCOWProcess, - Runtime: wcowHypervisorRuntimeHandler, + Runtime: wcowProcessRuntimeHandler, Image: imageWindowsNanoserver, Command: []string{"cmd", "/c", "ping -t 127.0.0.1"}, SetStateCommand: []string{"cmd", "/c", "echo - >> " + wcowTestFile}, diff --git a/test/cri-containerd/cri_plugins.go b/test/cri-containerd/helper_cri_plugins_test.go similarity index 100% rename from test/cri-containerd/cri_plugins.go rename to test/cri-containerd/helper_cri_plugins_test.go