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 6de9bd5 commit f8401c1Copy full SHA for f8401c1
tests/packer.bats
@@ -28,10 +28,10 @@ skip
28
}
29
30
31
-# @test "check cloudinit done" {
32
-# result=$(ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${USER}@${IP} "grep 'done' <(cloud-init status)")
33
-# [ "$?" -eq 0 ]
34
-# }
+@test "check cloudinit done" {
+ result=$(ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${USER}@${IP} "grep 'done' <(cloud-init status)")
+ [ "$?" -eq 0 ]
+}
35
36
37
# @test "check arping executed" {
0 commit comments