Skip to content

Commit 7998658

Browse files
committed
[Integ] Add long option to check the status of cloud-init failures
1 parent f06ab20 commit 7998658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration-tests/tests/schedulers/test_slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ def _wait_compute_cloudinit_done(remote_command_executor, compute_node):
17291729
"""Wait till cloud-init complete on a given compute node"""
17301730
compute_node_private_ip = compute_node.get("privateIpAddress")
17311731
compute_cloudinit_status_output = remote_command_executor.run_remote_command(
1732-
f"ssh -q {compute_node_private_ip} sudo cloud-init status"
1732+
f"ssh -q {compute_node_private_ip} sudo cloud-init status --long"
17331733
).stdout
17341734
assert_that(compute_cloudinit_status_output).contains("status: done")
17351735

0 commit comments

Comments
 (0)