test/MULTINIC: kill server after passing all tests
authorHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 15:09:31 +0000 (17:09 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 15:59:51 +0000 (17:59 +0200)
test/TEST-50-MULTINIC/test.sh

index a97d9a3..083cf60 100755 (executable)
@@ -112,6 +112,9 @@ test_client() {
        00 01 02 \
        "root=dhcp ip=eth0:dhcp ip=eth1:dhcp ip=eth2:dhcp bootdev=eth2" \
        "eth0 eth1 eth2" || return 1
+
+    kill_server
+    return 0
 }
 
 test_setup() {