]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-70-BONDBRIDGETEAMVLAN: remove qemu -kernel parameter
authorHarald Hoyer <harald@redhat.com>
Wed, 15 Mar 2017 10:27:56 +0000 (11:27 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 30 Mar 2017 06:34:57 +0000 (08:34 +0200)
'run-qemu' takes care of finding the kernel image

test/TEST-70-BONDBRIDGETEAMVLAN/test.sh

index bcfdf276edd8ecbf59c2c73f6612600c650ac12e..06fb786e5677f804c3da30e0f47afa87288fde6f 100755 (executable)
@@ -29,7 +29,6 @@ run_server() {
         ${SERIAL:+-serial "$SERIAL"} \
         ${SERIAL:--serial file:"$TESTDIR"/server.log} \
         -watchdog i6300esb -watchdog-action poweroff \
-        -kernel /boot/vmlinuz-"$KVERSION" \
         -no-reboot \
         -append "panic=1 loglevel=7 root=/dev/sda rootfstype=ext3 rw console=ttyS0,115200n81 selinux=0 rd.debug" \
         -initrd "$TESTDIR"/initramfs.server \
@@ -71,7 +70,6 @@ client_test() {
         -net nic,vlan=2,macaddr=52:54:00:12:34:04,model=e1000 \
         -net nic,vlan=3,macaddr=52:54:00:12:34:05,model=e1000 \
         -watchdog i6300esb -watchdog-action poweroff \
-        -kernel /boot/vmlinuz-"$KVERSION" \
         -no-reboot \
         -append "panic=1 $cmdline rd.debug $DEBUGFAIL rd.retry=5 rw console=ttyS0,115200n81 selinux=0 init=/sbin/init" \
         -initrd "$TESTDIR"/initramfs.testing