David Dillow
9ecbe2e4d4
NBD: add test suite
...
This is an initial test suite for the NBD root. It does the basics, and
needs to be extended to check more parts of the configuration.
16 years ago
David Dillow
61752d529a
NBD: fix parsing of Debian-style nbdroot config
16 years ago
David Dillow
bed87ed998
NFS test: add test for nfs[4]:srv:/path syntax
16 years ago
David Dillow
9fe7bc1bba
dracut init: add rdnetdebug to exclude list
16 years ago
David Dillow
abe9ccc89a
NFS root: add support for default root path and %s substitution
...
This implements a default path of /tftpboot/%s if no path is provided,
and adds host name substitution for %s, with a fall back to the IP address,
as provided by the kernel's nfsroot handling.
The test suite is updated to test this functionality.
16 years ago
David Dillow
6b6805b8af
NFS test: separate NFSv3 and NFSv4 tests into their own functions
...
The full tests take over 6 minutes to run, and commenting out unneeded
ones is time consuming -- this change lets me comment out one line to
temporarily avoid an entire class of tests.
16 years ago
David Dillow
0000e1816c
NFS test: add test cases for DHCP/nfsroot=[IP:]/path[,options]
16 years ago
David Dillow
4107be9f9f
NFS root: add missing DHCP root-path/nfsroot=[IP:]/path[,options] format
...
Reported-by: Seewer Philippe <philippe.seewer@bfh.ch>
16 years ago
David Dillow
da2643fafb
NFS test: renumber MAC addresses to ease adding new test cases
16 years ago
David Dillow
9f25b834b9
NFS test: add support for checking mount options used
16 years ago
David Dillow
574f2965e4
NFS test: verify that we used the right IP to get to the server
16 years ago
David Dillow
ae227ca836
NFS test: additional option tests
...
Test additional combinations of command line and DHCP option formats. This
is by no means the complete list, but gets us started with some common ones.
16 years ago
David Dillow
08fb7d892c
NFS test: allow emergency shell while debugging
16 years ago
David Dillow
a2810bf24a
root option parsing belongs in 99base now
...
We use this for NFS root as well, and NFSv4 was getting broken when
it wasn't present.
16 years ago
David Dillow
35b709957f
NFS test: rearrange the server tree so we can differentiate NFSv3 vs NFSv4
16 years ago
David Dillow
d462f6dc65
NFS test: re-add the fix for the terminal
...
When debugging, this is still needed as we won't be redirecting out
output to /dev/null or a file. However, we need to guard against not
having a terminal.
16 years ago
David Dillow
ba64a17ffd
NFS test: switch the ISC dhcpd server
...
This will let us expand the number of client configs we can test
16 years ago
David Dillow
cc75acdcab
NFS test: rearrange code to test multiple client configurations
...
This also gets rid of BASENET, which was an unneeded idea in hindsight.
16 years ago
David Dillow
a0e0d37270
NFS testing: add forgotten hard-off hook
16 years ago
David Dillow
261d029659
Have the test framework always run the cleanup script
...
Also remove some extra semicolons, and put the pointer to the test log
on its own line.
16 years ago
Peter Jones
3871f8f53b
Don't use backticks, use $()
...
This is a minor style fix.
16 years ago
Seewer Philippe
07b2fbb183
Get rid of cat and grep
16 years ago
Harald Hoyer
3273c0a536
make test output more readable, log errors to test.log
16 years ago
Harald Hoyer
5fd2decfec
Merge branch 'master' of ssh://dracut.git.sourceforge.net/gitroot/dracut
16 years ago
Harald Hoyer
7e05060f77
Merge commit 'dillow/master'
...
Conflicts:
test/TEST-20-NFS/make-client-root
16 years ago
David Dillow
2129ffe93e
nfs: cleanup currently needs grep
16 years ago
David Dillow
528277f32c
test suite: automate NFS testing
...
First cut at automating the NFS test suite.
16 years ago
David Dillow
58c13eeb4c
test suite: allow a user-selected kernel
...
Sometimes it is desirable to allow the user to test with a different
kernel than the one they are currenting running.
16 years ago
Victor Lowther
fa0f73f438
Ugh, using backticks instead of $()
...
Get that evilness out of dracut, please.
16 years ago
Victor Lowther
8158ad29ec
make udevtriggeropts just use an environment variable
...
No point in making a file and then reading from it when hooks are sourced.
16 years ago
Victor Lowther
c36ce33479
Make debugging much more useful.
...
Since we are explicitly using bash, we can have nice, useful value for PS4
16 years ago
Harald Hoyer
68ea18cfa1
specfile update
16 years ago
Harald Hoyer
56d8568c96
add dracutbasedir as configurable variable in dracut.conf
16 years ago
Harald Hoyer
2e7f65d96e
try to install switch_root from system
16 years ago
Harald Hoyer
59615e06a4
make paths configurable
16 years ago
Harald Hoyer
53759538cb
fix udevtriggeropts
16 years ago
Harald Hoyer
c1d71b7ea3
fix dracut logging
16 years ago
Harald Hoyer
c4d25b18f5
prepare for release
16 years ago
Harald Hoyer
11cbb35847
add sample dracut.conf file
16 years ago
Harald Hoyer
91b1157500
add support to specify additional udev trigger options
16 years ago
Warren Togami
2c02c8318c
Ensure KMS drivers are loaded before plymouth.
16 years ago
Warren Togami
dff7ea6864
No longer needed, already ran in pre-trigger
16 years ago
Harald Hoyer
27a101f47c
simplify plymouth startup
16 years ago
Harald Hoyer
071bd6e1a0
don't run plymouth --show-splash from udev rule
...
we have to run it no matter what, so don't rely on a rule
16 years ago
Harald Hoyer
1eeddd31af
run udevadm trigger for graphics for plymouth in pre-trigger hook
16 years ago
Harald Hoyer
345fbc8699
corrected paths
16 years ago
Harald Hoyer
8afc472432
don't be verbose on testimage target
16 years ago
Warren Togami
0a56724cd6
plymouth0.7: Launch plymouth --show-splash from udev event, and once before switch_root in case it didn't start
16 years ago
Warren Togami
e9b1426eb7
Detect KMS capable drm drivers instead of hard coded list.
16 years ago
Harald Hoyer
87ce134e08
preserve the original root= variable
16 years ago