From ec380172c754812d3b85a7b90dbca44fcc52bf5a Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Mon, 6 May 2024 11:22:07 +0200 Subject: [PATCH] Use 24.03/edge when testing OVN from store OVN release was not updated when switched to caracal. Change-Id: I9f26bc89b4dde5ffd7fa568fe02367e81f747ab9 --- tests/caas/smoke.yaml.j2 | 2 +- tests/core/smoke.yaml.j2 | 4 ++-- tests/tempest/smoke.yaml.j2 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/caas/smoke.yaml.j2 b/tests/caas/smoke.yaml.j2 index 9ef2976f..24780ae5 100644 --- a/tests/caas/smoke.yaml.j2 +++ b/tests/caas/smoke.yaml.j2 @@ -43,7 +43,7 @@ applications: charm: ../../../ovn-central-k8s.charm {% else -%} charm: ch:ovn-central-k8s - channel: 23.03/edge + channel: 24.03/edge {% endif -%} base: ubuntu@22.04 scale: 1 diff --git a/tests/core/smoke.yaml.j2 b/tests/core/smoke.yaml.j2 index 59efb804..915c7f5f 100644 --- a/tests/core/smoke.yaml.j2 +++ b/tests/core/smoke.yaml.j2 @@ -36,7 +36,7 @@ applications: charm: ../../../ovn-central-k8s.charm {% else -%} charm: ch:ovn-central-k8s - channel: 23.03/edge + channel: 24.03/edge {% endif -%} base: ubuntu@22.04 scale: 1 @@ -50,7 +50,7 @@ applications: charm: ../../../ovn-relay-k8s.charm {% else -%} charm: ch:ovn-relay-k8s - channel: 23.03/edge + channel: 24.03/edge {% endif -%} base: ubuntu@22.04 scale: 1 diff --git a/tests/tempest/smoke.yaml.j2 b/tests/tempest/smoke.yaml.j2 index f889945c..75e6f151 100644 --- a/tests/tempest/smoke.yaml.j2 +++ b/tests/tempest/smoke.yaml.j2 @@ -36,7 +36,7 @@ applications: charm: ../../../ovn-central-k8s.charm {% else -%} charm: ch:ovn-central-k8s - channel: 23.03/edge + channel: 24.03/edge {% endif -%} base: ubuntu@22.04 scale: 1 @@ -50,7 +50,7 @@ applications: charm: ../../../ovn-relay-k8s.charm {% else -%} charm: ch:ovn-relay-k8s - channel: 23.03/edge + channel: 24.03/edge {% endif -%} base: ubuntu@22.04 scale: 1