Skip to content

Commit d5136db

Browse files
Temporarily fix interface tests by shutting the test linode down (#800)
1 parent 44e4374 commit d5136db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/linodes/fixtures.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ def linode_interface_public(linode_cloud_firewall):
325325

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

328-
# shutdown linode
328+
# 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+
329331
wait_until(linode_id=linode_id, timeout=60, status="offline")
330332

331333
yield linode_id

0 commit comments

Comments
 (0)