Update source_image names in tests

This commit is contained in:
Miłosz Smółka 2019-02-07 09:22:30 +01:00
parent fdf028c463
commit 1ee4517370
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ const testBuilderAccBasic = `
"builders": [{ "builders": [{
"type": "test", "type": "test",
"vm_type": "a1.nano", "vm_type": "a1.nano",
"source_image": "5c3fef425ceadc3d412beee5", "source_image": "ubuntu",
"disk_size": 10 "disk_size": 10
}] }]
} }
@ -44,7 +44,7 @@ const testBuilderAccChroot = `
{ {
"builders": [{ "builders": [{
"type": "test", "type": "test",
"source_image": "5c3fef425ceadc3d412beee5", "source_image": "ubuntu",
"disk_size": 10, "disk_size": 10,
"vm_type": "a1.nano", "vm_type": "a1.nano",
"chroot_disk": true, "chroot_disk": true,

View File

@ -7,7 +7,7 @@
"token": "{{ user `token` }}", "token": "{{ user `token` }}",
"project": "{{ user `project` }}", "project": "{{ user `project` }}",
"type": "hyperone", "type": "hyperone",
"source_image": "5c3fef425ceadc3d412beee5", "source_image": "ubuntu",
"disk_size": 10, "disk_size": 10,
"vm_type": "a1.nano", "vm_type": "a1.nano",
"image_name": "packerbats-minimal-{{timestamp}}" "image_name": "packerbats-minimal-{{timestamp}}"