Skip to content

Commit

Permalink
DAOS-16589 test: Support Functional Hardware Medium VMD stage (#15166)
Browse files Browse the repository at this point in the history
Add Build with parameters option to run the stage.  Enable some basic
harness tests to run in the stage.

Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
  • Loading branch information
phender committed Sep 26, 2024
1 parent daf565c commit aadd9af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ pipeline {
booleanParam(name: 'CI_medium_md_on_ssd_TEST',
defaultValue: true,
description: 'Run the Functional Hardware Medium MD on SSD test stage')
booleanParam(name: 'CI_medium_vmd_TEST',
defaultValue: true,
description: 'Run the Functional Hardware Medium VMD test stage')
booleanParam(name: 'CI_medium_verbs_provider_TEST',
defaultValue: true,
description: 'Run the Functional Hardware Medium Verbs Provider test stage')
Expand Down
6 changes: 3 additions & 3 deletions src/tests/ftest/harness/basic.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 Down Expand Up @@ -52,7 +52,7 @@ def test_always_passes_hw(self):
"""Simple test of apricot test code.
:avocado: tags=all
:avocado: tags=hw,medium,large
:avocado: tags=hw,hw_vmd,medium,large
:avocado: tags=harness,harness_basic_test,always_passes
:avocado: tags=HarnessBasicTest,test_always_passes_hw
"""
Expand Down Expand Up @@ -90,7 +90,7 @@ def test_load_mpi_hw(self):
"""Simple test of apricot test code to load the openmpi module.
:avocado: tags=all
:avocado: tags=hw,medium,large
:avocado: tags=hw,hw_vmd,medium,large
:avocado: tags=harness,harness_basic_test,load_mpi
:avocado: tags=HarnessBasicTest,test_load_mpi_hw
"""
Expand Down

0 comments on commit aadd9af

Please sign in to comment.