tox: change default target from MongoDB to MySQL

Since we're planning on deprecating non-SQL backends, let's already
switch the default on our development side.

Change-Id: I1cc47388c7aafcee5e8b5f697ba48a7b67e46c5f
Blueprint: only-support-sqlalchemy-in-aodh
This commit is contained in:
Julien Danjou 2016-01-18 17:05:15 +01:00
parent 239fbb2e7b
commit c70017e029

View File

@ -56,13 +56,13 @@ commands =
# gabbi tests without needing to discovery across the entire body of # gabbi tests without needing to discovery across the entire body of
# tests. # tests.
[testenv:gabbi] [testenv:gabbi]
deps = .[mongodb,test] deps = .[mysql,test]
setenv = OS_TEST_PATH=aodh/tests/functional/gabbi setenv = OS_TEST_PATH=aodh/tests/functional/gabbi
commands = commands =
overtest mongodb python setup.py testr --testr-args="{posargs}" overtest mysql python setup.py testr --testr-args="{posargs}"
[testenv:cover] [testenv:cover]
commands = overtest mongodb python setup.py testr --slowest --coverage --testr-args="{posargs}" commands = overtest mysql python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:pep8] [testenv:pep8]
deps = hacking<0.11,>=0.10.0 deps = hacking<0.11,>=0.10.0