Skip to content

Commit

Permalink
DAOS-14698 crtl: Create container with attributes
Browse files Browse the repository at this point in the history
Fix functional test regression with daos filesystem copy

Features: control dfuse container daos_cmd
Required-githooks: true

Signed-off-by: Cedric Koch-Hofer <[email protected]>
  • Loading branch information
kanard38 authored and knard-intel committed Nov 22, 2024
1 parent 7ef67b6 commit 0b17fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/daos_utils_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def get_sub_command_class(self):
"""Get the daos filesystem sub command object."""
if self.sub_command.value == "copy":
self.sub_command_class = self.CopySubCommand()
if self.sub_command.value == "evict":
elif self.sub_command.value == "evict":
self.sub_command_class = self.EvictSubCommand()
else:
self.sub_command_class = None
Expand Down

0 comments on commit 0b17fe6

Please sign in to comment.