Skip to content

Commit f42142f

Browse files
authored
DAOS-18280 test: Fix container_rf test failure (#17175)
pass correct str arg to verify rd_fac function. Signed-off-by: Wang Shilong <[email protected]>
1 parent 0b30373 commit f42142f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/ftest/util/container_rf_test_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ def execute_cont_rf_test(self, create_container=True, mode=None):
166166
# Verify the rank to be excluded has at least one object
167167
self.verify_rank_has_objects()
168168
# Start the rebuild process
169-
self.start_rebuild_cont_rf(rd_fac)
169+
self.start_rebuild_cont_rf(rf_match.group(1))
170170
# Execute the test steps during rebuild
171-
self.execute_during_rebuild_cont_rf(rd_fac, expect_cont_status)
171+
self.execute_during_rebuild_cont_rf(rf_match.group(1), expect_cont_status)
172172
# Refresh local pool and container
173173
self.log.info("==>(6)Check for pool and container info after rebuild.")
174174
self.pool.check_pool_info()

0 commit comments

Comments
 (0)