From 6f27553bffd700a305a6974104e346aed3d7c4c1 Mon Sep 17 00:00:00 2001 From: Guillaume Thouvenin Date: Thu, 12 May 2016 10:25:37 +0200 Subject: [PATCH] Fix the name of the class for testing LMA Collector plugin Change-Id: I81734b25d73c438ab997d5bc0bd46cee86f08716 --- stacklight_tests/lma_collector/test_smoke_bvt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacklight_tests/lma_collector/test_smoke_bvt.py b/stacklight_tests/lma_collector/test_smoke_bvt.py index 979e28f..7f3d804 100644 --- a/stacklight_tests/lma_collector/test_smoke_bvt.py +++ b/stacklight_tests/lma_collector/test_smoke_bvt.py @@ -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],