Merge "Unset tempest.lib timeout in functional tests" into stable/victoria
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -87,6 +87,11 @@ setenv =
|
||||
OS_VOLUME_API_VERSION = 3
|
||||
# must define this here so it can be inherited by the -py3* environments
|
||||
OS_CINDERCLIENT_EXEC_DIR = {envdir}/bin
|
||||
# Our functional tests contain their own timeout handling, so
|
||||
# turn off the timeout handling provided by the
|
||||
# tempest.lib.base.BaseTestCase that our ClientTestBase class
|
||||
# inherits from.
|
||||
OS_TEST_TIMEOUT=0
|
||||
|
||||
# The OS_CACERT environment variable should be passed to the test
|
||||
# environments to specify a CA bundle file to use in verifying a
|
||||
|
Reference in New Issue
Block a user