We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa644a9 commit 3d6ca74Copy full SHA for 3d6ca74
libcontainer/intelrdt/intelrdt_test.go
@@ -261,7 +261,7 @@ func TestFindIntelRdtMountpointDir(t *testing.T) {
261
}
262
263
264
-func TestIntelRdtManager_GetStats_NotSupported_Type(t *testing.T) {
+func TestIntelRdtManagerGetStatsNotSupportedType(t *testing.T) {
265
manager := IntelRdtManager{
266
Type: "not_supported",
267
Id: "id",
@@ -280,7 +280,7 @@ func TestIntelRdtManager_GetStats_NotSupported_Type(t *testing.T) {
280
281
282
283
-func Test_IntelRdtManager_Set_NotSupported_Type(t *testing.T) {
+func TestIntelRdtManagerSetNotSupportedType(t *testing.T) {
284
285
286
0 commit comments