Harald Hoyer
6d58fa27a4
change "while read x" to cope with EOF without newline
...
while read x || [ -n "$x" ]
should do the trick
10 years ago
Harald Hoyer
6571cd4073
TEST-40-NBD: add watchdog
13 years ago
Harald Hoyer
552ecca6db
Renamed all shell scripts to *.sh
13 years ago
Harald Hoyer
75e8f476e7
TEST-40-NBD: relaxed check on ext3 filesystem options
...
onerror=continue does not seem to be displayed for new kernels
14 years ago
Harald Hoyer
387bf82e30
test/*/*-init: set PATH
...
/sbin and /usr/sbin are no longer in $PATH
15 years ago
Warren Togami
9f786a9d8f
Simple changes to allow test suite to work with dash.
16 years ago
David Dillow
8bd5873ffc
NBD root: add support for LVM/LUKS
...
With this change, we can now use LUKS and LVM over NBD. There are
some decisions to be made regarding where we should get the fstype
and fsoptions from (DHCP root vs rootfstype= etc), but the basic
functionality is there.
16 years ago
David Dillow
a29f15a5b6
NBD test: add more option parsing tests
16 years ago
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