From bc91bdbe2673ce51de975501c22aea6ac4312445 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Tue, 13 Dec 2022 23:07:45 +0530 Subject: [PATCH] Update ``bindep.txt`` to sync with the horizon horizon recently switch nodeset for a few jobs from focal to debian-bullseye [1] as per the runtime of 2023.1 cycle but looks like 'manila-ui-integration-tests' start failing because the firefox package for debian-bullseye is missing in ``bindep.txt``. This patch updates the ``bindep.txt`` file to sync with the horizon. [1] https://review.opendev.org/c/openstack/horizon/+/865453 Change-Id: I99d8ba94174bd4d1eed9cd70f7f0e2cc0e70cde7 --- bindep.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index c8205e8e..d565faed 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,6 @@ # selenium tests -firefox [selenium] +firefox [selenium platform:ubuntu] +firefox-esr [selenium platform:debian] xvfb [selenium platform:dpkg] # already part of xorg-x11-server on openSUSE xorg-x11-server-Xvfb [selenium platform:redhat]