summaryrefslogtreecommitdiff
path: root/tests/ts
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18tests: fix RAIDs testsKarel Zak12-0/+0
- test images was too small (limit is 1474560 bytes) Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-22changelog: releaseLaMont Jones43-0/+0
2009-12-21Merge remote branch 'origin/master'LaMont Jones9-0/+0
2009-12-15tests: add silicon RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add promise RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add nvidia RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add lsi RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add jmicron RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add isw RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add hpt45x RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add hpt37x RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-15tests: add adaptec RAID testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-06drop images notin upstream tarballLaMont Jones2-0/+0
2009-12-04tests: remove vol_id from testsKarel Zak11-25/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-02tests: add UFS test image for libblkidKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-02tests: add VIA RAID test image for libblkidKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-16tests: add NTFS blkid testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-11-02fdisk: add regression test listing empty/nonsense imagesZdenek Behan1-0/+39
Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-10-26libblkid: add test cases for VMFSMike Hommey2-0/+0
Signed-off-by: Mike Hommey <mh@glandium.org>
2009-10-15tests: update fsck.ismounted testKarel Zak1-1/+1
The latest version of the lib/test_ismounted binary returns absolute mountpoint path too. This patch removes the path from test output (the path is variable). Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-13tests: swapon workaround for libtool wrapperKarel Zak3-3/+6
The swapon command behaviour depends on program name (argv[0] = swapon | swapoff). It means we cannot use the libtool wrapper script in our regression tests. It seems better to call the binaries directly with proper LD_LIBRARY_PATH. This is probably less portable, but good enough for our tests. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-06tests: add BFS libblkid regression testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-24tests: add UBIFS test image to blkid test suiteCorentin Chary1-0/+0
Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-24tests: add blkid regression tests for ISO9660Karel Zak3-0/+0
Note that Rock-Ridge detection is not supported yet. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-16tests: add partitions probing testKarel Zak7-4/+46
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-16tests: rename blkid/images to blkid/images-fsKarel Zak27-4/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-08-17tests: test for basic functionality of sun labelsZdenek Behan1-0/+74
Tests the following: * Creation and deletion of first two partitions * setting sysid to one (randomly chosen) value * setting readonly/mountable flags Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-08-17tests: fdisk doslabel test also checks setting partition activeZdenek Behan1-0/+6
* Yet another test, this time for setting active partition Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-08-17tests: fdisk doslabel test also checks changing partition typeZdenek Behan1-9/+20
* Changed apostrophes around test commands to quotes, this makes vim syntax highlighting more happy, and makes the newlines stand out. * Added check for changing partition type. After the change is done and checked, the partition is deleted and re-created to not mess with the other md5's already in place... Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-05-27tests: fix script that creates lscpu dumpsKarel Zak1-21/+12
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-27tests: move lscpu /proc and /sys dumps to tarballsKarel Zak1207-2523/+11
It's easy to maintain few tarballs that tons of files. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-27tests: remove broken Xen dumps for lscpuKarel Zak32-111/+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-05-27tests: add mdraid libblkid testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-19fdisk: add simple test for doslabel stuffZdenek Behan1-0/+82
Initial tests/fdisk patch to test most of the doslabel-related stuff. Coverage of dos-related functions is about 60%, does not test the verify/fix-PT code. [kzak@redhat.com: - fix test design to match to output/expect/diff idea] Signed-off-by: Zdenek Behan <rain@matfyz.cz> Signed-off-by: Karel Zak <kzak@redhat.com>
2009-04-03blkid: add ZSF testKarel Zak1-0/+0
Thanks to Andreas Dilger. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-03-17tests: fix typo in lscpu testKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-03-17tests: fix file name is too long (max 99) - gtarKarel Zak1231-3/+3
gtar: util-linux-ng-2.15-rc1/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/topology/: file name is too long (max 99); not dumped Signed-off-by: Karel Zak <kzak@redhat.com>
2009-03-16tests: disable blkid tests when blkid(8) is not compiledKarel Zak1-0/+5
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-18tests: chmod -x ts/lscpu/mk-input.shKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: cleanup ts/md5Karel Zak2-0/+38
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: cleanup ts/minixKarel Zak2-0/+82
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: cleanup lscpu reg.testsKarel Zak1231-0/+2718
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: cleanup ts/cramfs/mkfs-endiannessKarel Zak1-0/+53
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: cleanup ts/cramfs/fsck-endiannessKarel Zak3-0/+57
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: cleanup ts/bitopsKarel Zak1-0/+27
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18tests: add fsck:ismounted reg.testKarel Zak1-0/+45
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11tests: fix typo in low-probe testKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: add lvm2 reg.testKarel Zak1-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>