diff --git a/pkg/kubelet/cm/cpumanager/state/BUILD b/pkg/kubelet/cm/cpumanager/state/BUILD index ae3d7681c0e..d39211962e8 100644 --- a/pkg/kubelet/cm/cpumanager/state/BUILD +++ b/pkg/kubelet/cm/cpumanager/state/BUILD @@ -24,6 +24,7 @@ go_test( name = "go_default_test", srcs = [ "state_checkpoint_test.go", + "state_compatibility_test.go", "state_file_test.go", ], embed = [":go_default_library"], diff --git a/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go b/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go index 6c2e375af6f..228fe0274f4 100644 --- a/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go +++ b/pkg/kubelet/cm/cpumanager/state/state_compatibility_test.go @@ -21,8 +21,8 @@ import ( "path" "testing" - "k8s.io/kubernetes/pkg/kubelet/cm/cpuset" "k8s.io/kubernetes/pkg/kubelet/checkpointmanager" + "k8s.io/kubernetes/pkg/kubelet/cm/cpuset" ) const compatibilityTestingCheckpoint = "cpumanager_state_compatibility_test"