diff --git a/tests/hpc/mpi_master.pm b/tests/hpc/mpi_master.pm index f33710f2ed72..7f82b0e2c778 100644 --- a/tests/hpc/mpi_master.pm +++ b/tests/hpc/mpi_master.pm @@ -107,6 +107,10 @@ sub run ($self) { record_soft_failure('bsc#1199811 known problem on single core on mvapich2/2.2'); } } else { + zypper_call('addrepo http://download.suse.de/ibs/home:/NMorey:/branches:/SUSE:/SLE-15-SP7:/GA/standard/ test'); + zypper_call('refresh'); + zypper_call('in libfabric'); + record_info('TEST', script_output('zypper info libfabric')); assert_script_run($mpirun_s->single_node("$exports_path{'bin'}/$mpi_bin"), timeout => 120); } }