Skip to content

Commit 7ec5f27

Browse files
Merge pull request #865 from shajmakh/test-id
e2e: Add test IDs
2 parents f8c1f45 + de613c4 commit 7ec5f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functests/1_performance/cpu_management.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ var _ = Describe("[rfe_id:27363][performance] CPU Management", func() {
462462
Expect(err).ToNot(HaveOccurred())
463463
})
464464

465-
It("should run infra containers on reserved CPUs", func() {
465+
It("[test_id:49147] should run infra containers on reserved CPUs", func() {
466466
var err error
467467
// find used because that crictl does not show infra containers, `runc list` shows them
468468
// but you will need somehow to find infra containers ID's
@@ -532,7 +532,7 @@ var _ = Describe("[rfe_id:27363][performance] CPU Management", func() {
532532
deleteTestPod(testpod)
533533
})
534534

535-
It("should reject pods which request integral CPUs not aligned with machine SMT level", func() {
535+
It("[test_id:49149] should reject pods which request integral CPUs not aligned with machine SMT level", func() {
536536
// any random existing cpu is fine
537537
cpuID := onlineCPUSet.ToSliceNoSort()[0]
538538
smtLevel := nodes.GetSMTLevel(cpuID, workerRTNode)

0 commit comments

Comments
 (0)