glance/glance/tests/gate
Brian Rosmaita 03539b7f8b Separate out configuration tests
Following up on an #action from the weekly Glance meeting:
http://eavesdrop.openstack.org/meetings/glance/2019/glance.2019-01-31-13.59.log.html#l-134

Change-Id: Ic9b8c4c055345b0128ab1c8dbfabac3f20e326b6
2019-03-22 13:01:14 -04:00
..
README Separate out configuration tests 2019-03-22 13:01:14 -04:00
__init__.py Separate out configuration tests 2019-03-22 13:01:14 -04:00
test_data_migration_version.py Separate out configuration tests 2019-03-22 13:01:14 -04:00

README

===============
Gate-only tests
===============

These tests catch configuration problems for some code constants that
must be maintained manually.  We have them separated out from the other
tests so that they can easily be run in their own gate job and don't
affect local development.

It would be nice if someone with some free time could figure out how
to make these changes automatic (or unnecessary) ...