Go to file
Rob Bradford 58a835e6a6 misc: Remove unused variables identified by varcheck
And add varcheck to the list of linters used on travis runs (with an
increased deadline.)

ciao-launcher/qemu_test.go:31:5⚠️ unused variable or constant imageInfoTestGood (varcheck)
ciao-launcher/qemu_test.go:44:5⚠️ unused variable or constant imageInfoTestMissingBytes (varcheck)
ciao-launcher/qemu_test.go:57:5⚠️ unused variable or constant imageInfoTestMissingLine (varcheck)
ciao-launcher/qemu_test.go:69:5⚠️ unused variable or constant imageInfoTooBig (varcheck)
ciao-launcher/qemu_test.go:82:5⚠️ unused variable or constant imageInfoBadBytes (varcheck)
configuration/configuration_test.go:35:7⚠️ unused variable or constant glanceURL (varcheck)
ciao-controller/controller_test.go:1918:5⚠️ unused variable or constant testClients (varcheck)
qemu/qmp_test.go:44:2⚠️ unused variable or constant qmpSuccess (varcheck)
qemu/qmp_test.go:45:2⚠️ unused variable or constant qmpFailure (varcheck)

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2017-07-13 14:52:16 +01:00
examples_test.go qemu: Add configuration structure to simplify LaunchQemu 2016-09-17 00:41:13 +02:00
image.go qemu, ciao-launcher: Move ConfigDrive ISO creation code to qemu 2017-02-06 12:16:09 +00:00
qemu_test.go qemu: Add PCI option to the NetDevice 2017-03-09 14:54:11 -08:00
qemu.go qemu: Add PCI option to the NetDevice 2017-03-09 14:54:11 -08:00
qmp_test.go misc: Remove unused variables identified by varcheck 2017-07-13 14:52:16 +01:00
qmp.go qemu: Document how cancelling works. 2017-02-16 09:49:44 +00:00