From 2f289bd873a32263c0a02dc3f69737180c90e308 Mon Sep 17 00:00:00 2001 From: Jan Musial Date: Tue, 21 Jun 2022 15:32:31 +0200 Subject: [PATCH] pyocf: update OcfErrorCode with new code Signed-off-by: Jan Musial --- tests/functional/pyocf/types/shared.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/pyocf/types/shared.py b/tests/functional/pyocf/types/shared.py index a401793..4499eb0 100644 --- a/tests/functional/pyocf/types/shared.py +++ b/tests/functional/pyocf/types/shared.py @@ -1,5 +1,5 @@ # -# Copyright(c) 2019-2021 Intel Corporation +# Copyright(c) 2019-2022 Intel Corporation # SPDX-License-Identifier: BSD-3-Clause # @@ -59,6 +59,7 @@ class OcfErrorCode(IntEnum): OCF_ERR_STANDBY_ATTACHED = auto() OCF_ERR_CORE_NOT_REMOVED = auto() OCF_ERR_CACHE_NOT_STANDBY = auto() + OCF_ERR_CLEANER_DISABLED = auto() class OcfCompletion: