Instead of doing two separate test runs, use the group_regex option to stestr to group tests that cannot be run in parallel into the same worker. Change-Id: I3d69d5c72d69484f4e1c9c0b11122d0cf3703d60 Related-Bug: #1768077changes/86/571286/3
parent
8eb423be80
commit
7ef796bbcf
@ -1,3 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=${TEST_PATH:-./glance/tests/unit}
|
||||
top_dir=./
|
||||
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)
|
||||
|
@ -1 +0,0 @@
|
||||
^glance\.tests\.functional\.serial\.*
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
TOX_INI_DIR="$1"
|
||||
TOX_TMP_DIR="$2"
|
||||
|
||||
cat "${TOX_INI_DIR}/serial-functests.txt" \
|
||||
"${TOX_INI_DIR}/broken-functional-py35-ssl-tests.txt" > \
|
||||
"${TOX_TMP_DIR}/func-py35-blacklist.txt"
|
||||
|
Loading…
Reference in new issue