On Tue, Sep 30, 2014 at 5:13 PM, Joe Stringer <joestrin...@nicira.com>
wrote:

> Maybe just stick with 5.
>
>
5 it is,

also fold in the following check, applied to master~

diff --git a/tests/ovs-vswitchd.at b/tests/ovs-vswitchd.at
index 9be3078..2c72a7f 100644
--- a/tests/ovs-vswitchd.at
+++ b/tests/ovs-vswitchd.at
@@ -82,7 +82,16 @@ sleep 5
 kill $pid

 # check the fakelog, should only see one ERR for reporting
-# the existing ovs-vswitchd process.
+# the existing ovs-vswitchd process and one WARN for killing
+# the process.
+AT_CHECK([grep ERR fakelog | wc -l], [0], [dnl
+1
+])
+
+AT_CHECK([grep WARN fakelog | wc -l], [0], [dnl
+1
+])
+
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to