Add await mode for container operations #98
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…
Add table
Reference in a new issue