Don't merge -- minimal test to verify selenium!

Change-Id: I3f4b6f962d5ace3717f2ec213e39fcd9ca29eaf6
This commit is contained in:
Pete Vander Giessen 2019-09-13 20:48:58 +00:00
parent df629589c3
commit b572dbaa95
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -13,13 +13,13 @@ whitelist_externals =
/snap/bin/snapcraft
[testenv:snap]
# Testing environment for the gerrit gate. Named 'snap' to conform to
# the requirements of the snap friendly job that we inherit from in
# .zuul.yaml.
# Run browser tests. Assumes that you have the snap installed and
# initialized locally, and a valid DISPLAY (install xvfb for a virtual
# one).
# TODO: figure out how to integrate this w/ multipass. (e.g. setup
# port forwarding and call into the mulitpass machine.)
deps = -r{toxinidir}/test-requirements.txt
commands =
{toxinidir}/tools/lxd_build.sh
{toxinidir}/tests/basic-test.sh
{toxinidir}/tests/test_horizonlogin.py
[testenv:multipass]