Skip node count test when using InfluxDB 1.1

Change-Id: Ide10fe7cff611b65a801d221564f110481ab687d
This commit is contained in:
Swann Croiset 2017-01-20 13:25:54 +01:00
parent e0bfdb76dd
commit 12334e7031

View File

@ -133,7 +133,9 @@ class InfluxdbPluginApi(base_test.PluginApi):
auth=(plugin_settings.grafana_user, 'rogue'), expected_code=401)
def check_influxdb_nodes_count(self, count=1):
# TODO(all): this is broken with InfluxDB 1.1
# This test is only executed for plugins 0.x, because
# cluster has been removed with plugin 1.0 (InfluxDB 1.1)
if self.settings.version.startswith("0."):
logger.debug('Check the number of InfluxDB servers')
response = self.do_influxdb_query(
"show servers",