openstacksdk/openstack/tests/functional/clustering
Artem Goncharov 84116d6125 Make timeouts in functional tests configurable
functional tests are often failing due to timeouts in `wait_for`
functions. It forces us to trigger a "recheck". Let's make it
configurable instead. A top level timeout can be set
with `OPENSTACKSDK_FUNC_TEST_TIMEOUT` env and defaults to 300.
Func tests for each service might override this var
(i.e. for heat `OPENSTACKSDK_FUNC_TEST_TIMEOUT_ORCHESTRATE`).
OPENSTACKSDK_FUNC_TEST_TIMEOUT_LOAD_BALANCER is set to 600 (in tox)
to respect the value previously used in the code.

Change-Id: I7bdcd67e858a1f2c43cb131ebdf549da070fbb4a
2018-11-23 10:21:06 +01:00
..
__init__.py Add functional tests for clustering 2018-10-02 00:35:23 +00:00
test_cluster.py Make timeouts in functional tests configurable 2018-11-23 10:21:06 +01:00