The ping output can be useful. There is no down side in saving it. Signed-off-by: Andy Zhou <az...@nicira.com> --- tests/kmod-traffic.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/kmod-traffic.at b/tests/kmod-traffic.at index ddb2cb2..bcc4c17 100644 --- a/tests/kmod-traffic.at +++ b/tests/kmod-traffic.at @@ -10,7 +10,8 @@ ON_EXIT(DEL_NAMESPACES(at_ns0, at_ns1)) ADD_VETH(p0, at_ns0, br0, "10.1.1.1/24") ADD_VETH(p1, at_ns1, br0, "10.1.1.2/24") -AT_CHECK([ip netns exec at_ns0 bash -c "ping -q -c 3 -i 0.3 -w 2 10.1.1.2 >/dev/null"]) +AT_CAPTURE_FILE([ping.output]) +AT_CHECK([ip netns exec at_ns0 bash -c "ping -q -c 3 -i 0.3 -w 2 10.1.1.2 > ping.output"]) OVS_KMOD_VSWITCHD_STOP([], DEL_NAMESPACES(at_ns0, at_ns1)) AT_CLEANUP -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev