All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/4] shell: Add $TST_MOUNT_DEVICE support
@ 2022-05-10 15:54 Petr Vorel
  2022-05-10 15:54 ` [LTP] [PATCH v2 1/4] tst_test.sh: Add $TST_MOUNT_DEVICE Petr Vorel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Petr Vorel @ 2022-05-10 15:54 UTC (permalink / raw)
  To: ltp

Hi,

this is a preparation for .all_filesystems equivalent for shell.

changes v1->v2:
rebased

Petr Vorel (4):
  tst_test.sh: Add $TST_MOUNT_DEVICE
  df01.sh: Use TST_MOUNT_DEVICE=1
  tst_test.sh: Improve pattern for allowed variables
  shell: Add test for TST_MOUNT_DEVICE=1

 doc/shell-test-api.txt                     |  2 ++
 lib/newlib_tests/shell/tst_mount_device.sh | 21 +++++++++++++++++++++
 testcases/commands/df/df01.sh              |  4 ++--
 testcases/lib/tst_test.sh                  | 14 ++++++++++++--
 4 files changed, 37 insertions(+), 4 deletions(-)
 create mode 100755 lib/newlib_tests/shell/tst_mount_device.sh

-- 
2.36.0


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-12 11:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 15:54 [LTP] [PATCH v2 0/4] shell: Add $TST_MOUNT_DEVICE support Petr Vorel
2022-05-10 15:54 ` [LTP] [PATCH v2 1/4] tst_test.sh: Add $TST_MOUNT_DEVICE Petr Vorel
2022-05-10 15:54 ` [LTP] [PATCH v2 2/4] df01.sh: Use TST_MOUNT_DEVICE=1 Petr Vorel
2022-05-11 14:48   ` Petr Vorel
2022-05-10 15:54 ` [LTP] [PATCH v2 3/4] tst_test.sh: Improve pattern for allowed variables Petr Vorel
2022-05-10 15:54 ` [LTP] [PATCH v2 4/4] shell: Add test for TST_MOUNT_DEVICE=1 Petr Vorel
2022-05-12 11:43   ` Petr Vorel

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.