Commit Graph

6 Commits

Author SHA1 Message Date
Ivan Kolodyazhny 019526b5f8 Add manila-ui integration tests
This patch adds basic tests to verify that manila-ui is
installed and could be opened.

manila-ui-integration-tests job is added in a
non-voting mode.

Depends-On: https://review.openstack.org/634712
Change-Id: I67e876a5cb26637b62225fc854a906dc1a714e76
2019-02-07 10:07:26 +00:00
Goutham Pacha Ravi b8ffef20fb Fix location for coverage reports
The gate job expects the report to exist under
the "cover" directory by default, and not "reports".

[1] https://git.io/fAfx9

Change-Id: Iadbedcca91f4a9e8a12b3d3b2026af37ff4d0b21
2018-08-20 11:17:45 -07:00
vponomaryov 7b181981d9 Place all unit tests under single subdir
Make all tests be under single subdir for ease of its usage.
If possible, tests modules should follow following naming template:
path/[tests]/to/[test_]module.py

Change-Id: Id0a5f4aa72d01f43d0ae66659a6bc58a75857f75
Closes-Bug: #1499641
2016-05-04 13:52:09 +03:00
vponomaryov 9175d98493 Updated requirements and unit tests config
Changes:

1) Updated from global requirements

2) Updated "run_tests.sh" script to be able to run unit tests
using Django 1.8.* removing "--verbosity" opt.

3) Added tox jobs 'py27dj17' and 'py27dj18' to be able to run
unit tests for Django 1.7.* and 1.8.* in separate envs.

Change-Id: I267c8e7a6cb8d67d7331f4f00cb79ad98832d0e7
Closes-Bug: #1496412
2015-09-17 17:38:11 +03:00
Igor Malinovskiy 3109bf2634 Show test names and results instead of "." and "S"
Change-Id: Id36685d303c15af71aeffaf73f859039064ee4d4
2015-05-25 13:46:10 +03:00
Gary W. Smith 436d6b2cac Enable unit tests to run standalone
Enable unit tests to be run standalane; that is, without having a
local copy of the horizon source.  This is primarly intended for use in
automated builds.  The approach, taken from tuskar-ui, is to add an
entry in test-requirements.txt that refers to a source tarball of
horizon which is expanded into the virtual environment, permitting
references to horizon and openstack_dashboard to resolve correctly.

Add additional tooling to support running tests and building virtual
environments to mirror what is done in horizon.
2015-04-20 15:08:53 -07:00