fix(TEST-30-ISCSI): add sync to client root creation
parent
4148f08bd3
commit
ae9aa8f174
test/TEST-30-ISCSI
|
@ -165,7 +165,7 @@ test_setup() {
|
|||
(
|
||||
export initdir=$TESTDIR/overlay
|
||||
. $basedir/dracut-init.sh
|
||||
inst_multiple sfdisk mkfs.ext3 poweroff cp umount setsid dd
|
||||
inst_multiple sfdisk mkfs.ext3 poweroff cp umount setsid dd sync
|
||||
inst_hook initqueue 01 ./create-client-root.sh
|
||||
inst_hook initqueue/finished 01 ./finished-false.sh
|
||||
inst_simple ./99-idesymlinks.rules /etc/udev/rules.d/99-idesymlinks.rules
|
||||
|
|
Loading…
Reference in New Issue