mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
Update source_image names in tests
This commit is contained in:
parent
fdf028c463
commit
1ee4517370
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ const testBuilderAccBasic = `
|
|||
"builders": [{
|
||||
"type": "test",
|
||||
"vm_type": "a1.nano",
|
||||
"source_image": "5c3fef425ceadc3d412beee5",
|
||||
"source_image": "ubuntu",
|
||||
"disk_size": 10
|
||||
}]
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@ const testBuilderAccChroot = `
|
|||
{
|
||||
"builders": [{
|
||||
"type": "test",
|
||||
"source_image": "5c3fef425ceadc3d412beee5",
|
||||
"source_image": "ubuntu",
|
||||
"disk_size": 10,
|
||||
"vm_type": "a1.nano",
|
||||
"chroot_disk": true,
|
||||
|
|
|
|||
2
test/fixtures/builder-hyperone/minimal.json
vendored
2
test/fixtures/builder-hyperone/minimal.json
vendored
|
|
@ -7,7 +7,7 @@
|
|||
"token": "{{ user `token` }}",
|
||||
"project": "{{ user `project` }}",
|
||||
"type": "hyperone",
|
||||
"source_image": "5c3fef425ceadc3d412beee5",
|
||||
"source_image": "ubuntu",
|
||||
"disk_size": 10,
|
||||
"vm_type": "a1.nano",
|
||||
"image_name": "packerbats-minimal-{{timestamp}}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue