Shorten the gnocchi scenario name

Too long a name causes tox to violently explode

Change-Id: I31bc11af47c19b7a69be9d5df971560ac87199ef
This commit is contained in:
Travis Truman 2016-10-03 11:46:35 -04:00
parent 065570aaeb
commit 54dd029056
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ commands =
{toxinidir}/tests/test.yml -vvvv
{[testenv:func_logs]commands}
[testenv:func_gnocchi]
[testenv:gnocchi]
# Ignore_errors is set to true so that the logs are collected at the
# end of the run. This will not produce a false positive. Any
# exception will be mark the run as failed and exit 1 after all of