From 21528865ab596406c6fed8c64f888cc46c09f3c7 Mon Sep 17 00:00:00 2001 From: Bzil Date: Fri, 5 Jul 2024 14:06:32 +0200 Subject: [PATCH] Add tests for ex on index page --- tests/_core/nodes.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/_core/nodes.yaml b/tests/_core/nodes.yaml index 6c2f6ef51..dd25eb3a9 100644 --- a/tests/_core/nodes.yaml +++ b/tests/_core/nodes.yaml @@ -38,5 +38,22 @@ chapters: parameters: metric: - _cluster_manager + response: + status: 200 + - synopsis: Nodes _cluster_manager metric with a json response. + path: /_nodes/{metric}/stats + method: GET + parameters: + metric: + - data:true + response: + status: 200 + - synopsis: Nodes _cluster_manager metric with a json response. + path: /_nodes/{metric}/stats + method: GET + parameters: + metric: + - _all + - cluster_manager:false response: status: 200 \ No newline at end of file