summaryrefslogtreecommitdiff
path: root/tests/ts/mount
AgeCommit message (Collapse)AuthorFilesLines
2013-04-25tests: make mount tests backwardly compatible with deprecated-mount/Karel Zak3-14/+25
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-04-12tests: consolidate scsi_debug usageKarel Zak2-29/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-04-12tests: use udevadm settle rather than sleepKarel Zak2-2/+9
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-02-26tests: add umount --all-targets testsKarel Zak1-0/+121
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-01-15tests: add/improve mount shared-subtree testsKarel Zak1-19/+42
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-11-15tests: add shared subtrees to umount --recursive testKarel Zak1-1/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-11-15tests: add umount --recursive testKarel Zak1-0/+90
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-10-09tests: fix mount move test to work with shared mountMilan Broz1-3/+16
If parent mount for test directory is mounted with shared flag, move mount test fails because kernel rejects mount move operation. Use another directory level and explicitly make parent mount private. (All "modern" systems using system have mounts shared for some reason.) Signed-off-by: Milan Broz <mbroz@redhat.com>
2012-09-12tests: remove encryption loopdev testKarel Zak1-64/+0
Reported-by: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-30tests: use ts_is_mounted in mount/regfileBernhard Voelker1-2/+2
If the test directory is on a symlink, then mount/regfile failed because it did not search for the mount point in /proc/mounts canonicalized. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2012-06-26build-sys: convert tests/ to moduleKarel Zak1-54/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-05-28tests: add losetup/mount encryption testKarel Zak1-0/+64
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-03-02tests: search for "none" by findmntKarel Zak1-2/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-03-01tests: add tests for mount --make-* stuffKarel Zak1-0/+58
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-28test: test 'none' source for mount(8)Karel Zak1-0/+25
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-12tests: fix mount/special to be compatible with libmountKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-12tests: add exceptions for libmountKarel Zak4-2/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-08-17tests: grammar fixesDavidlohr Bueso16-45/+45
Trivial change, "Cannot found" to "Cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
2011-08-15grammar fixesDavidlohr Bueso1-3/+3
Correct grammar from "cannot found" to "cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
2011-05-11tests: add mount(8) test for fstab entries without optionsKarel Zak1-0/+63
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-04-19tests: don't run mount/regfile test on old kernelKarel Zak1-1/+8
The /sys/.../loop/backing_file is available since 2.6.37. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-04-19tests: add test for RLIMIT_FSIZE issueKarel Zak1-0/+78
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-02-21tests: add tests for [u]mount regular fileKarel Zak1-0/+30
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use findmnt(8) for remount testKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use findmnt(8) for mount --move testKarel Zak1-8/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: check for mtabKarel Zak2-1/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03build-sys: add --enable-libmount-mountKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-30rename util-linux-ng back to util-linuxKarel Zak19-20/+20
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-04tests: remove vol_id from testsKarel Zak8-18/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-27tests: don't run some mount tests for non-root usersKarel Zak2-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: disable suid mount testKarel Zak1-7/+12
Unfortunately, libtool wrapper cannot be suid... Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11tests: cleanup ts/mountKarel Zak19-104/+59
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11tests: add support for subdirs to basic test functionsKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11tests: create subdirs for test scriptsKarel Zak19-0/+1036
Signed-off-by: Karel Zak <kzak@redhat.com>