Commit Graph

5 Commits

Author SHA1 Message Date
manchandavishal 2cef4bafda 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 'vitrage-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: I1b2cca160b30556243a0ff6660f6b2a1c8f43c86
2022-12-14 14:28:25 +05:30
manchandavishal 73b1e70c30 Fix doc job
vitrage-dashboard doc job is failing as requires some font
'tgtermes.sty' to generate pdf doc. This patch adds that required
package in bindep.txt to fix doc job.

Change-Id: Ica19ab980166bb9323b500fbf8359e1496d2afef
2021-05-20 15:45:16 +05:30
manchandavishal 83cde69f5e Run npm nodejs job with Firefox browser
This patch update browser from PhantomJS to Firefox
in karma.conf.js becuase nodejs-run-test job fails
with PhantomJS browser. So let's switch to Firefox
browser now later once we fix issue with PhantomJS
then we can use it.

Change-Id: I2c82374eae4c4a05848af47cdae3ed4776a60f94
2021-01-07 10:58:48 +00:00
manchandavishal ba3fb0c5fa Run npm nodejs job with Phantomjs browser
This patch update browser from Chrome to Phantomjs
in karma.conf.js because nodejs job fails with Chrome
browser as not able to access some URL.
So let's switch to Phantomjs browser now then we can
use Chrome browser in future once this issue is resolved.

It also adds libfontconfig1 in bindep.txt as phantomjs
requires libfontconfg[1].

[1] https://www.npmjs.com/package/phantomjs-prebuilt#linux-note

Change-Id: Id66915db78d788d98645d536fb112dadf9a89aed
2020-12-15 05:27:22 +00:00
Ivan Kolodyazhny 2a7b111307 Add vitrage-dashboard integration tests
This patch adds basic tests to verify that vitrage-dashboard is
installed and could be opened.

Also it removes oslotest which is not used.

vitrage-dashboard-integration-tests job is added in a non-voting mode.

Change-Id: I03c6a28014a73605b72441a0241e1dc1cd3f908c
2019-02-17 15:25:54 +02:00