Skip to content

Commit

Permalink
Disable all tests that failed also on master
Browse files Browse the repository at this point in the history
Disable all known tests.
Run tests only on hw-mwdium (w/o provider)

Test-tag: hw,medium,-test_aggregationchecksum,-test_daos_degraded_mode,-test_ior_small,-test_romio

Cancel-prev-build: false
Doc-only: false
Func-hw-test-distro: rocky8.9
Required-githooks: true
Quick-functional: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-build-leap15-rpm: true
Skip-build-ubuntu20-rpm: true
Skip-coverity-test: true
Skip-fault-injection-test: true
Skip-func-test-el8: true
Skip-func-hw-test-medium-md-on-ssd: true
Skip-func-hw-test-medium-verbs-provider-md-on-ssd: true
Skip-func-hw-test-medium-ucx-provider: true
Skip-func-hw-test-large: true
Skip-nlt: true
Skip-python-bandit: true
Skip-test-el-8.6-rpms: true
Skip-unit-test-memcheck: true
Skip-unit-tests: true
RPM-test-version: 2.5.101

Signed-off-by: Gromadzki, Tomasz <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Apr 17, 2024
1 parent ccc653d commit 23c434e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/tests/ftest/aggregation/checksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_aggregationchecksum(self):
:avocado: tags=hw,medium
:avocado: tags=daosio,checksum,ior
:avocado: tags=AggregationChecksum,test_aggregationchecksum
:avocado: tags=master_failed
"""

# test params
Expand Down
1 change: 0 additions & 1 deletion src/tests/ftest/daos_test/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def test_daos_degraded_mode(self):
:avocado: tags=hw,medium,provider,md_on_ssd
:avocado: tags=daos_test,daos_core_test
:avocado: tags=DaosCoreTest,test_daos_degraded_mode
:avocado: tags=master_failed
"""
self.run_subtest()

Expand Down
1 change: 0 additions & 1 deletion src/tests/ftest/ior/small.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_ior_small(self):
:avocado: tags=hw,medium,md_on_ssd
:avocado: tags=daosio,mpiio,checksum,mpich,dfuse,ior,dfs,hdf5
:avocado: tags=IorSmall,test_ior_small
:avocado: tags=master_failed
"""
cncl_tickets = []
flags = self.params.get("ior_flags", '/run/ior/iorflags/*')
Expand Down
1 change: 0 additions & 1 deletion src/tests/ftest/mpiio/romio.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_romio(self):
:avocado: tags=hw,medium
:avocado: tags=mpiio,mpich,romio
:avocado: tags=Romio,test_romio
:avocado: tags=master_failed
"""
# setting romio parameters
test_repo = self.params.get("romio_repo", '/run/romio/')
Expand Down

0 comments on commit 23c434e

Please sign in to comment.