Allow DHSS=False tests to override Tempest concurrency
The post_test_hook.sh script was hardcoding the Tempest concurrency setting to 8 for DHSS=False test runs. This patch has it honor the MANILA_TEMPEST_CONCURRENCY environment variable, if it exists. Change-Id: Ia2f0495560517484ba4d9290ced2c4dc3de6fb34 Closes-bug: 1546150
This commit is contained in:
parent
84e953ca75
commit
a659738b11
@ -114,7 +114,7 @@ if [[ "$MULTITENANCY_ENABLED" == "False" ]]; then
|
||||
# volume creation in Cinder using Generic driver. So, reduce amount of
|
||||
# threads to avoid errors for Cinder volume creations that appear
|
||||
# because of lack of free space.
|
||||
MANILA_TEMPEST_CONCURRENCY=8
|
||||
MANILA_TEMPEST_CONCURRENCY=${MANILA_TEMPEST_CONCURRENCY:-8}
|
||||
fi
|
||||
|
||||
# let us control if we die or not
|
||||
|
Loading…
Reference in New Issue
Block a user