Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cnf-tests: Add debug information for flake tests
Test case ``` [sriov] NUMA node alignment [BeforeAll] Validate the creation of a pod with excludeTopology set to False and an SRIOV interface in a different NUMA node than the pod ``` flakes with the following error: ``` Can't find a suitable node for testing: node [cnfdu3] has no NUMA0 devices, node [cnfdu4] has no NUMA0 devices, ``` Dump `lspci` command output when failing. Use Gomega instead of `ginkgo.Fail` to trigger a k8sreporter archive Signed-off-by: Andrea Panattoni <[email protected]>
- Loading branch information