forked from linux-rdma/rdma-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Skip mlx5 RDMACMBaseTest test from running over non mlx5 devices
To avoid running mlx5 RDMACMBaseTest tests over non mlx5 devices, changes the tests to inherit from a new base Mlx5RDMACMBaseTest class that will implement the setUp() function to verify that the tested device is an MLX5 device otherwise skip the test. Signed-off-by: Kamal Heib <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters