What were you trying to do that didn't work?
Please provide the package NVR for which bug is seen:
RHEL-9.4.0-updates-20231112.47, 5.14.0-384.el9.x86_64, i40e, iw, E810-C & irdma1
rdma-core-48.0-1.el9.x86_64
How reproducible:
Steps to reproduce
- dnf install -y python3-pyverbs
- TEST_BIN="/usr/share/doc/rdma-core/tests/run_tests.py"
chmod +x "${TEST_BIN}" - "${TEST_BIN}" -v --dev irdma1
Expected results
pyverbs tests passed.
Actual results
FAIL: test_query_rc_qp (tests.test_qp.QPTest) Queries an RC QP after creation. Verifies that its properties are as ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/share/doc/rdma-core/tests/./test_qp.py", line 284, in test_query_rc_qp self.query_qp_common_test(e.IBV_QPT_RC) File "/usr/share/doc/rdma-core/tests/./test_qp.py", line 265, in query_qp_common_test self.verify_qp_attrs(caps, e.IBV_QPS_INIT, qp_init_attr, qp_attr) File "/usr/share/doc/rdma-core/tests/./test_qp.py", line 239, in verify_qp_attrs self.assertEqual(state, attr.qp_state) AssertionError: <ibv_qp_state.IBV_QPS_INIT: 1> != 0
- split from
-
RHEL-6174 [9.2] pyverbs-tests failures on irdma iwarp
- Closed