]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
use different multicast ports for the different testsuites
authorHarald Hoyer <harald@redhat.com>
Wed, 1 Jul 2009 18:51:30 +0000 (20:51 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 1 Jul 2009 19:32:33 +0000 (21:32 +0200)
test/TEST-30-ISCSI/test.sh
test/TEST-40-NBD/test.sh

index 5a10a075a85809938838b38d7e12ea3aa498d21b..a70cdfe1020d998d5ad311160ef633e63fab52a6 100755 (executable)
@@ -11,7 +11,7 @@ run_server() {
 
     $testdir/run-qemu -hda server.ext2 -hdb root.ext2 -m 256M -nographic \
        -net nic,macaddr=52:54:00:12:34:56,model=e1000 \
-       -net socket,mcast=230.0.0.1:1234 \
+       -net socket,mcast=230.0.0.1:1235 \
        -serial udp:127.0.0.1:9999 \
        -kernel /boot/vmlinuz-$KVERSION \
        -append "root=/dev/sda rw quiet console=ttyS0,115200n81" \
@@ -35,7 +35,7 @@ run_client() {
 
     $testdir/run-qemu -hda client.img -m 256M -nographic \
        -net nic,macaddr=52:54:00:12:34:00,model=e1000 \
-       -net socket,mcast=230.0.0.1:1234 \
+       -net socket,mcast=230.0.0.1:1235 \
        -kernel /boot/vmlinuz-$KVERSION \
        -append "root=dhcp rw quiet console=ttyS0,115200n81 $DEBUGFAIL" \
        -initrd initramfs.testing
index 645c47125424d5ca32003a3ddd5e1818929194ae..76657416e6acc9bf8043b973e6626ff223bc8d08 100755 (executable)
@@ -13,7 +13,7 @@ run_server() {
     $testdir/run-qemu -hda server.ext2 -hdb nbd.ext2 -hdc encrypted.ext2 \
        -m 256M -nographic \
        -net nic,macaddr=52:54:00:12:34:56,model=e1000 \
-       -net socket,mcast=230.0.0.1:1234 \
+       -net socket,mcast=230.0.0.1:1236 \
        -serial udp:127.0.0.1:9999 \
        -kernel /boot/vmlinuz-$KVERSION \
        -append "root=/dev/sda rw quiet console=ttyS0,115200n81" \
@@ -48,7 +48,7 @@ client_test() {
 
     $testdir/run-qemu -hda flag.img -m 256M -nographic \
        -net nic,macaddr=$mac,model=e1000 \
-       -net socket,mcast=230.0.0.1:1234 \
+       -net socket,mcast=230.0.0.1:1236 \
        -kernel /boot/vmlinuz-$KVERSION \
        -append "$cmdline $DEBUGFAIL ro quiet console=ttyS0,115200n81" \
        -initrd initramfs.testing