tests/vm: use the default system python for NetBSD
commitbdd53274f2c84b56dd4257299024cb97f5b66077
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 3 Apr 2023 13:49:18 +0000 (3 14:49 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Apr 2023 14:56:44 +0000 (4 15:56 +0100)
tree4e6560b39a429918257fd7a741be6249152d6ff7
parent90834f5de6a23011c3c3e45db851914b52604262
tests/vm: use the default system python for NetBSD

Currently our NetBSD VM recipe requests instal of the python37 package
and explicitly tells QEMU to use that version of python. Since the
NetBSD base ISO was updated to version 9.3 though, the default system
python version is 3.9 which is sufficiently new for QEMU to rely on.
Rather than requesting an older python, just test against the default
system python which is what most users will have.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230329124601.822209-1-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230403134920.2132362-10-alex.bennee@linaro.org>
tests/vm/netbsd