]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: integration: Lock the Avocado version to 98.0 for now
authorErik Skultety <eskultet@redhat.com>
Tue, 15 Nov 2022 16:27:41 +0000 (17:27 +0100)
committerErik Skultety <eskultet@redhat.com>
Wed, 16 Nov 2022 09:14:20 +0000 (10:14 +0100)
Avocado 99.0 causes the TCK test suite to fail with the nwfilter tests
(which is another Bash framework underneath). Until the culprit is
identified and fixed in Avocado, let's lock the version to 98.0 which
worked with the test suite just fine.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
ci/integration-template.yml

index f01de7845df444304f9b1445ab4a03a97fa10d14..61cd034009e50354bfd47abb366265ef241f22f1 100644 (file)
@@ -26,7 +26,9 @@
 
 .install-deps: &install-deps
   - sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
-  - sudo pip3 install --prefix=/usr avocado-framework
+
+  # Avocado >98.0 fails with the nwfilter TCK tests, so stick with 98.0 for now
+  - sudo pip3 install --prefix=/usr avocado-framework==98.0
 
 
 .enable-core-dumps: &enable-core-dumps