Add backward compatibility for kernel vm image 87/20687/1
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Wed, 17 Jul 2019 08:02:01 +0000 (10:02 +0200)
committerjuraj.linkes <juraj.linkes@pantheon.tech>
Wed, 17 Jul 2019 08:02:01 +0000 (10:02 +0200)
commit3c1a390130a96b223b4bfe4c55ca789f33d17b13
tree949d1f1783fc99a38ceb4c77b18ec1e5da9ef850
parent0e44c4871318dedc7eeb3fb180ece9eec7cc3ff6
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