osprofiler/osprofiler
Ilya Shakhat 17f8441e28 Make test_notifier independent of test case execution order
Test_notifier contains a test case that verifies default notifier value
(test_get_default_notifier) and there are 2 test cases that update
default notifier value. It's supposed that test_get_default_notifier
is executed first, otherwise it gets wrong value. Test's tearDown()
method was designed to restore default notifier, but failed to do so
due to wrong reference to global variable.

Change-Id: Id083f1e8ba4bf2a0341eb1a7ee8891b53c1f3a65
2017-08-10 14:21:02 +02:00
..
cmd Add loading local static files option of template.html 2017-07-31 06:26:08 -07:00
drivers Improve error reporting for Ceilometer driver 2017-06-07 15:05:07 -07:00
hacking Move hacking checks outside tests 2016-11-23 13:00:30 +05:30
tests Make test_notifier independent of test case execution order 2017-08-10 14:21:02 +02:00
__init__.py Remove old notifiers 2016-08-31 17:11:32 +03:00
_utils.py Use method constant_time_compare from oslo.utils 2016-10-27 03:28:32 +08:00
exc.py Add Log Insight driver 2016-11-07 15:30:52 +05:30
initializer.py Replace oslo.messaging.get_transport with get_notification_transport 2017-06-06 14:28:44 +07:00
notifier.py Add backward compatible drivers structure 2016-07-04 18:47:01 +03:00
opts.py Revert "Change list_opts to dictionary style" 2017-01-25 12:16:49 +00:00
profiler.py Remove unused parameters from Profiler class 2017-07-31 17:59:37 +02:00
sqlalchemy.py Add hepler to trace sessions 2016-04-11 15:33:23 +03:00
web.py Clean thread local profiler object after usage 2016-03-24 07:52:50 +00:00