diff --git a/test/e2e/cgroups/cgroups.go b/test/e2e/cgroups/cgroups.go index ec9628bd5..98148db8d 100644 --- a/test/e2e/cgroups/cgroups.go +++ b/test/e2e/cgroups/cgroups.go @@ -30,7 +30,15 @@ var _ = framework.IngressNginxDescribeSerial("[CGroups] cgroups", func() { f.NewSlowEchoDeployment() }) - ginkgo.It("run this test properly", func() { + ginkgo.It("detects number of CPUs properly in cgroups v1", func() { + + }) + + ginkgo.It("detects number of CPUs properly in cgroups v2", func() { + + }) + + ginkgo.It("detects cgroups version", func() { }) })