mirror of https://github.com/k3s-io/k3s
e2e node: mark pod cgroup test as [NodeConformance]
parent
8ad67d3437
commit
a48008f5ad
|
@ -152,7 +152,7 @@ var _ = framework.KubeDescribe("Kubelet Cgroup Manager", func() {
|
||||||
f := framework.NewDefaultFramework("kubelet-cgroup-manager")
|
f := framework.NewDefaultFramework("kubelet-cgroup-manager")
|
||||||
Describe("QOS containers", func() {
|
Describe("QOS containers", func() {
|
||||||
Context("On enabling QOS cgroup hierarchy", func() {
|
Context("On enabling QOS cgroup hierarchy", func() {
|
||||||
It("Top level QoS containers should have been created", func() {
|
It("Top level QoS containers should have been created [NodeConformance]", func() {
|
||||||
if !framework.TestContext.KubeletConfig.CgroupsPerQOS {
|
if !framework.TestContext.KubeletConfig.CgroupsPerQOS {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue