@@ -108,22 +108,6 @@ def run_cache_transceiver_tests(build_dir: _pl.Path,
108108                     env = mgpu_env ,
109109                     timeout = timeout )
110110
111-     # Nixl transfer agent tests 
112-     new_env  =  get_multi_gpu_env (kv_cache_type = KVCacheType .NIXL )
113- 
114-     # Cache transceiver tests 
115-     cache_trans_test_8_proc  =  [
116-         "mpirun" ,
117-         "-n" ,
118-         "8" ,
119-         "--allow-run-as-root" ,
120-         "cacheTransceiverTest" ,
121-     ]
122-     _cpp .run_command (cache_trans_test_8_proc ,
123-                      cwd = tests_dir ,
124-                      env = new_env ,
125-                      timeout = 600 )
126- 
127111
128112def  run_user_buffer_tests (build_dir : _pl .Path , nprocs = 2 , timeout = 300 ):
129113    tests_dir  =  build_dir  /  "tests"  /  "unit_tests"  /  "multi_gpu" 
@@ -500,8 +484,8 @@ def test_fused_gemm_allreduce(build_google_tests, nprocs, build_dir):
500484
501485@pytest .mark .parametrize ("build_google_tests" , ["80" , "86" , "89" , "90" ], 
502486                         indirect = True ) 
503- @pytest .mark .parametrize ("kvcache_type" , [KVCacheType .MPI , KVCacheType .UCX ], 
504-                          ids = ["mpi_kvcache " , "ucx_kvcache" ]) 
487+ @pytest .mark .parametrize ("kvcache_type" , [KVCacheType .NIXL , KVCacheType .UCX ], 
488+                          ids = ["nixl_kvcache " , "ucx_kvcache" ]) 
505489@pytest .mark .parametrize ("nprocs" , [2 , 8 ], ids = ["2proc" , "8proc" ]) 
506490def  test_cache_transceiver (build_google_tests , nprocs , kvcache_type , build_dir ):
507491
0 commit comments