From 0cc3b3270d5f16b02fa0dc4a1263d7e8b77645a6 Mon Sep 17 00:00:00 2001 From: Katarzyna Treder Date: Tue, 10 Dec 2024 14:06:08 +0100 Subject: [PATCH] Move dmesg to tools Signed-off-by: Katarzyna Treder --- test/functional/api/cas/dmesg.py | 2 +- test/functional/test-framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/api/cas/dmesg.py b/test/functional/api/cas/dmesg.py index 4ebb58e..6a7dff8 100644 --- a/test/functional/api/cas/dmesg.py +++ b/test/functional/api/cas/dmesg.py @@ -6,7 +6,7 @@ import re -from test_utils.dmesg import get_dmesg +from test_tools.dmesg import get_dmesg from types.size import Size, Unit diff --git a/test/functional/test-framework b/test/functional/test-framework index a954e47..7f5bbb5 160000 --- a/test/functional/test-framework +++ b/test/functional/test-framework @@ -1 +1 @@ -Subproject commit a954e47b33de846810bb6d74d14bc3a3a23c1901 +Subproject commit 7f5bbb5240cc22ad5a50ad1231bc3ade34b26334