From: Tiago Melo Date: Thu, 9 Apr 2020 11:08:15 +0000 (+0000) Subject: ceph-dashboard-pull-requests: Install xvfb X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=366e9bda36449d2ec84b3cf4ca3ac8f5952d506d;p=ceph-build.git ceph-dashboard-pull-requests: Install xvfb This is needed to run cypress. Signed-off-by: Tiago Melo --- diff --git a/scripts/dashboard/install-e2e-test-deps.sh b/scripts/dashboard/install-e2e-test-deps.sh index 936cf6e0..c911f765 100644 --- a/scripts/dashboard/install-e2e-test-deps.sh +++ b/scripts/dashboard/install-e2e-test-deps.sh @@ -13,6 +13,7 @@ if grep -q debian /etc/*-release; then sudo apt-get install -y google-chrome-stable sudo apt-get install -y python-requests python3-requests python-openssl python3-openssl python-jinja2 python3-jinja2 \ python-jwt python3-jwt python-scipy python3-scipy python-routes python3-routes + sudo apt-get install -y xvfb sudo rm /etc/apt/sources.list.d/google-chrome.list elif grep -q rhel /etc/*-release; then sudo dd of=/etc/yum.repos.d/google-chrome.repo status=none <