From a8f08e898aa0c3b891ecaab66a9191a4373f7c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 31 Aug 2022 10:51:59 +0200 Subject: [PATCH] Add note to kerneltest v2 investigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- docs/kerneltest/continue_from_v2.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/kerneltest/continue_from_v2.rst b/docs/kerneltest/continue_from_v2.rst index 2a147c7..4f5fc43 100644 --- a/docs/kerneltest/continue_from_v2.rst +++ b/docs/kerneltest/continue_from_v2.rst @@ -47,6 +47,12 @@ What is missing in v2 * Web interface revitalization * Code itself more than 3 years old, there could be some issue with newer libraries +Notes +----- + +* There is a `kerneltest/harness.py` source file in the v2. This could be ignored as it's + maintained separately and isn't part of the kerneltest application. + The Good Points ---------------