Fix the name of the class for testing LMA Collector plugin

Change-Id: I81734b25d73c438ab997d5bc0bd46cee86f08716
This commit is contained in:
Guillaume Thouvenin 2016-05-12 10:25:37 +02:00
parent 1294ed0181
commit 6f27553bff

View File

@ -20,7 +20,7 @@ from stacklight_tests.lma_collector import api
@test(groups=["plugins"])
class TestInfluxdbPlugin(api.LMACollectorPluginApi):
class TestLMACollectorPlugin(api.LMACollectorPluginApi):
"""Class for smoke testing the LMA Collector plugin."""
@test(depends_on=[base_test_case.SetupEnvironment.prepare_slaves_3],