From b96da538e0e820125a031f5d5d7c0d6f37b8d5b0 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Tue, 11 Feb 2020 06:23:43 -0500 Subject: [PATCH] Expect particular types in ACP config constructor Signed-off-by: Michal Mielewczyk --- test/functional/api/cas/cache_config.py | 2 +- test/functional/test-framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/api/cas/cache_config.py b/test/functional/api/cas/cache_config.py index 7d6a358..2bc5239 100644 --- a/test/functional/api/cas/cache_config.py +++ b/test/functional/api/cas/cache_config.py @@ -158,7 +158,7 @@ class FlushParametersAlru: class FlushParametersAcp: - def __init__(self, flush_max_buffers=None, wake_up_time=None): + def __init__(self, flush_max_buffers: int = None, wake_up_time: Time = None): self.flush_max_buffers = flush_max_buffers self.wake_up_time = wake_up_time diff --git a/test/functional/test-framework b/test/functional/test-framework index d0d147a..3479438 160000 --- a/test/functional/test-framework +++ b/test/functional/test-framework @@ -1 +1 @@ -Subproject commit d0d147a382ab8913cb2457369c86c9e2dca59759 +Subproject commit 3479438e60ee24fcd9ddb3f1be7616802a432646