diff --git a/test/e2e_node/topology_manager_test.go b/test/e2e_node/topology_manager_test.go index 913fa8501f9..705545b87b0 100644 --- a/test/e2e_node/topology_manager_test.go +++ b/test/e2e_node/topology_manager_test.go @@ -340,6 +340,7 @@ func runTopologyManagerPolicySuiteTests(f *framework.Framework) { var cpuCap, cpuAlloc int64 cpuCap, cpuAlloc, _ = getLocalNodeCPUDetails(f) + ginkgo.By(fmt.Sprintf("checking node CPU capacity (%d) and allocatable CPUs (%d)", cpuCap, cpuAlloc)) ginkgo.By("running a non-Gu pod") runNonGuPodTest(f, cpuCap)