forked from TrueCloudLab/frostfs-testcases
Fix node transition to online state
Node hangs up if we attempt to transfer it to online state immediately after start. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
a76614b40d
commit
b270f39387
3 changed files with 53 additions and 29 deletions
|
@ -191,6 +191,7 @@ def drop_object(node_name: str, cid: str, oid: str) -> str:
|
|||
@keyword('Delete data of node {node_name}')
|
||||
def delete_node_data(node_name: str) -> None:
|
||||
helper = get_storage_service_helper()
|
||||
helper.stop_node(node_name)
|
||||
helper.delete_node_data(node_name)
|
||||
time.sleep(robot_time_to_int(MAINNET_BLOCK_TIME))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue