From 6570fa9442744ba80cc0bc4810c673f0cffe6067 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Tue, 21 Jan 2025 16:12:45 +0530 Subject: [PATCH] Run minimal watcher tempest api test Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI. It will act as a base for keep existing watcher integration healthy. Links: [1]. https://github.com/openstack-k8s-operators/watcher-operator/pull/47#issuecomment-2607474033 Signed-off-by: Chandan Kumar (raukadah) --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 1c59d6dc..4b6ecaf8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -40,6 +40,11 @@ A zuul job to validate the watcher operator and its service deployment. vars: run_tempest: false + # Based on current testing, https://github.com/openstack-k8s-operators/watcher-operator/pull/47#issuecomment-2607474033 + # We need decision engine and applier CRD to ready to run + # whole test suite + cifmw_test_operator_tempest_include_list: | + watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery - job: name: watcher-operator-kuttl