oslotest/releasenotes
Monty Taylor 42e8a69f28
Add DEFAULT_TIMEOUT and TIMEOUT_SCALING_FACTOR
The openstacksdk test suite sets a default value for OS_TEST_TIMEOUT to
enforce that no test in the suite should ever run long. It has to do
that by using the EnvironmentVariable fixture before running the super
setUp to get the value set before oslotest reads the environment
variable. Add a class variable that can be overridden to allow doing
that more cleanly.

Additionally, in the openstacksdk functional test suite, there is a
variable called "TIMEOUT_SCALING_FACTOR" that lets us mark that some of
the tests (I'm looking at you volume functional tests) naturally run a
bit longer than other tests in the suite. It's been invaluable for us
for a couple of ugly cases, so it seemed like we should upstream it into
oslotest.

Change-Id: I2ef5d0194185bf58c0945efb0725202e6d177e3f
2018-09-23 08:29:01 -05:00
..
notes Add DEFAULT_TIMEOUT and TIMEOUT_SCALING_FACTOR 2018-09-23 08:29:01 -05:00
source Update reno for stable/rocky 2018-07-26 12:41:16 +00:00