summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2010-08-02TEST-12-RAID-DEG: do not execute rd_NO_MDADMCONF testsHarald Hoyer1-7/+7
2010-08-02TEST-14-IMSM: fixed testHarald Hoyer2-4/+6
2010-08-02TEST-13-ENC-RAID-LVM: prepend "luks-" to rd_LUKS_UUID argumentHarald Hoyer1-2/+2
2010-08-02TEST-12-RAID-DEG: double disk spaceHarald Hoyer2-6/+6
2010-08-02TEST: omit network module for non-network testsHarald Hoyer5-5/+5
2010-07-12TEST-13-ENC-RAID: add check for rd_LUKS_UUID argument parsingHarald Hoyer3-6/+46
2010-06-09iscsi: add support for multiple netroot=iscsi:Harald Hoyer3-2/+33
The whole netdisk concept should be reviewed though!
2010-05-19TEST-50-MULTINIC: do not provide a cdrom in the testcaseHarald Hoyer1-0/+3
2010-04-16test/NBD: check for nbd kernel module firstHarald Hoyer1-0/+4
2010-04-16test/MULTINIC: kill server after passing all testsHarald Hoyer1-0/+3
2010-04-16test/TEST-50-MULTINIC: install sd_mod and ata_piix kernel modulesHarald Hoyer1-1/+1
2010-04-16test/TEST-50-MULTINIC: install all nfsidmap libs for serverHarald Hoyer1-0/+9
2010-04-16test/TEST-50-MULTINIC: kill server after failed testHarald Hoyer1-1/+7
2010-04-16NBD: kill server after failed testHarald Hoyer1-1/+9
2010-04-16test/nfs: correct return code and cleanupHarald Hoyer1-2/+7
2010-04-16add rd_retry kernel command line parameterHarald Hoyer9-10/+10
rd_retry=<seconds to retry in the main loop> speeds up internal test suite
2010-04-16test: change testsuite to local tcp rather than udp multicastHarald Hoyer3-6/+6
multicast needs an ethernet device and correct firewall rules the loopback interface suites better as we only have 2 machines
2010-04-16run-qemu: add /usr/libexec/qemu-kvm to searchHarald Hoyer1-0/+1
2010-04-16TEST-12-RAID-DEG/create-root: filter MD_UUID onlyHarald Hoyer2-2/+2
2010-03-05test: use ldconfig processing for roots as wellPhilippe Seewer9-8/+26
2010-02-03test/iSCSI: fixed test scriptHarald Hoyer1-1/+3
2010-01-15test: remove lvm.conf in create-root.shHarald Hoyer1-0/+1
2010-01-14test: remove lvm.conf in create-root.shHarald Hoyer5-0/+6
2009-11-26test: set PATHHarald Hoyer1-0/+4
2009-10-27TEST-14-IMSM/create-root.sh: wait until md0 is ready syncedHarald Hoyer1-1/+6
2009-10-27test: Add compatibility for different kernel configsPhilippe Seewer19-22/+115
Some distros, including debian unstable with 2.6.30, still shop style ide drivers and/or have important filesystems like ext3 as modules. This patch ensures that all test cases work on these configurations by including the necessary modules and adding a simple udev rule file that provides /dev/sd* symlinks for the case where old style ide drivers are still in use.
2009-10-27test/TEST-20-NFS: kill server if pid file present on run()Harald Hoyer1-0/+5
2009-10-09test: add rdinfoHarald Hoyer5-6/+6
2009-10-09test/*/hard-off.sh: do not powerdown on rdshellHarald Hoyer9-9/+9
2009-10-09run-qemu: specify PATHHarald Hoyer1-0/+2
2009-10-06test: run all tests with rdinitdebug by defaultHarald Hoyer9-18/+18
2009-10-06TEST-50-MULTINIC/test.sh: add selinux=0Harald Hoyer1-2/+2
2009-10-06test: add "failme" parameter for failing testsHarald Hoyer3-9/+9
2009-10-06test/*/hard-off.sh: poweroff, if failme specifiedHarald Hoyer9-0/+9
2009-10-06Add multinic test suitePhilippe Seewer8-0/+319
This is a start a test suite for the multinic support of dracut
2009-09-21selinux: bail out if policy could not be loaded and selinux=0 notHarald Hoyer8-18/+18
specified
2009-09-16TEST-14-IMSM: rd_NO_DM rd_NO_MDIMSM rd_NO_MDADMCONF succeeds nowHarald Hoyer1-2/+4
This test succeeds, because the mirror parts are found without assembling the mirror itsself, which is what we want client_run rd_NO_DM rd_NO_MDIMSM rd_NO_MDADMCONF || return 1
2009-09-16TEST-11-LVM: add rdinfoHarald Hoyer1-1/+1
2009-09-16dmraid: use and install kpartx for dmraidsHarald Hoyer1-3/+18
2009-09-15TEST-14-IMSM: "rd_NO_DM rd_NO_MDIMSM rd_NO_MDADMCONF" failsHarald Hoyer1-1/+1
2009-09-15mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconfHarald Hoyer4-9/+16
Copy /etc/mdadm.conf to initramfs (even for non-hostonly) if mdadmconf="yes" is set in dracut.conf or --mdadmconf is specified on the dracut command line. This was done, because there seems _no_ sane way to autoassemble md raid arrays. also moved rd_NO_MD to an udev ENV
2009-09-08TEST-14-IMSM: create raid5 inside isw raid containerHarald Hoyer1-4/+7
2009-09-08TEST-14-IMSM: more test casesHarald Hoyer1-3/+3
2009-09-08TEST-14-IMSM: no test for a isw raid arrayHarald Hoyer6-0/+163
2009-09-07TEST-12-RAID-DEG: check with root=LABEL=rootHarald Hoyer2-2/+2
2009-09-01new test/TEST-13-ENC-RAID-LVMHarald Hoyer6-0/+151
2009-09-01TEST-12-RAID-DEG/test.sh: add rdinfoHarald Hoyer1-1/+1
2009-08-14TEST-10-RAID: new mdadm is picky about partitionsHarald Hoyer2-6/+6
2009-07-16Bridged network bootWarren Togami2-0/+13
* SYNTAX bridge=<bridgename>:<ethname> If bridge without parameters, assume bridge=br0:eth0 * When <ethname> would be configured by network scripts, instead create a bridge named <bridgename> then add <ethname> to that bridge. * Then $netif becomes <bridgename> instead of <ethname> and all existing scripts process netroot mount via this new $netif instead of <ethname>. * Include a few test cases in NFS and NBD
2009-07-16Remove 63-luks.rules, it is no longer usedWarren Togami5-5/+5