Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/tests/ftest/daos_test/suite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
(C) Copyright 2018-2024 Intel Corporation.
(C) Copyright 2026 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -381,6 +382,22 @@ def test_daos_rebuild_ec(self):
"""
self.run_subtest()

def test_daos_rebuild_ec_subtest9(self):
"""Jira ID: DAOS-1568

Test Description:
Run daos_test -S --subtests="9"

Use cases:
Core tests for daos_test

:avocado: tags=all,pr,daily_regression
:avocado: tags=hw,medium,provider
:avocado: tags=daos_test,daos_core_test
:avocado: tags=DaosCoreTest,test_daos_rebuild_ec_subtest9
"""
self.run_subtest()

def test_daos_aggregate_ec(self):
"""Jira ID: DAOS-1568

Expand Down
5 changes: 5 additions & 0 deletions src/tests/ftest/daos_test/suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ timeouts:
test_daos_oid_allocator: 640
test_daos_checksum: 500
test_daos_rebuild_ec: 7200
test_daos_rebuild_ec_subtest9: 600
test_daos_aggregate_ec: 200
test_daos_degraded_ec: 1900
test_daos_dedup: 220
Expand Down Expand Up @@ -109,6 +110,7 @@ daos_tests:
test_daos_oid_allocator: 1
test_daos_checksum: 1
test_daos_rebuild_ec: 1
test_daos_rebuild_ec_subtest9: 1
test_daos_aggregate_ec: 1
test_daos_degraded_ec: 1
test_daos_dedup: 1
Expand Down Expand Up @@ -137,6 +139,7 @@ daos_tests:
test_daos_oid_allocator: DAOS_OID_Allocator
test_daos_checksum: DAOS_Checksum
test_daos_rebuild_ec: DAOS_Rebuild_EC
test_daos_rebuild_ec_subtest9: DAOS_Rebuild_EC_Subtest9
test_daos_aggregate_ec: DAOS_Aggregate_EC
test_daos_degraded_ec: DAOS_Degraded_EC
test_daos_dedup: DAOS_Dedup
Expand Down Expand Up @@ -167,6 +170,7 @@ daos_tests:
test_daos_oid_allocator: O
test_daos_checksum: z
test_daos_rebuild_ec: S
test_daos_rebuild_ec_subtest9: S
test_daos_aggregate_ec: Z
test_daos_degraded_ec: X
test_daos_dedup: U
Expand All @@ -175,6 +179,7 @@ daos_tests:
args:
test_daos_ec_io: -l"EC_4P2G1"
test_daos_rebuild_ec: -s5
test_daos_rebuild_ec_subtest9: -s5 --subtests="9"
test_daos_md_replication: -s5
test_daos_degraded_mode: -s7
test_daos_drain_simple: -s3
Expand Down
Loading