Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16334 test: Fix permission denied removing temporary test files (#15022) #15032

Merged
merged 1 commit into from
Aug 29, 2024
Merged
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
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
Loading