]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
install-e2e-test-deps.sh: Add libxss1 to debian distros 1650/head
authorTiago Melo <tmelo@suse.com>
Thu, 27 Aug 2020 11:26:35 +0000 (11:26 +0000)
committerTiago Melo <tmelo@suse.com>
Thu, 27 Aug 2020 11:26:35 +0000 (11:26 +0000)
Cypress is failing due to a missing package.

Signed-off-by: Tiago Melo <tmelo@suse.com>
scripts/dashboard/install-e2e-test-deps.sh

index c911f76562a4fb116c6eb9071a18c02f46633eab..cf0cc982bd87ba4bd978e4e92307b7e12245dd58 100644 (file)
@@ -13,7 +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 apt-get install -y xvfb libxss1
     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 <<EOF