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: