commit | f2ddde69524d20c1cf3c2712c11d4603152b7526 | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Wed Feb 13 16:53:10 2019 -0800 |
committer | You Wang <you@opennetworking.org> | Wed Feb 13 16:53:10 2019 -0800 |
tree | 85f19bed46e73d2368b8ed0048559bf1e5e5cd3b | |
parent | 94ff809efccf78d0df5201ce705376aed70cf854 [diff] |
Remove TTL limit in ping command Change-Id: I1ac0a583383020d2d8081dc407e3252ef2c6f59d
diff --git a/src/test/cord-api/Framework/utils/utils.robot b/src/test/cord-api/Framework/utils/utils.robot index 2e08141..b650efa 100644 --- a/src/test/cord-api/Framework/utils/utils.robot +++ b/src/test/cord-api/Framework/utils/utils.robot
@@ -249,7 +249,7 @@ Check Remote System Reachability [Arguments] ${reachable} ${ip} [Documentation] Check if the specified IP address is reachable or not - ${result}= Run ping -c 3 -t 3 ${ip} + ${result}= Run ping -c 3 ${ip} Check Ping Result ${reachable} ${result} Check Ping Result