osprofiler/osprofiler/tests/unit
Stuart Grace dba75673af Make profiler.clean() public method
Horizon dashboard has a profiler plugin which calls profiler.init
method at
 openstack_dashboard/contrib/developer/profiler/middleware.py
line 64. This creates a profiler and picks a new base_id. The only
way to remove this profiler and stop using this base_id is to call
profiler._clean() method. So this patch changes _clean() to clean()
so it becomes a public method.

Change-Id: Idec7ee240bc7f508aeebcba374a9673652b1cc72
Related-Bug: #1777486
2018-06-27 12:26:55 +01:00
..
cmd Remove Ceilometer support 2018-01-18 12:01:09 +01:00
doc Organize unit tests under tests/unit folder 2016-12-08 12:30:15 +05:30
drivers OSprofiler with Jaeger Tracing as backend 2018-05-29 06:03:46 +00:00
__init__.py Organize unit tests under tests/unit folder 2016-12-08 12:30:15 +05:30
test_initializer.py Make dependency on oslo.messaging runtime only 2017-08-11 11:21:59 +02:00
test_notifier.py Make test_notifier independent of test case execution order 2017-08-10 14:21:02 +02:00
test_opts.py Organize unit tests under tests/unit folder 2016-12-08 12:30:15 +05:30
test_profiler.py Make profiler.clean() public method 2018-06-27 12:26:55 +01:00
test_sqlalchemy.py Handle and report SQLAlchemy errors 2017-10-27 11:13:46 +02:00
test_utils.py OSprofiler with Jaeger Tracing as backend 2018-05-29 06:03:46 +00:00
test_web.py Make profiler.clean() public method 2018-06-27 12:26:55 +01:00