From aa1b5b1cbf2fd6f93fb292a2d6b8e1003659bf20 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Sun, 16 Feb 2014 23:03:52 -0800 Subject: [PATCH] Fix ping issue at LF Change-Id: Ibf2ddc896fb67e02dcf867bab79d2a16ffe4bd43 Signed-off-by: Luis Gomez --- test/csit/suites/base/030__arp_handler.txt | 2 ++ test/csit/suites/base/050__OVSDB_plugin.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/csit/suites/base/030__arp_handler.txt b/test/csit/suites/base/030__arp_handler.txt index 8366967197..c1995507ed 100644 --- a/test/csit/suites/base/030__arp_handler.txt +++ b/test/csit/suites/base/030__arp_handler.txt @@ -29,6 +29,8 @@ Ping h1 to h4 [Tags] Get Write h1 ping -c 3 h4 Sleep 6 + Write h4 ping -c 3 h1 + Sleep 6 ${result} Read Should Contain ${result} 64 bytes List hosts diff --git a/test/csit/suites/base/050__OVSDB_plugin.txt b/test/csit/suites/base/050__OVSDB_plugin.txt index 72b57db57e..4c7de81cf3 100644 --- a/test/csit/suites/base/050__OVSDB_plugin.txt +++ b/test/csit/suites/base/050__OVSDB_plugin.txt @@ -75,6 +75,8 @@ Ping h1 to h4 Sleep 5 Write h1 ping -c 30 h4 Sleep 40 + Write h4 ping -c 30 h1 + Sleep 40 ${result} Read Should Contain ${result} 64 bytes Delete s4 ports -- 2.36.6