Harald Hoyer
44537b7bf8
TEST-15-BTRFSRAID: install /etc/os-release
...
makes systemd switch-root happy
2014-06-30 12:03:12 +02:00
Harald Hoyer
e54d961160
test: add udev settle after sfdisk
2014-06-30 12:03:12 +02:00
Harald Hoyer
b0d844fa74
TEST-04-FULL-SYSTEMD/test.sh: removed debug comments
2014-06-30 12:03:11 +02:00
Chapman Flack
9cf339ada3
Correct strstr/strglobin in test suite.
...
Previous commit included versions of strstr/strglobin in the test
suite files that did not match those in dracut-lib.sh.
2014-04-07 10:49:07 +02:00
Chapman Flack
2c19a5fa78
Specify strstr tightly, add strglob/strglobin.
...
By convention, strstr should be a literal string match. Previously, it
would match as a glob pattern. Some code used that, so add new
functions strglob and strglobin to do what that code expects, and
specify them tightly too. strglob tests whether the glob pattern
matches the entire string (the name strglob is also used in the yorick
language, and that's what it does there), while strglobin tests whether
the glob pattern matches anywhere in the string.
Also tightens str_starts, str_ends, and str_replace to deal with
literal strings only. In a quick grep I did not find code that depended
on these functions matching globs.
Changes the call sites where strstr was used with glob patterns to use
strglobin or strglob as the intention seemed to be (or, in one case,
strstr with the * removed as it did not affect the result anyway).
2014-04-07 10:49:07 +02:00
Harald Hoyer
3a62030116
test/TEST-50-MULTINIC/client-init.sh: skip MAC marker files
2014-02-28 13:26:13 +01:00
Harald Hoyer
be1c0381e5
test/Makefile: add SKIP env to skip certain tests
2014-02-28 13:25:39 +01:00
Harald Hoyer
6fe0abbf12
test: add missing Makefile.testdir
2014-02-28 12:57:57 +01:00
Harald Hoyer
f52759131b
test: include the same Makefile.testdir
2014-02-04 12:01:11 +01:00
Harald Hoyer
ab6f4a825e
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
2013-12-18 15:22:24 +01:00
Harald Hoyer
859e3a77d0
test/TEST-17-LVM-THIN: remove .testdir
2013-12-17 13:36:55 +01:00
Harald Hoyer
61a02caca4
test/TEST-17-LVM-THIN: add test case for lvm thin pools
2013-12-16 13:15:48 +01: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
Harald Hoyer
a8986425a4
TEST-50-MULTINIC: fixup test suite
...
qemu of the day doesn't like multicast anymore
2013-04-05 11:07:40 +02:00
Harald Hoyer
44f870be42
test: change qemu param -nographic to -display none for -daemonize
...
qemu does not like -nographic in combination with -daemonize
2013-03-26 16:17:24 +01:00
Harald Hoyer
57aa1e9140
TEST-40-NBD/test.sh: kill_server() after test_run()
2013-03-19 14:53:17 +01:00
Harald Hoyer
11fbde4454
TEST-16-DMSQUASH: use current releasever
2013-03-15 14:41:11 +01:00
Harald Hoyer
bb278147cf
fixed testsuite
2013-03-15 07:10:20 +01:00
Harald Hoyer
83691c413f
testsuite fixup
2013-03-06 17:29:12 +01:00
Harald Hoyer
3e4ab73cd4
test: make testsuite work with systemd
2013-03-02 13:27:08 +01:00
Harald Hoyer
4e32b2e916
test: removed unused cryptroot-ask.sh scripts
2013-03-02 13:22:29 +01:00
Harald Hoyer
356333b331
test: add finished-false.sh for create-root.sh initqueue job
2013-03-02 13:20:59 +01:00
Harald Hoyer
43cc4d84bc
change for "udevadm control": s/--reload-rules/--reload/g
2012-12-14 09:04:56 +01:00
Harald Hoyer
665b7e58ba
TEST-04-FULL-SYSTEMD: fixed poweroff
2012-10-16 16:20:33 +02:00
Harald Hoyer
cc68f78d92
TEST-04-FULL-SYSTEMD/test.sh: fixed $kernel var
2012-10-10 14:14:31 +02:00
Harald Hoyer
df2afa9ff4
test: disable systemd for encryption
2012-10-09 16:46:46 +02:00
Harald Hoyer
14be3b16cd
TEST-20-NFS/test.sh: reformat
2012-10-08 15:36:41 +02:00
Harald Hoyer
2e111dd57a
TEST-50-MULTINIC/test.sh: fix multinic issues
2012-10-08 15:35:57 +02:00
Harald Hoyer
167a320e5f
s/libnss*.so/libnss_*.so so that we don't install libnss3.so
2012-10-04 14:38:25 -04:00
Harald Hoyer
e064127729
add "rd.auto" parameter and switch off automatic assembly
...
No automatic assembly is done anymore by default. You will have to
specify exactly what devices to assemble
("rd.md.uuid=" "rd.luks.uuid" ...)
or use "rd.auto=1" or "rd.auto" on the kernel command line.
For big servers with thousands of disks we don't want to assemble
everything by default (error prone, slow).
2012-09-27 14:05:50 +02:00
Harald Hoyer
7f1d77d9fb
TEST-16-DMSQUASH: reenable test
2012-09-26 11:58:51 +02:00