All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ndctl, test: add some helper function and cleanup test script
@ 2018-06-13  1:56 Masayoshi Mizuma
  2018-06-13  1:56 ` [PATCH v2 1/2] ndctl, test: add some helper function for " Masayoshi Mizuma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Masayoshi Mizuma @ 2018-06-13  1:56 UTC (permalink / raw)
  To: linux-nvdimm

Some test scripts have same function. So, let's cleanup
to stop the duplication by intoducing 'test/common' file.
Test scripts includes the common file to use the functions.

Changelog:
  - Add SPDX style license header to the new test/common file.
  - Fix wrong test expression in detect() on test/firmware-update.sh

Masayoshi Mizuma (2):
  ndctl, test: add some helper function for test script
  ndctl, test: cleanup test scripts

 test/blk-exhaust.sh       | 21 +++-----------
 test/btt-check.sh         | 35 +++++++----------------
 test/btt-errors.sh        | 20 ++++---------
 test/btt-pad-compat.sh    | 52 +++++++++++++--------------------
 test/clear.sh             | 23 ++++-----------
 test/common               | 60 +++++++++++++++++++++++++++++++++++++++
 test/create.sh            | 21 +++-----------
 test/daxdev-errors.sh     | 19 +++----------
 test/firmware-update.sh   | 26 ++++-------------
 test/inject-error.sh      | 31 ++++++--------------
 test/label-compat.sh      | 21 +++-----------
 test/multi-dax.sh         | 19 +++----------
 test/pmem-errors.sh       | 20 ++++---------
 test/rescan-partitions.sh | 44 +++++++---------------------
 test/sector-mode.sh       |  5 +---
 15 files changed, 151 insertions(+), 266 deletions(-)
 create mode 100644 test/common

-- 
2.18.0.rc1

_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2018-06-13 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13  1:56 [PATCH v2 0/2] ndctl, test: add some helper function and cleanup test script Masayoshi Mizuma
2018-06-13  1:56 ` [PATCH v2 1/2] ndctl, test: add some helper function for " Masayoshi Mizuma
2018-06-13  1:56 ` [PATCH v2 2/2] ndctl, test: cleanup test scripts Masayoshi Mizuma
2018-06-13 17:51 ` [PATCH v2 0/2] ndctl, test: add some helper function and cleanup test script Verma, Vishal L

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.