trove/trove/tests/scenario/runners
Peter Stachowski d558e5c2e0 Stop caching client to fix long-running test fails
If a node is really slow then a single test can take longer than an
hour. It will then fail as the client it has cached will now have an
expired token. To alleviate this, the caching of the clients was removed
(since the time saved on caching the clients is probably negligible
anyway).

Checking the client code was also cleaned up for a number of tests.

The cluster tests were modified, however the code was reverted as
there is no way to test it at present (they will not run as they
haven't been modified to work with the new neutron set up).  This
will be fixed in a separate changereq (since they are currently not
being tested in the gate, this should not hold up development).

Change-Id: I63d5b78084486b806bff38068260e42128c0d0ed
Closes-Bug: 1647002
2016-12-09 17:14:35 +00:00
..
__init__.py Initial work to support Xenial 2016-11-29 19:30:45 +00:00
backup_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
cluster_actions_runners.py Initial work to support Xenial 2016-11-29 19:30:45 +00:00
configuration_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
database_actions_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
guest_log_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
instance_actions_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
instance_create_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
instance_delete_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
instance_error_create_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
instance_force_delete_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
instance_upgrade_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
module_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
negative_cluster_actions_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
replication_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
root_actions_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
test_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00
user_actions_runners.py Stop caching client to fix long-running test fails 2016-12-09 17:14:35 +00:00