ucx icon indicating copy to clipboard operation
ucx copied to clipboard

GTEST/UCT: Add ability to filter by resource or md name

Open tvegas1 opened this issue 5 months ago • 3 comments

What

Add ability to limit gtest runs by MD and RSC name.

Why ?

Shorten test time on systems with 30+ interfaces.

How ?

Do it from gtest test instantiation, as UCX_NET_DEVICES is inoperent.

GTEST_UCT_MD_NAME=mlx5_0 GTEST_UCT_RSC_NAME=mlx5_0:1  ./test/gtest/gtest --gtest_filter=ib/test_md.reg*

tvegas1 avatar Oct 02 '24 15:10 tvegas1