Skip to content

Commit

Permalink
DAOS-14480 test: Extend Python code to support UCX with ud_x (#13568)
Browse files Browse the repository at this point in the history
Support running functional UCX tests with either ucx+dc_x or ucx+ud_x
and default to using ucx+ud_x.

Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
  • Loading branch information
phender committed Jan 5, 2024
1 parent c8a0a1b commit 7f0fe6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,10 @@ pipeline {
functionalTest(
inst_repos: daosRepos(),
inst_rpms: functionalPackages(1, next_version, 'client-tests-openmpi'),
test_function: 'runTestFunctionalV2'))
test_function: 'runTestFunctionalV2',
ftest_arg: getFunctionalArgs(
pragma_suffix: '-hw-medium-ucx-provider',
provider: cachedCommitPragma('Test-provider-ucx', 'ucx+ud_x'))['ftest_arg']))
}
post {
always {
Expand Down
3 changes: 2 additions & 1 deletion src/tests/ftest/util/network_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2022-2023 Intel Corporation.
(C) Copyright 2022-2024 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand All @@ -16,6 +16,7 @@
"ofi+cxi",
"ofi+verbs;ofi_rxm",
"ucx+dc_x",
"ucx+ud_x",
"ofi+tcp;ofi_rxm",
"ofi+opx"
)
Expand Down

0 comments on commit 7f0fe6d

Please sign in to comment.