From: Petr Vorel <pvorel@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: Martin Doucha <martin.doucha@suse.com>, ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v2] Refactor mount01 test using new LTP API
Date: Fri, 9 Feb 2024 22:27:58 +0100 [thread overview]
Message-ID: <20240209212758.GA351028@pevik> (raw)
In-Reply-To: <20240209102244.24835-1-andrea.cervesato@suse.de>
Hi Andrea,
...
> + .test_all = run,
> + .needs_root = 1,
> + .needs_tmpdir = 1,
Also this is redundant due .all_filesystems = 1.
> + .format_device = 1,
> + .all_filesystems = 1,
> + .mntpoint = MNTPOINT,
> + .skip_filesystems = (const char *const []){
> + "exfat",
> + "vfat",
> + "ntfs",
Skip only ntfs, which is problamatic on fuse (ntfs-3g). vfat and exfat are OK
and deserved to be tested.
Merged also with Martin's RBT.
Thanks!
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2024-02-09 21:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 10:22 [LTP] [PATCH v2] Refactor mount01 test using new LTP API Andrea Cervesato
2024-02-09 21:27 ` Petr Vorel [this message]
2024-02-13 16:02 ` Martin Doucha
2024-02-13 16:08 ` Petr Vorel
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=20240209212758.GA351028@pevik \
--to=pvorel@suse.cz \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
--cc=martin.doucha@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.