We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e4374 commit d5136dbCopy full SHA for d5136db
tests/integration/linodes/fixtures.py
@@ -325,7 +325,9 @@ def linode_interface_public(linode_cloud_firewall):
325
326
wait_until(linode_id=linode_id, timeout=300, status="running")
327
328
- # shutdown linode
+ # TODO: add support of creating a offline linode in `create_linode` then remove this workaround
329
+ exec_test_command(BASE_CMDS["linodes"] + ["shutdown", linode_id])
330
+
331
wait_until(linode_id=linode_id, timeout=60, status="offline")
332
333
yield linode_id
0 commit comments