From 00af513cf4efb5c297f7a2111dc490f1b01ccf70 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Tue, 4 Feb 2020 12:55:19 +0000 Subject: [PATCH] Skip series upgrade of easyrsa (Bug #1850124) --- zaza/openstack/charm_tests/series_upgrade/tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zaza/openstack/charm_tests/series_upgrade/tests.py b/zaza/openstack/charm_tests/series_upgrade/tests.py index bd49c8a..bad4b1d 100644 --- a/zaza/openstack/charm_tests/series_upgrade/tests.py +++ b/zaza/openstack/charm_tests/series_upgrade/tests.py @@ -59,6 +59,9 @@ class SeriesUpgradeTest(unittest.TestCase): if "easyrsa" in applications[application]["charm"]: logging.warn("Skipping series upgrade of easyrsa Bug #1850121") continue + if "etcd" in applications[application]["charm"]: + logging.warn("Skipping series upgrade of easyrsa Bug #1850124") + continue if "percona-cluster" in applications[application]["charm"]: origin = "source" pause_non_leader_primary = True