NetBSD appears to need 'bison' explicitly installed now. I am still seeing some intermittant failures in the tests for ide-test and qos-test, but those are mysteries for another day.
Signed-off-by: John Snow <[email protected]> Reviewed-by: Marc-André Lureau <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> --- tests/vm/netbsd | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/vm/netbsd b/tests/vm/netbsd index b365045066c..45afe675e17 100755 --- a/tests/vm/netbsd +++ b/tests/vm/netbsd @@ -39,6 +39,7 @@ class NetBSDVM(basevm.BaseVM): "gmake", "gsed", "gettext-tools", + "bison", # libs: basic "dtc", -- 2.55.0
