From 386ae9c7a6d4a1ec12cce3ebd54dd22e261e74df Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: May 12 2012 20:15:53 +0000 Subject: Merge commit 'refs/merge-requests/6' of git://gitorious.org/testautomation/t_functional --- diff --git a/tests/p_arpwatch/arpwatch_test.sh b/tests/p_arpwatch/arpwatch_test.sh index ebb2345..e382dd0 100755 --- a/tests/p_arpwatch/arpwatch_test.sh +++ b/tests/p_arpwatch/arpwatch_test.sh @@ -18,12 +18,13 @@ else fi # beginning and running test -arp -d $defgw arpwatch -sleep 2 +sleep 1 +arp -d $defgw +sleep 1 ping -q -i 0.25 -c 5 $defgw killall arpwatch - +sleep 1 grep -q $defgw $arpdat ret_val=$?