mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
remove node special feature typos
This commit is contained in:
parent
438bc5d44e
commit
ca4529574e
@ -287,7 +287,7 @@ var _ = SIGDescribe("Density", framework.WithSerial(), framework.WithSlow(), fun
|
|||||||
|
|
||||||
for _, testArg := range dTests {
|
for _, testArg := range dTests {
|
||||||
itArg := testArg
|
itArg := testArg
|
||||||
desc := fmt.Sprintf("latency/resource should be within limit when create %d pods with %d background pods [Benchmark][NodeSpeicalFeature:Benchmark]", itArg.podsNr, itArg.bgPodsNr)
|
desc := fmt.Sprintf("latency/resource should be within limit when create %d pods with %d background pods [Benchmark]", itArg.podsNr, itArg.bgPodsNr)
|
||||||
ginkgo.It(desc, func(ctx context.Context) {
|
ginkgo.It(desc, func(ctx context.Context) {
|
||||||
itArg.createMethod = "sequence"
|
itArg.createMethod = "sequence"
|
||||||
testInfo := getTestNodeInfo(f, itArg.getTestName(), desc)
|
testInfo := getTestNodeInfo(f, itArg.getTestName(), desc)
|
||||||
|
Loading…
Reference in New Issue
Block a user