Increase size parameter in check_nova_logs

Increased size makes false-negative result of the test less.

Change-Id: I640f8382ee22ecb44d483d968aece0ec92f7241d
This commit is contained in:
Rodion Promyshlennikov 2016-10-04 12:33:18 +03:00
parent bd151c4956
commit 349346069d
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class ToolchainApi(object):
def check_nova_logs(self):
output = self.ELASTICSEARCH_KIBANA.query_elasticsearch(
index_type="log", query_filter="programname:nova*")
index_type="log", query_filter="programname:nova*", size=500)
asserts.assert_not_equal(output['hits']['total'], 0,
"Indexes don't contain Nova logs")
controllers = self.fuel_web.get_nailgun_cluster_nodes_by_roles(