forked from TrueCloudLab/frostfs-testcases
Add await mode for delete container
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
f70dfd310e
commit
4f78085b44
1 changed files with 5 additions and 1 deletions
|
@ -77,7 +77,11 @@ class TestContainer(ClusterTestBase):
|
|||
|
||||
with allure.step("Delete container and check it was deleted"):
|
||||
delete_container(
|
||||
wallet, cid, shell=self.shell, endpoint=self.cluster.default_rpc_endpoint
|
||||
wallet,
|
||||
cid,
|
||||
shell=self.shell,
|
||||
endpoint=self.cluster.default_rpc_endpoint,
|
||||
await_mode=True,
|
||||
)
|
||||
self.tick_epoch()
|
||||
wait_for_container_deletion(
|
||||
|
|
Loading…
Reference in a new issue