public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Andrea Cervesato <andrea.cervesato@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/7] Rewrite input testing suite
Date: Mon, 25 Nov 2024 13:18:56 +0100	[thread overview]
Message-ID: <20241125-input_refactoring-v1-0-b622b3aa698d@suse.com> (raw)

Cleanup of the input testing suite, using new LTP API and changing
the way we are obtaining information from input devices.
Usage of the tst_uinput.h utilities, rewritten input helper and
simplified the source code.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Andrea Cervesato (7):
      Refactor input01 test
      Refactor input02 test
      Refactor input03 test
      Refactor input04 test
      Refactor input05 test
      Refactor input06 test
      Delete depreacted input test suite helper

 testcases/kernel/input/Makefile       |   6 +-
 testcases/kernel/input/input01.c      | 205 +++++-----------------
 testcases/kernel/input/input02.c      | 132 ++++++--------
 testcases/kernel/input/input03.c      | 174 ++++++++-----------
 testcases/kernel/input/input04.c      | 113 ++++--------
 testcases/kernel/input/input05.c      | 119 ++++---------
 testcases/kernel/input/input06.c      | 190 +++++++++------------
 testcases/kernel/input/input_common.h |  97 +++++++++++
 testcases/kernel/input/input_helper.c | 313 ----------------------------------
 testcases/kernel/input/input_helper.h |  36 ----
 10 files changed, 415 insertions(+), 970 deletions(-)
---
base-commit: ec4161186e51b55d4faaa394dc4607200cb30f68
change-id: 20241113-input_refactoring-16aea13ed7b8

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

             reply	other threads:[~2024-11-25 12:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25 12:18 Andrea Cervesato [this message]
2024-11-25 12:18 ` [LTP] [PATCH 1/7] Refactor input01 test Andrea Cervesato
2024-11-28  7:33   ` Li Wang
2024-11-25 12:18 ` [LTP] [PATCH 2/7] Refactor input02 test Andrea Cervesato
2024-11-28  7:49   ` Li Wang
2024-11-25 12:18 ` [LTP] [PATCH 3/7] Refactor input03 test Andrea Cervesato
2024-11-28  9:43   ` Li Wang
2024-11-25 12:19 ` [LTP] [PATCH 4/7] Refactor input04 test Andrea Cervesato
2024-11-29  2:04   ` Li Wang
2024-11-25 12:19 ` [LTP] [PATCH 5/7] Refactor input05 test Andrea Cervesato
2024-11-29  2:10   ` Li Wang
2024-11-25 12:19 ` [LTP] [PATCH 6/7] Refactor input06 test Andrea Cervesato
2024-11-25 12:19 ` [LTP] [PATCH 7/7] Delete depreacted input test suite helper Andrea Cervesato
2024-11-28 10:55   ` Cyril Hrubis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241125-input_refactoring-v1-0-b622b3aa698d@suse.com \
    --to=andrea.cervesato@suse.de \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox