From 337d36977f2d7610a6b0269c20abbe21a324cd4e Mon Sep 17 00:00:00 2001 From: David Zane Date: Tue, 28 Jan 2025 17:22:50 -0800 Subject: [PATCH] Add queryInsightsDashboards to 2.19, 3.0 dashboard test manifests Signed-off-by: David Zane --- manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml | 5 +++++ .../opensearch-dashboards-3.0.0-alpha1-test.yml | 5 +++++ manifests/3.0.0/opensearch-3.0.0-test.yml | 6 ++++++ manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml b/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml index aece30153d..f07b5141fe 100644 --- a/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml +++ b/manifests/2.19.0/opensearch-dashboards-2.19.0-test.yml @@ -98,3 +98,8 @@ components: test-configs: - with-security - without-security + - name: queryInsightsDashboards + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/3.0.0-alpha1/opensearch-dashboards-3.0.0-alpha1-test.yml b/manifests/3.0.0-alpha1/opensearch-dashboards-3.0.0-alpha1-test.yml index aece30153d..f07b5141fe 100644 --- a/manifests/3.0.0-alpha1/opensearch-dashboards-3.0.0-alpha1-test.yml +++ b/manifests/3.0.0-alpha1/opensearch-dashboards-3.0.0-alpha1-test.yml @@ -98,3 +98,8 @@ components: test-configs: - with-security - without-security + - name: queryInsightsDashboards + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/3.0.0/opensearch-3.0.0-test.yml b/manifests/3.0.0/opensearch-3.0.0-test.yml index da8276984e..a02a6b03f1 100644 --- a/manifests/3.0.0/opensearch-3.0.0-test.yml +++ b/manifests/3.0.0/opensearch-3.0.0-test.yml @@ -158,3 +158,9 @@ components: additional-cluster-configs: opensearch.experimental.feature.application_templates.enabled: true cluster.application_templates.enabled: true + + - name: query-insights + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml b/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml index aece30153d..f07b5141fe 100644 --- a/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml +++ b/manifests/3.0.0/opensearch-dashboards-3.0.0-test.yml @@ -98,3 +98,8 @@ components: test-configs: - with-security - without-security + - name: queryInsightsDashboards + integ-test: + test-configs: + - with-security + - without-security