Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/integration/linodes/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ def linode_interface_public(linode_cloud_firewall):

wait_until(linode_id=linode_id, timeout=300, status="running")

# shutdown linode
# TODO: add support of creating a offline linode in `create_linode` then remove this workaround
exec_test_command(BASE_CMDS["linodes"] + ["shutdown", linode_id])

wait_until(linode_id=linode_id, timeout=60, status="offline")

yield linode_id
Expand Down
Loading