Correct concurrency of gabbi tests for gabbi 1.22.0

When running gabbi under testr, concurrency grouping is controlled
by a regex in .testr.conf. A module name change in gabbi 1.22.0
inadvertently broke the grouping. This change should work for
old and new versions.

Change-Id: I9c875d8c73ccdfe633279914259061a8c3a7bf3d
This commit is contained in:
Chris Dent 2016-06-16 12:43:41 +01:00
parent 3e01b27072
commit 86e94d9ab2
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
test_id_option=--load-list $IDFILE
test_list_option=--list
# NOTE(chdent): Only used/matches on gabbi-related tests.
group_regex=(gabbi\.driver\.test_gabbi_[^_]+)_
group_regex=(gabbi\.(suitemaker|driver)\.test_gabbi_([^_]+))_