Skip node count test when using InfluxDB 1.1
Change-Id: Ide10fe7cff611b65a801d221564f110481ab687d
This commit is contained in:
parent
e0bfdb76dd
commit
12334e7031
@ -133,7 +133,9 @@ class InfluxdbPluginApi(base_test.PluginApi):
|
|||||||
auth=(plugin_settings.grafana_user, 'rogue'), expected_code=401)
|
auth=(plugin_settings.grafana_user, 'rogue'), expected_code=401)
|
||||||
|
|
||||||
def check_influxdb_nodes_count(self, count=1):
|
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')
|
logger.debug('Check the number of InfluxDB servers')
|
||||||
response = self.do_influxdb_query(
|
response = self.do_influxdb_query(
|
||||||
"show servers",
|
"show servers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user