packer-cn/builder/virtualbox/ovf
Greg Lu 6d2e50e598 builder/virtualbox/ovf: fix shutdown_timeout handling
The shutdown_timeout config parameter was being ignored
(for both the user setting and the "5m" default) on the
virtualbox-ovf builder. As a result, packer complained
of timeouts on graceful shutdowns, and the build process
would error out. This fixes that along with some newly
created tests.
2013-12-31 18:28:33 -05:00
..
builder.go builder/virtualbox/ovf: instantiate the driver 2013-12-22 17:04:26 -08:00
config.go builder/virtualbox/ovf: fix shutdown_timeout handling 2013-12-31 18:28:33 -05:00
config_test.go builder/virtualbox/ovf: fix shutdown_timeout handling 2013-12-31 18:28:33 -05:00
step_import.go builder/virtualbox/ovf: StepImport to import an OVF 2013-12-22 15:19:19 -08:00
step_import_test.go builder/virtualbox/ovf: StepImport to import an OVF 2013-12-22 15:19:19 -08:00
step_test.go builder/virtualbox/ovf: StepImport to import an OVF 2013-12-22 15:19:19 -08:00