From 7ae1f322d7794dc5c0528ef1a01154cbc58684d0 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Fri, 26 Feb 2016 14:57:40 +0300 Subject: [PATCH] testsuite: Add timeout to add_of_br() command. Fixes hang of testsuite on ovs-vswitchd failure. Signed-off-by: Ilya Maximets Signed-off-by: Ben Pfaff --- tests/ofproto-macros.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at index a88bc8f1b..1b22c4452 100644 --- a/tests/ofproto-macros.at +++ b/tests/ofproto-macros.at @@ -333,7 +333,7 @@ add_of_br () { local br=br$brnum local dpid=fedcba987654321$brnum local mac=aa:55:aa:55:00:0$brnum - ovs-vsctl \ + ovs-vsctl --timeout=20 \ -- add-br $br \ -- set bridge $br datapath-type=dummy \ fail-mode=secure \ -- 2.20.1