more boilerplate
This commit is contained in:
parent
dad8086cb2
commit
7c4ac85a48
1 changed files with 9 additions and 1 deletions
|
@ -30,7 +30,15 @@ var _ = framework.IngressNginxDescribeSerial("[CGroups] cgroups", func() {
|
||||||
f.NewSlowEchoDeployment()
|
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() {
|
||||||
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue