From 0a66f19dbe190b80a7ba4f7a614aa954b8d5fce3 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 23 Jul 2020 00:39:57 -0700 Subject: [PATCH] fix minimal json example to use new checksumming (#9633) --- builder/virtualbox/iso/testdata/minimal.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/builder/virtualbox/iso/testdata/minimal.json b/builder/virtualbox/iso/testdata/minimal.json index 9c8ef7730..46a6f2dd6 100644 --- a/builder/virtualbox/iso/testdata/minimal.json +++ b/builder/virtualbox/iso/testdata/minimal.json @@ -2,8 +2,7 @@ "builders": [ { "type": "test", - "iso_checksum": "946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2", - "iso_checksum_type": "sha256", + "iso_checksum": "sha256:946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2", "iso_url": "http://old-releases.ubuntu.com/releases/14.04.1/ubuntu-14.04.1-server-amd64.iso", "disk_size": "40960", "guest_os_type": "Ubuntu_64", @@ -38,9 +37,9 @@ " -- ", "" ], - + "shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now", "post_shutdown_delay": "60s" - } + } ] }