Add backward compatibility for kernel vm image 89/20689/1
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Wed, 17 Jul 2019 08:02:01 +0000 (10:02 +0200)
committerJuraj Linkeš <juraj.linkes@pantheon.tech>
Wed, 17 Jul 2019 08:17:12 +0000 (08:17 +0000)
commitb9b89800946b33a8bbdedf197a2105eed9735e00
tree279d7595bbc2d6f0abb0c8195adef73a4adcb354
parentfcce0c751db6474194c1cf2ac7e9de8bd0dbde99
Add backward compatibility for kernel vm image

https://gerrit.fd.io/r/#/c/20577/ replaced kvm kernel with custom build
of generic kernel, which would be picked up with '/opt/boot/vmlinuz*'
wildcard and which wouldn't work with this code. Fix this by adding
'-kvm' to the wildcard so that the kvm image is used with this code.

Change-Id: I9e9d978ad7c980d74f88f761b884eca599dee454
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
resources/libraries/python/QemuUtils.py