We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaf603 commit 024db1fCopy full SHA for 024db1f
test/cloud-init.bats
@@ -202,7 +202,7 @@ teardown() {
202
}
203
204
@test "cloud-init: flash --metadata can be downloaded" {
205
- run ./flash -f -d $img --userdata https://raw.githubusercontent.com/hypriot/flash/master/test/resources/meta.yml cloud-init.img
+ run ./flash -f -d $img --userdata test/resources/good.yml --metadata https://raw.githubusercontent.com/hypriot/flash/master/test/resources/meta.yml cloud-init.img
206
assert_success
207
assert_output_contains Downloading
208
assert_output_contains Finished.
0 commit comments