forked from TrueCloudLab/frostfs-testcases
Add shell parameter in eacl_full_placement_container_with_object() fixture
Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
This commit is contained in:
parent
c716c94b9a
commit
b662418e42
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class TestEACLContainer:
|
|||
)
|
||||
|
||||
with allure.step("Add test object to container"):
|
||||
oid = put_object(user_wallet.wallet_path, file_path, cid)
|
||||
oid = put_object(user_wallet.wallet_path, file_path, cid, shell=client_shell)
|
||||
wait_object_replication_on_nodes(
|
||||
user_wallet.wallet_path, cid, oid, self.NODE_COUNT, shell=client_shell
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue