// TestNewCgroupName tests confirms that #68416 is fixed func TestNewCgroupName(t *testing.T) { … } func TestCgroupNameToSystemdBasename(t *testing.T) { … } func TestCgroupNameToSystemd(t *testing.T) { … } func TestCgroupNameToCgroupfs(t *testing.T) { … } func TestParseSystemdToCgroupName(t *testing.T) { … } func TestCpuSharesToCPUWeight(t *testing.T) { … } func TestCpuWeightToCPUShares(t *testing.T) { … }