summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorTim Simpson <tim.simpson@rackspace.com>2013-10-17 14:39:55 -0500
committerTim Simpson <tim.simpson@rackspace.com>2013-10-17 14:43:54 -0500
commitc157502a9c65ad59cb8d83be59c264db03c3d2f8 (patch)
tree06326621ae403e3571fae78c06046fa4e09ce7cf /run_tests.py
parentd146ddadd0781a697fc88be542e036764f343f7e (diff)
downloadtrove-c157502a9c65ad59cb8d83be59c264db03c3d2f8.tar.gz
Simulates events so run_tests.py executes 10x faster
This restores some functionality that had been removed earlier to use a class from Oslo. It turns out making it work with the new Oslo RPC manager code wasn't too hard, plus the new version is hopefully easier to follow. Change-Id: I18e4d06359f28605cd764a10ace791997f534ed7 Implements: blueprint bring-back-event-simulator
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 3f3af39c..1b35e5d8 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -82,6 +82,8 @@ def initialize_fakes(app):
wsgi_intercept.add_wsgi_intercept('localhost',
CONF.bind_port,
wsgi_interceptor)
+ from trove.tests.util import event_simulator
+ event_simulator.monkey_patch()
def parse_args_for_test_config():