File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -527,8 +527,6 @@ func TestApplyContainerEdits(t *testing.T) {
527
527
ClosID : "clos-1" ,
528
528
L3CacheSchema : "L3:0=ff;1=ff" ,
529
529
MemBwSchema : "MB:0=50;1=50" ,
530
- EnableCMT : true ,
531
- EnableMBM : true ,
532
530
},
533
531
},
534
532
result : & oci.Spec {
@@ -537,8 +535,6 @@ func TestApplyContainerEdits(t *testing.T) {
537
535
ClosID : "clos-1" ,
538
536
L3CacheSchema : "L3:0=ff;1=ff" ,
539
537
MemBwSchema : "MB:0=50;1=50" ,
540
- EnableCMT : true ,
541
- EnableMBM : true ,
542
538
},
543
539
},
544
540
},
@@ -551,8 +547,6 @@ func TestApplyContainerEdits(t *testing.T) {
551
547
ClosID : "clos-1" ,
552
548
L3CacheSchema : "L3:0=ff" ,
553
549
MemBwSchema : "MB:0=100" ,
554
- EnableCMT : true ,
555
- EnableMBM : true ,
556
550
},
557
551
},
558
552
},
Original file line number Diff line number Diff line change @@ -59,7 +59,5 @@ func (i *IntelRdt) toOCI() *spec.LinuxIntelRdt {
59
59
ClosID : i .ClosID ,
60
60
L3CacheSchema : i .L3CacheSchema ,
61
61
MemBwSchema : i .MemBwSchema ,
62
- EnableCMT : i .EnableCMT ,
63
- EnableMBM : i .EnableMBM ,
64
62
}
65
63
}
Original file line number Diff line number Diff line change @@ -67,6 +67,4 @@ type IntelRdt struct {
67
67
ClosID string `json:"closID,omitempty" yaml:"closID,omitempty"`
68
68
L3CacheSchema string `json:"l3CacheSchema,omitempty" yaml:"l3CacheSchema,omitempty"`
69
69
MemBwSchema string `json:"memBwSchema,omitempty" yaml:"memBwSchema,omitempty"`
70
- EnableCMT bool `json:"enableCMT,omitempty" yaml:"enableCMT,omitempty"`
71
- EnableMBM bool `json:"enableMBM,omitempty" yaml:"enableMBM,omitempty"`
72
70
}
You can’t perform that action at this time.
0 commit comments