From fa9efec740b54cf05f6607098a4fbf13e5e58f8b Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 7 Dec 2022 18:22:49 +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 'heat-dashboard-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: I190f50654e8c817d4a82d4a0718b94f6a736f237 --- bindep.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index cad532bf..ddc5deba 100644 --- a/bindep.txt +++ b/bindep.txt @@ -5,7 +5,8 @@ libffi-dev [platform:dpkg test] libffi-devel [platform:rpm test] # 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]