Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/tests/integrated/test_vrrp_multi.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ryu/tests/integrated/test_vrrp_multi.sh 
b/ryu/tests/integrated/test_vrrp_multi.sh
index fcf4cb0..5118cf7 100644
--- a/ryu/tests/integrated/test_vrrp_multi.sh
+++ b/ryu/tests/integrated/test_vrrp_multi.sh
@@ -16,8 +16,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-VSCTL=ovs-vsctl
-#VSCTL=${HOME}/ovs/bin/ovs-vsctl
+if [ -z "$VSCTL" ]; then
+    VSCTL=ovs-vsctl
+fi
 
 # create two bridges.
 # conncect them using patch ports.
-- 
1.8.3.1


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to