Ran unit tests in isolated groups

By default testr launch all testcase in one isolated group. We have two
tests that uses k8sclient in one group. It's creates race condition in
k8sclient. This patch allows to launch each unit test in separate group.

Change-Id: I449516381c6f66895729816c1d92ee118a0fae69
This commit is contained in:
Sergey Reshetnyak 2016-07-19 13:37:43 +03:00
parent 0429965e6c
commit 517380f192
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=([^\.]+\.)+