Harald Hoyer
7b0ce59233
TEST-70-BONDBRIDGETEAMVLAN: add testcase for testsuite
...
multiple bonds
multiple bridges
multiple vlans
2016-07-04 16:28:08 +02:00
Harald Hoyer
aea64fe178
TEST-14-IMSM: add rd.device.timeout
2016-07-01 13:17:18 +02:00
Harald Hoyer
271a64bfd1
TEST-13-ENC-RAID-LVM: add rd.device.timeout=40
2016-07-01 12:29:16 +02:00
Harald Hoyer
6efee60f93
test/TEST-12-RAID-DEG: add rd.device.timeout
2016-07-01 12:29:15 +02:00
Harald Hoyer
22a907b383
test/TEST-04-systemd: fixup test
...
- fix find -perm
- add failme test cases
- remove journal output
2016-07-01 12:29:15 +02:00
Harald Hoyer
323093b621
test: add TEST-60-MTUMAC
...
test MTU and MACADDR setting
2016-06-29 15:51:42 +02:00
Harald Hoyer
55712f46c0
test: don't call ldconfig with -- path separator
2016-06-29 15:11:39 +02:00
Mike Gilbert
d6b9aac6d0
Replace echo -n with printf in code with a /bin/sh shebang
...
POSIX does not mandate that echo support the -n parameter.
printf has more well-defined behavior.
(cherry picked from commit 5899f2f516 )
2016-06-29 11:40:14 +02:00
Harald Hoyer
8175f5eb82
test/TEST-02-systemd: use marker disk for successfull boot marker
2016-06-27 10:28:09 +02:00
Harald Hoyer
0b7c2400c3
TEST-50-MULTINIC: add multiple bond tests
2016-06-22 14:03:12 +02:00
Harald Hoyer
b14e0fb826
more dash removal
2016-05-27 11:22:38 +02:00
Harald Hoyer
15ec719501
test/NBD: add checks for needed binaries
2016-05-27 11:22:38 +02:00
Harald Hoyer
249a94ab04
test: remove dash module, as it is not available in RHEL
2016-05-27 11:22:38 +02:00
Harald Hoyer
310574f7ea
TEST-30-ISCSI: add rd.scsi.firmware
2015-08-25 11:12:59 +02:00
Harald Hoyer
d9b5a98532
TEST-15-BTRFS: load btrfs module
2015-08-18 15:26:37 +02:00
Harald Hoyer
65977ef1d1
test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs
...
why so ever... it used to load automatically
2015-08-18 15:05:11 +02:00
Harald Hoyer
836ca3f47e
TEST-30-ISCSI: fix test to run with new iscsi
2015-08-18 11:55:00 +02:00
Harald Hoyer
1a2c9bbd2d
TEST-30-ISCSI: switch to scsi-target-utils
...
netbsd-iscsi is not available on RHEL
Beef up the testsuite to use the two targets over different
interfaces.
Test the new iSCSI parameters rd.iscsi.waitnet and rd.iscsi.testroute.
(cherry picked from commit c22c43f81a )
2015-08-13 15:31:59 +02:00
Harald Hoyer
99b9b4896e
TEST-30-ISCSI/dhcpd.conf: set the LUN
...
set the LUN, so the udev rule to mount the disk matches
(cherry picked from commit 52b91b6698 )
2015-08-13 15:29:11 +02:00
Harald Hoyer
1211a10b95
splitup dracut-init.sh from dracut-functions.sh
...
other tools want to source dracut-functions.sh without any mkdir side
effects.
(cherry picked from commit 777f2db037 )
2015-07-02 19:47:46 +02:00
Harald Hoyer
c984ddda6a
test: add "fs-lib" to dracut module list
...
(cherry picked from commit eda73c0ad2 )
2015-01-14 11:41:21 +01:00
Harald Hoyer
1e03d8eb64
testsuite mods for kvm nested in kvm
2014-07-29 16:27:35 +02:00
Harald Hoyer
17e74416c8
TEST-15-BTRFSRAID: install /etc/os-release
...
makes systemd switch-root happy
(cherry picked from commit 44537b7bf8 )
2014-07-29 12:06:01 +02:00
Harald Hoyer
932169bc34
test: add udev settle after sfdisk
...
(cherry picked from commit e54d961160 )
2014-07-29 12:05:58 +02:00
Harald Hoyer
dccf47fd55
test/TEST-50-MULTINIC/client-init.sh: skip MAC marker files
2014-07-29 11:52:06 +02:00
Harald Hoyer
e96c010011
test/Makefile: add SKIP env to skip certain tests
2014-07-29 11:52:06 +02:00
Harald Hoyer
8482be832c
test: add missing Makefile.testdir
2014-07-29 11:52:06 +02:00
Harald Hoyer
937456c65b
iscsi: do iscsi_firmware regardless of network
...
Do the iscsi_firmware iscsistart at least once, even if the network is
not up, to activate offload HBA iSCSI.
https://bugzilla.redhat.com/show_bug.cgi?id=1031160
2014-07-29 11:52:04 +02:00
Harald Hoyer
998f4bb720
test/TEST-17-LVM-THIN: remove .testdir
2014-07-29 11:52:04 +02:00
Harald Hoyer
a34d3dcaa8
test/TEST-17-LVM-THIN: add test case for lvm thin pools
2014-07-29 11:52:04 +02:00
Harald Hoyer
84bc192946
TEST-50-MULTINIC: improve interface test
2013-09-10 10:51:04 +02:00
Harald Hoyer
ffc68f357e
use ${var:+val} rather than ${var+val}
...
${var:+val} also catches var=""
2013-08-22 11:24:01 +02:00
Harald Hoyer
0d6d85b494
resurrect TEST-14-IMSM
2013-08-15 16:05:35 +02:00
Harald Hoyer
67b4a9ea17
testsuite: fixed network interface names
2013-08-15 10:25:19 +02:00
Harald Hoyer
62cdced342
TEST-12-RAID-DEG: enter UUID in crypttab rather than md0
2013-08-14 15:04:05 +02:00
Harald Hoyer
af11946054
dracut-functions.sh: inst_multiple == dracut_install
2013-08-07 10:33:15 +02:00
Harald Hoyer
b806625d41
TEST-30-ISCSI: eth0 -> ens3
2013-07-31 11:23:51 +02:00
Harald Hoyer
aa23dcd8ae
TEST-50-MULTINIC: change interface names to ens*
2013-07-31 10:59:25 +02:00
Harald Hoyer
5bbbfeaf19
TEST-10: double disk space
2013-07-31 09:57:57 +02:00
Harald Hoyer
b093aa2dc7
beautified shell code
...
checked with shellcheck http://www.shellcheck.net/about.html
2013-07-04 12:31:15 +02:00
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
2013-06-28 10:31:18 +02:00
Harald Hoyer
1d84d6940e
TEST-04-FULL-SYSTEMD/test.sh: dlfgjlkdfjgldfj
2013-06-28 10:22:27 +02:00
Harald Hoyer
87ae968810
test/run-qemu: specify the kernel
2013-06-28 10:21:42 +02:00
Harald Hoyer
0d59a84b53
TEST-04-FULL-SYSTEMD: call xargs with "-r"
2013-06-26 09:16:04 +02:00
Harald Hoyer
a94cd56d6f
test/TEST-50-MULTINIC: fix interface test
2013-06-13 15:15:55 +02:00
Harald Hoyer
44d832c5ad
test/TEST-50-MULTINIC: fixed debug output
2013-06-13 14:44:47 +02:00
Harald Hoyer
fd28794bbc
TEST-99-RPM: generate rpms and exclude /boot loader entries
2013-05-31 10:00:07 +02:00
Harald Hoyer
021b2fddff
test: use grep option "-F" and install /etc/os-release
2013-04-30 18:54:33 +02:00
Harald Hoyer
db9fbaf9b8
TEST-99-RPM: ignore rescue images
2013-04-05 11:52:33 +02:00
Harald Hoyer
56fb5c4dbf
TESTSUITE: s/i6300esbwdt/i6300esb ib700wdt/g
2013-04-05 11:07:55 +02:00