Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Avoid setting max_inline_data
max_inline_data is not supported by all providers, to avoid the failures of the query QP tests over devices that don't support it, change the random_qp_cap() to return the QPCap without setting the max_inline_data. Signed-off-by: Kamal Heib <[email protected]>