summaryrefslogtreecommitdiff
path: root/tests/10ddf-fail-readd
Commit message (Collapse)AuthorAgeFilesLines
* test: add -F flag to mkfsNeilBrown2015-07-221-1/+1
| | | | | | | | | newer versions of mkfs.extX ask before creating a filesystem on a device which appears to already have a filesystem. We don't want that, so add the -F flag. Also be explicit about fs type as one shouldn't depend on defaults. Signed-off-by: NeilBrown <neilb@suse.com>
* tests: never fail if --wait fails.NeilBrown2015-05-071-1/+1
| | | | | | | | | "--wait" will return non-zero status if it didn't need to wait. This is no a reason to fail a test. So ignore the return status from those commands. Signed-off-by: NeilBrown <neilb@suse.de>
* tests/10ddf-fail-readd: New DDF unit testmwilck@arcor.de2013-10-161-0/+55
This unit test is for a simple fail/remove/readd scenario. Signed-off-by: NeilBrown <neilb@suse.de>