diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py index aa041360b7efd4afbe4c323551da3de029f3c3ac..ae25013f52cda113300db1223a663580fba1119c 100755 --- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py +++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py @@ -127,7 +127,7 @@ def start_ue () : ip = IPRoute() idx = ip.link_lookup(ifname=iface)[0] os.system ('route add 192.172.0.1 ppp0') - os.system ('ping 192.172.0.1') + os.system ('ping -c 5 192.172.0.1') break except Exception, e: error = ' Interface ' + iface + 'does not exist...'