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:
Vladimir Avdeev 2022-10-20 22:17:16 +03:00 committed by Vladimir Avdeev
parent c716c94b9a
commit b662418e42

View file

@ -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
)