From: Tzung-Bi Shih <tzungbi@kernel.org>
To: bleung@chromium.org, groeck@chromium.org
Cc: chrome-platform@lists.linux.dev, tzungbi@kernel.org,
guillaume.tucker@collabora.com, denys.f@collabora.com,
ricardo.canuelo@collabora.com
Subject: [PATCH 00/14] cros-ec-tests:
Date: Mon, 13 Mar 2023 17:41:02 +0800 [thread overview]
Message-ID: <20230313094116.507600-1-tzungbi@kernel.org> (raw)
The series changes cros-ec-tests[1].
It applys some clean-ups and fixes obvious errors.
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/cros-ec-tests.git/
Tzung-Bi Shih (14):
lava_runner: rename to LavaTestResult
lava_runner: use TextTestRunner
lava_runner: use TextTestResult
lava_runner: respect to verbosity flag from unittest framework
helpers/sysfs: fix NameError
helpers/mcu: fix ResourceWarning on /dev/cros_ec
cros_ec_pwm: fix ResourceWarning on /sys/kernel/debug/pwm
treewide: use context manager on file objects
cros_ec_pwm: use RE to search EC backlight PWM
helpers/mcu: fix packet too long error
helpers/mcu: fix EC_CMD_GET_FEATURES usage
treewide: remove "r" in open() if reading mode
treewide: don't use "+" operator for constructing paths
treewide: don't use "+" operator for concatenating strings
cros/helpers/kernel.py | 5 ++-
cros/helpers/mcu.py | 57 ++++++++++++++------------------
cros/helpers/sysfs.py | 16 ++++-----
cros/runners/lava_runner.py | 64 +++++++++++++++---------------------
cros/tests/cros_ec_accel.py | 13 ++++----
cros/tests/cros_ec_extcon.py | 11 ++++---
cros/tests/cros_ec_pwm.py | 58 +++++++++++++-------------------
cros/tests/cros_ec_rtc.py | 8 ++---
setup.py | 2 +-
9 files changed, 99 insertions(+), 135 deletions(-)
--
2.40.0.rc1.284.g88254d51c5-goog
next reply other threads:[~2023-03-13 9:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-13 9:41 Tzung-Bi Shih [this message]
2023-03-13 9:41 ` [PATCH 01/14] lava_runner: rename to LavaTestResult Tzung-Bi Shih
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=20230313094116.507600-1-tzungbi@kernel.org \
--to=tzungbi@kernel.org \
--cc=bleung@chromium.org \
--cc=chrome-platform@lists.linux.dev \
--cc=denys.f@collabora.com \
--cc=groeck@chromium.org \
--cc=guillaume.tucker@collabora.com \
--cc=ricardo.canuelo@collabora.com \
/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