summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-04-11tests/func.sh: Fix some total breakage in the test scriptsJes Sorensen1-1/+1
2018-03-08mdadm/test: add do_clean to ensure each case only catch its own testlogZhilong Liu1-3/+1
2018-03-08mdadm/test: improve filtering r10 from raid1 in raidtypeZhilong Liu1-1/+1
2018-01-21mdadm/test: add '--testdir=' to switch choosing test suiteZhilong Liu1-4/+28
2018-01-21mdadm/test: move some functions to new source fileZhilong Liu1-349/+4
2018-01-21mdadm/test: correct the logic operation in save_logZhilong Liu1-5/+4
2017-10-10mdadm/test: Add one test case for raid5 reshapeXiao Ni1-0/+7
2017-09-01mdadm/test: use the first element of array as parsing conditionZhilong Liu1-1/+1
2017-07-10mdadm/test: Add '--disks=' to support testing phsical devicesZhilong Liu1-5/+32
2017-07-10mdadm/test: Add '--raidtype=' to run different raidlevel casesZhilong Liu1-0/+31
2017-07-10mdadm/test: Refactor and revamp 'test' scriptZhilong Liu1-180/+228
2017-06-09mdadm/test: Convert code format to use TabZhilong Liu1-324/+378
2015-10-22mdadm: add test script for raid456 journalSong Liu1-0/+9
2015-07-23test: assume recovery has completed if sync_completed says so.NeilBrown1-0/+8
2015-07-22test: add -F flag to mkfsNeilBrown1-1/+1
2015-07-16tests: slow down --stop a bit to allow revert-inplace to work.NeilBrown1-1/+1
2015-07-16test: clear out old metadata from loop devices.NeilBrown1-0/+2
2015-07-10tests: save failure logs to logdirNeilBrown1-8/+4
2015-07-06test: add dmesg output to logs on error.NeilBrown1-0/+2
2015-07-06test: check sync_action as well when checking for an action.NeilBrown1-5/+14
2015-07-06test: speed up reshape when stopping arrays.NeilBrown1-4/+7
2015-07-06test: stop all arrays before starting test.NeilBrown1-0/+1
2015-05-28test: make 'check wait' more reliable.NeilBrown1-1/+1
2015-05-20test: forcefully clean up old loop devices.NeilBrown1-0/+8
2013-08-06test: allow LVM volumes or RAM disks as test devicesmwilck@arcor.de1-13/+56
2013-08-05test: ensure testing uses correct mdmonNeilBrown1-0/+3
2013-07-22test: increase number of devices to 13mwilck@arcor.de1-2/+2
2013-07-11test: allow resync/reshape etc to go faster.NeilBrown1-1/+10
2013-07-04tests: add a test for reverting reshapesNeilBrown1-0/+1
2013-07-02test: include any 'stderr' output in the log file.NeilBrown1-0/+1
2013-06-24tests: add test for converting levels to raid0 and back.NeilBrown1-0/+4
2012-11-20Keep track on which kernel the test suite has runGilles Espinasse1-0/+2
2012-11-20test: remove unnecessary bash-ism.NeilBrown1-2/+2
2012-11-20test: add --disable-integrity switch.NeilBrown1-0/+5
2012-10-23test: keep separate log file for each failed test.NeilBrown1-1/+6
2012-10-23test: redirect all output to log file to keep output cleanGilles Espinasse1-1/+1
2012-10-22Replace --no-error by --keep-goingGilles Espinasse1-2/+2
2012-10-22Allow escape by ctrl-c broken by --no-error changeGilles Espinasse1-1/+6
2012-07-09Make test a bash script (as it is)Robert Buchholz1-1/+1
2012-05-30Fix --no-error in test scriptJes Sorensen1-1/+1
2012-05-28Move setup code to a function and introduce matching cleanup argumentJes Sorensen1-24/+34
2012-05-28Improve --help message from testJes Sorensen1-2/+9
2012-05-28Add --no-error argument to 'test'Jes Sorensen1-2/+6
2012-05-28Add support for saving log files in test scriptJes Sorensen1-5/+35
2012-05-23Add command line argument parsing to 'test' sriptJes Sorensen1-23/+65
2012-05-23Check for multipath module before running multipath testsJes Sorensen1-0/+6
2012-05-18Update some device sizes for self tests.NeilBrown1-3/+3
2012-05-03test: don't worry too much about array size.NeilBrown1-2/+3
2011-03-28tests: use $config to store test config pathCzarnowska, Anna1-0/+2
2011-03-22test: call "udevadm settle" after stopping array.NeilBrown1-0/+3
2011-02-01test: remind where the log file is.NeilBrown1-1/+1
2011-02-01test: remove all the environment handling.NeilBrown1-19/+0
2011-01-31Allow test to detect 'resync=DELAYED' stateNeilBrown1-2/+2
2010-12-26Enable tests for OLCE, takeover, migrations for imsm metadataKrzysztof Wojcik1-18/+18
2010-11-29Spare migration testsAnna Czarnowska1-1/+2
2010-03-10tests: adjust sizes for new defaultsNeilBrown1-2/+6
2009-11-17Change default metadata from 0.90 to 1.1NeilBrown1-0/+2
2009-10-16tests/imsm: allow for rounding of array size.NeilBrown1-0/+5
2009-10-16Test different r5/r6 layouts.NeilBrown1-0/+1
2009-10-12Test level changes and related reshaping.NeilBrown1-1/+3
2009-04-07test: minor fixesNeilBrown1-0/+2
2009-04-06test: support testing DDFNeilBrown1-3/+8
2009-04-01test: return correct error status for mdadmNeilBrown1-0/+2
2009-02-23test: fix a call to udevsettleDan Williams1-1/+1
2008-12-08workaround a hald interaction and quiet cleanupDan Williams1-1/+2
2008-12-08test: enable per-test custom environment setup/teardownDan Williams1-0/+18
2008-11-04test: always start with a clean slate.NeilBrown1-0/+2
2008-11-04test: make sure udev isn't opening a device before closing it.NeilBrown1-0/+3
2008-09-18Factor out add-disk codeNeilBrown1-0/+1
2008-08-07Merge branch 'master' into from-stableNeilBrown1-3/+6
2008-07-12Stop all arrays before running each test in regression test driver.Neil Brown1-0/+2
2008-06-27Add test for stoping and restarting a raid5 reshape.Neil Brown1-3/+6
2008-05-20Fix autoassemble for stack arrays.Neil Brown1-0/+2
2007-05-21Add --auto-detect for in-kernel autodetect.Neil Brown1-0/+2
2007-05-21Update tests and add linear-addNeil Brown1-2/+6
2006-12-14Central calls to ioctl BLKGETSIZENeil Brown1-0/+2
2006-12-14Fix and test --update=uuidNeil Brown1-3/+9
2006-10-23Update test scripts for new blockdevNeil Brown1-3/+3
2006-05-26Release 2.5mdadm-2.5Neil Brown1-1/+3
2006-03-29Bug fixes to pass test suiteNeil Brown1-1/+4
2005-10-11Add 'setup' option to 'test'Neil Brown1-0/+3
2005-09-12Refine some tests.Neil Brown1-1/+1
2005-09-12Fix assembling of array with spares when verion-1 superblock is used.Neil Brown1-1/+8
2005-08-26Passes all tests, nearly ready for release.Neil Brown1-4/+4
2005-08-25Support internal bitmaps with format-1 superblocks.Neil Brown1-3/+8
2005-08-16Add test for multipath and make it work.Neil Brown1-1/+14
2005-08-16Assorted fixesNeil Brown1-2/+12
2005-08-15Add 'quite' option and tidy up some tests.Neil Brown1-8/+67
2005-08-09Support fixing of byte-swapped superblocks.Neil Brown1-1/+1
2005-08-04Add test suite and releaseNeil Brown1-0/+66
2004-08-11mdadm-1.7.0mdadm-1.7.0Neil Brown1-2/+0
2003-02-12mdadm-1.0.9mdadm-1.0.9Neil Brown1-0/+2