From d332c9d97f5cb770edb54c513f1bd09030342c3a Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Wed, 25 Sep 2019 03:52:47 -0400 Subject: [PATCH] New ocf error code in test framework. Signed-off-by: Michal Mielewczyk --- tests/functional/pyocf/types/shared.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/pyocf/types/shared.py b/tests/functional/pyocf/types/shared.py index 155bf09..74f97a0 100644 --- a/tests/functional/pyocf/types/shared.py +++ b/tests/functional/pyocf/types/shared.py @@ -46,6 +46,7 @@ class OcfErrorCode(IntEnum): OCF_ERR_CORE_IN_INACTIVE_STATE = auto() OCF_ERR_INVALID_CACHE_MODE = auto() OCF_ERR_INVALID_CACHE_LINE_SIZE = auto() + OCF_ERR_CACHE_NAME_MISMATCH = auto() class OcfCompletion: