commit | 37d2d1b024f15f07defd0c0e19b1f38a2aa30c08 | [log] [tgz] |
---|---|---|
author | Gregory Thiemonge <gthiemon@redhat.com> | Mon Jan 18 08:31:12 2021 +0100 |
committer | Gregory Thiemonge <gthiemon@redhat.com> | Tue Jan 19 10:53:42 2021 +0100 |
tree | cd6d689cf25cf9ec4d3710dc6cb41390517d3fce | |
parent | efae4470eb91859b6957d9280f0c60de25da54e8 [diff] |
Reduce the number of load balancers in PoolAPITest PoolAPITest creates a new LB in each of its test_*_pool_list functions (~20 functions), those creations are really time consumming. Now each test ensures that the pools are deleted on test cleanup, and that all the test functions use the same LB that has been created in resource_setup. It speeds up the execution of the test class (from 55min to 35min in my dev env). Change-Id: Idb2c45cda4a407c41d314f195af03b4c6a22da07