]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/mgr: fix influx/prometheus test names
authorJohn Spray <john.spray@redhat.com>
Mon, 9 Oct 2017 11:10:22 +0000 (12:10 +0100)
committerVasu Kulkarni <vasu@redhat.com>
Wed, 22 Nov 2017 20:25:45 +0000 (12:25 -0800)
This was a typo: they were swapped around.

Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit d96a59e74b6984b77c9f3b15f702e3bf45053590)

qa/tasks/mgr/test_module_selftest.py

index 4d2b74d84232654874b18ce5025aab4b342485d7..31bc27f8a3db35e29e13072115959488ecfc7ed7 100644 (file)
@@ -32,7 +32,7 @@ class TestModuleSelftest(MgrTestCase):
         self._selftest_plugin("zabbix")
 
     def test_prometheus(self):
-        self._selftest_plugin("influx")
+        self._selftest_plugin("prometheus")
 
     def test_influx(self):
-        self._selftest_plugin("prometheus")
+        self._selftest_plugin("influx")