Skip to content

Commit

Permalink
DAOS-16334 test:
Browse files Browse the repository at this point in the history
Update the --control-metadata-path assignment for dmg config generate
command to avoid issues cleaning up the files generated.

Skip-unit-tests: true
Skip-fault-injection-test: true
Skip-func-hw-test-large-md-on-ssd: false

Required-githooks: true

Signed-off-by: Phil Henderson <[email protected]>
  • Loading branch information
phender committed Aug 27, 2024
1 parent e3869b7 commit da8baa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/ftest/control/config_generate_run.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'''
(C) Copyright 2018-2023 Intel Corporation.
(C) Copyright 2018-2024 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
'''
Expand Down Expand Up @@ -47,7 +47,7 @@ def test_config_generate_run(self):
# path needs to be set in that case.
ext_md_path = ""
if use_tmpfs_scm:
ext_md_path = self.test_dir
ext_md_path = self.test_env.log_dir

# Call dmg config generate. AP is always the first server host.
server_host = self.hostlist_servers[0]
Expand Down

0 comments on commit da8baa1

Please sign in to comment.