aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-03 05:55:26 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-03 05:56:50 +0100
commite02e1e782f747a83cf84e00ccc0093a6b2790455 (patch)
tree89e54c7896fc3fca3c09bdbc039006745be67ce7 /openbsc
parentd675515bd4854e1905d27c096fa949944744b010 (diff)
Revert "vty tests: more attempts to resolve sporadic 'Broken Pipe' error"
'self' will not be accessible in that context, so this patch isn't useful. This reverts commit b39053ad6de50df5a2efcb4ec0c6551020b513e1. Change-Id: Ic1a9ba5fdfd7bdc6c5cf0974e8c637ae23b81ece
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/tests/vty_test_runner.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsc/tests/vty_test_runner.py b/openbsc/tests/vty_test_runner.py
index 64fd86dc6..608aef493 100644
--- a/openbsc/tests/vty_test_runner.py
+++ b/openbsc/tests/vty_test_runner.py
@@ -1269,12 +1269,10 @@ def ipa_handle_resp(x, tk, verbose = False):
break
except:
print "\tfailed sending IPA identity at", time.strftime("%T")
- print "\tself.proc.poll(): ", repr(self.proc.poll())
if retries < 1:
print "\tgiving up"
raise
- print "\tretrying in a second (%d attempts left)" % retries
- time.sleep(1)
+ print "\tretrying (%d attempts left)" % retries
retries -= 1
else:
if (verbose):